Index

A B C D E G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accessManager(Client) - Method in interface org.apache.polaris.service.it.ext.PolarisServerManager
 
addCatalog(String, String, PolarisApiEndpoints, String) - Method in class org.apache.polaris.service.it.ext.SparkSessionBuilder
 
addGrant(String, String, GrantResource) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
adminCredentials() - Method in interface org.apache.polaris.service.it.env.Server
 
after() - Method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
assignPrincipalRole(String, String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
attachPolicy(String, PolicyIdentifier, PolicyAttachmentTarget, Map<String, String>) - Method in class org.apache.polaris.service.it.env.PolicyApi
 

B

BASE_LOCATION - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogAdlsIntegrationTestBase
 
BASE_LOCATION - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogGcsIntegrationTestBase
 
BASE_LOCATION - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogS3IntegrationTestBase
 
BASE_LOCATION - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
BASE_LOCATION - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
BASE_LOCATION - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
baseLocation - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogFileIntegrationTest
 
baseUri() - Method in interface org.apache.polaris.service.it.env.Server
The base URI to all Polaris APIs (e.g.
before(PolarisApiEndpoints, ClientCredentials, Path) - Method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
before(TestInfo) - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
Create a new catalog for each test case.
before(TestInfo) - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
before(TestInfo) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
before(TestInfo) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
BUCKET_URI_PREFIX - Static variable in class org.apache.polaris.service.it.test.CatalogFederationIntegrationTest
 
buildObjectMapper() - Static method in class org.apache.polaris.service.it.env.PolarisClient
Utility method that creates an ObjectMapper sufficient for (de-)serializing client-side payloads for Iceberg REST and Polaris Management APIs.
buildSparkSession() - Method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
buildWithTestDefaults() - Static method in class org.apache.polaris.service.it.ext.SparkSessionBuilder
Create a SparkSessionBuilder with common test defaults

C

catalog() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
catalog() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
catalogApi - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
catalogApi(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
 
CatalogApi - Class in org.apache.polaris.service.it.env
A simple, non-exhaustive set of helper methods for accessing the Iceberg REST API.
CatalogApi(Client, PolarisApiEndpoints, String, URI) - Constructor for class org.apache.polaris.service.it.env.CatalogApi
 
catalogApiEndpoint() - Method in class org.apache.polaris.service.it.env.PolarisApiEndpoints
 
catalogApiPlain() - Method in class org.apache.polaris.service.it.env.PolarisClient
 
CatalogConfig - Annotation Interface in org.apache.polaris.service.it.env
Annotation to configure the catalog type and properties for integration tests.
CatalogFederationIntegrationTest - Class in org.apache.polaris.service.it.test
Integration test for catalog federation functionality.
CatalogFederationIntegrationTest() - Constructor for class org.apache.polaris.service.it.test.CatalogFederationIntegrationTest
 
catalogName - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
cleanup() - Static method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
cleanUp() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
cleanUp() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
cleanUp() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
cleanUp() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
cleanUp(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
 
cleanUp(PolarisClient, String) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Cleans up the Polaris environment after each test.
cleanupCatalog(String) - Method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
client - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
ClientCredentials - Record Class in org.apache.polaris.service.it.env
This class holds credentials for accessing the test Polaris Server.
ClientCredentials(String, String) - Constructor for record class org.apache.polaris.service.it.env.ClientCredentials
Creates an instance of a ClientCredentials record class.
ClientCredentials(PrincipalWithCredentialsCredentials) - Constructor for record class org.apache.polaris.service.it.env.ClientCredentials
Creates a ClientCredentials from an instance of the Admin API model PrincipalWithCredentialsCredentials.
clientFileIOProperties() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Get the properties to be used for initializing the FileIO instance used by test code for accessing test storage.
clientId() - Method in record class org.apache.polaris.service.it.env.ClientCredentials
Returns the value of the clientId record component.
ClientPrincipal - Record Class in org.apache.polaris.service.it.env
This class holds principal name and credentials for accessing the test Polaris Server.
ClientPrincipal(String, ClientCredentials) - Constructor for record class org.apache.polaris.service.it.env.ClientPrincipal
Creates an instance of a ClientPrincipal record class.
ClientPrincipal(PrincipalWithCredentials) - Constructor for record class org.apache.polaris.service.it.env.ClientPrincipal
Creates a ClientPrincipal from an instance of the Admin API model PrincipalWithCredentials.
clientSecret() - Method in record class org.apache.polaris.service.it.env.ClientCredentials
Returns the value of the clientSecret record component.
close() - Method in class org.apache.polaris.service.it.env.PolarisClient
 
close() - Static method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
close() - Static method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
close() - Static method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
completeCreateView() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
Disable tests that use @TempDir from ViewCatalogTests (Iceberg base class).
completeCreateView() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
Disable tests that use @TempDir from ViewCatalogTests (Iceberg base class).
completeCreateView() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
Disable tests that use @TempDir from ViewCatalogTests (Iceberg base class).
createAndReplaceViewWithLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
createAndReplaceViewWithLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
createAndReplaceViewWithLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
createCatalog(String, Catalog) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createCatalog(Catalog) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createCatalogRole(String, String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createClient() - Method in interface org.apache.polaris.service.it.ext.PolarisServerManager
Create a new HTTP client for accessing the server targeted by tests.
createGenericTable(String, TableIdentifier, String, Map<String, String>) - Method in class org.apache.polaris.service.it.env.GenericTableApi
 
createNamespace(String, String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
createPolarisCatalog(Catalog) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Overridable methods to allow subclasses to execute additional logic on catalog creation.
createPolarisCatalog(Catalog) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
Overridable methods to allow subclasses to execute additional logic on catalog creation.
createPolicy(String, PolicyIdentifier, PolicyType, String, String) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
createPrincipal(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createPrincipal(CreatePrincipalRequest) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createPrincipalRole(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createPrincipalRole(PrincipalRole) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createPrincipalWithRole(String, String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
createTestPrincipal(PolarisClient, String, String) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Creates a test principal with the specified name and role.
createViewWithCustomMetadataLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
createViewWithCustomMetadataLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
createViewWithCustomMetadataLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
createViewWithCustomMetadataLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
createViewWithCustomMetadataLocationUsingPolaris(Path) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
createViewWithCustomMetadataLocationUsingPolaris(Path) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
createViewWithCustomMetadataLocationUsingPolaris(Path) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
createViewWithCustomMetadataLocationUsingPolaris(Path) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
credentials() - Method in record class org.apache.polaris.service.it.env.ClientPrincipal
Returns the value of the credentials record component.

D

DEFAULT_REALM_HEADER - Static variable in interface org.apache.polaris.service.it.env.Server
 
DEFAULT_REALM_ID - Static variable in interface org.apache.polaris.service.it.env.Server
 
DEFAULT_REST_CATALOG_CONFIG - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
defaultHeaders() - Method in class org.apache.polaris.service.it.env.PolarisRestApi
 
defaultJwt() - Static method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
deleteCatalog(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
deleteCatalogRole(String, String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
deleteCatalogRole(String, CatalogRole) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
deleteNamespace(String, Namespace) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
deletePrincipal(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
deletePrincipal(Principal) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
deletePrincipalRole(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
deletePrincipalRole(PrincipalRole) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
detachPolicy(String, PolicyIdentifier, PolicyAttachmentTarget) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
diffAgainstSingleTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
dropCatalog(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
dropGenericTable(String, TableIdentifier) - Method in class org.apache.polaris.service.it.env.GenericTableApi
 
dropPolicy(String, PolicyIdentifier) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
dropPolicy(String, PolicyIdentifier, Boolean) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
dropTable(String, TableIdentifier) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
dropView(String, TableIdentifier) - Method in class org.apache.polaris.service.it.env.CatalogApi
 

E

endpoints - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
equals(Object) - Method in record class org.apache.polaris.service.it.env.ClientCredentials
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.polaris.service.it.env.ClientPrincipal
Indicates whether some other object is "equal to" this one.
externalCatalogBaseLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Get the base URI for the external catalog.
externalCatalogName - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
extractFromAnnotatedElements(TestInfo, Class<A>, Function<A, T>, T) - Static method in class org.apache.polaris.service.it.env.IntegrationTestsHelper
Extract a value from the annotated elements of the test method and class.
extraHeaders() - Method in class org.apache.polaris.service.it.env.PolarisApiEndpoints
 
extraHeaders(String) - Method in class org.apache.polaris.service.it.env.PolarisApiEndpoints
 

G

genericTableApi(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
 
GenericTableApi - Class in org.apache.polaris.service.it.env
A simple, non-exhaustive set of helper methods for accessing the generic tables REST API
getApplicablePolicies(String, Namespace, String, PolicyType) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
getCatalog(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
getCatalogRole(String, String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
getGenericTable(String, TableIdentifier) - Method in class org.apache.polaris.service.it.env.GenericTableApi
 
getOrCreate() - Method in class org.apache.polaris.service.it.ext.SparkSessionBuilder
 
getPrincipal(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
Retrieves a Principal by name via the management API.
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogAdlsIntegrationTestBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogFileIntegrationTest
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogGcsIntegrationTestBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Get the storage configuration information for the catalog.
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogS3IntegrationTestBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewFileIntegrationTestBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
getStorageConfigInfo() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
getTemporaryDirectory(Path) - Static method in class org.apache.polaris.service.it.env.IntegrationTestsHelper
Get the temporary directory to use for integration tests.
grantCatalogRoleToPrincipalRole(String, String, CatalogRole) - Method in class org.apache.polaris.service.it.env.ManagementApi
 

H

hashCode() - Method in record class org.apache.polaris.service.it.env.ClientCredentials
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.polaris.service.it.env.ClientPrincipal
Returns a hash code value for this object.
headers() - Method in interface org.apache.polaris.service.it.env.Server
 

I

IcebergHelper - Class in org.apache.polaris.service.it.env
 
IcebergTokenAccessManager - Class in org.apache.polaris.service.it.env
This class obtains access tokens from the v1/oauth/tokens endpoint defined by the Iceberg REST Catalog spec.
IcebergTokenAccessManager(Client) - Constructor for class org.apache.polaris.service.it.env.IcebergTokenAccessManager
 
initCatalog(String, Map<String, String>) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Initialize a RESTCatalog for testing.
initializeClientFileIO(T) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
A hook for test subclasses to initialize FileIO objects used by test cases themselves for accessing test storage.
INTEGRATION_TEST_TEMP_DIR_ENV_VAR - Static variable in class org.apache.polaris.service.it.env.IntegrationTestsHelper
The environment variable that can be used to override the temporary directory used by the integration tests.
IntegrationTestsHelper - Class in org.apache.polaris.service.it.env
 

L

listAllNamespacesChildFirst(String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
listCatalogRoles(String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
listCatalogs() - Method in class org.apache.polaris.service.it.env.ManagementApi
 
listGenericTables(String, Namespace) - Method in class org.apache.polaris.service.it.env.GenericTableApi
 
listGrants(String, String) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
listNamespaces(String, Namespace) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
listNamespaces(String, Namespace, String, String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
listPolicies(String, Namespace) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
listPolicies(String, Namespace, PolicyType) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
listPrincipalRoles() - Method in class org.apache.polaris.service.it.env.ManagementApi
 
listPrincipals() - Method in class org.apache.polaris.service.it.env.ManagementApi
 
listTables(String, Namespace) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
listTables(String, Namespace, String, String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
listViews(String, Namespace) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
listViews(String, Namespace, String, String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
loadPolicy(String, PolicyIdentifier) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
loadTable(String, TableIdentifier, String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
loadTable(String, TableIdentifier, String, Map<String, String>) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
loadTableWithAccessDelegation(String, TableIdentifier, String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 

M

makeAdmin(String, Catalog) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
managementApi - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
managementApi(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
 
ManagementApi - Class in org.apache.polaris.service.it.env
A simple, non-exhaustive set of helper methods for accessing the Polaris Management API.
ManagementApi(Client, PolarisApiEndpoints, String, URI) - Constructor for class org.apache.polaris.service.it.env.ManagementApi
 
managementApiEndpoint() - Method in class org.apache.polaris.service.it.env.PolarisApiEndpoints
 
mergeFromAnnotatedElements(TestInfo, Class<A>, Function<A, String[]>, Map<String, String>) - Static method in class org.apache.polaris.service.it.env.IntegrationTestsHelper
Collect properties from annotated elements in the test method and class.
MINIO_ACCESS_KEY - Static variable in class org.apache.polaris.service.it.test.CatalogFederationIntegrationTest
 
MINIO_SECRET_KEY - Static variable in class org.apache.polaris.service.it.test.CatalogFederationIntegrationTest
 
multipleDiffsAgainstMultipleTables() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
multipleDiffsAgainstMultipleTablesLastFails() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 

N

newEntityName(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
This method should be used by test code to make top-level entity names.

O

OAuth2Api - Class in org.apache.polaris.service.it.env
A simple facade to an OAuth2 token endpoint.
OAuth2Api(Client, URI, String) - Constructor for class org.apache.polaris.service.it.env.OAuth2Api
 
obtainAccessToken(Map<String, String>) - Method in class org.apache.polaris.service.it.env.OAuth2Api
 
obtainAccessToken(ClientCredentials, String) - Method in class org.apache.polaris.service.it.env.OAuth2Api
 
obtainAccessToken(PolarisApiEndpoints, ClientCredentials) - Method in class org.apache.polaris.service.it.env.IcebergTokenAccessManager
 
obtainAccessToken(PolarisApiEndpoints, ClientCredentials) - Method in interface org.apache.polaris.service.it.ext.PolarisAccessManager
 
obtainToken(URI, String, Map<String, String>) - Method in class org.apache.polaris.service.it.env.PolarisClient
Requests an access token from the authorization server denoted by the issuer URL and token endpoint path.
obtainToken(PrincipalWithCredentials) - Method in class org.apache.polaris.service.it.env.PolarisClient
Requests an access token from the Polaris server for the given principal.
obtainToken(ClientCredentials) - Method in class org.apache.polaris.service.it.env.PolarisClient
Requests an access token from the Polaris server for the given credentials.
obtainToken(ClientPrincipal) - Method in class org.apache.polaris.service.it.env.PolarisClient
Requests an access token from the Polaris server for the given principal.
obtainToken(PolarisClient, ClientPrincipal) - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Obtain an access token for the given principal credentials.
onSpark(String) - Static method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
org.apache.polaris.service.it.env - package org.apache.polaris.service.it.env
 
org.apache.polaris.service.it.ext - package org.apache.polaris.service.it.ext
 
org.apache.polaris.service.it.test - package org.apache.polaris.service.it.test
 
overridesRequestedLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
overridesRequestedLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
ownedName(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
 

P

PolarisAccessManager - Interface in org.apache.polaris.service.it.ext
 
PolarisApiEndpoints - Class in org.apache.polaris.service.it.env
This class contains the most fundamental information for accessing Polaris APIs, such as the base URI and realm ID and provides methods for obtaining Iceberg REST API and Polaris Management endpoints.
PolarisApiEndpoints(URI, String, String) - Constructor for class org.apache.polaris.service.it.env.PolarisApiEndpoints
 
PolarisApiEndpoints(URI, String, Map<String, String>) - Constructor for class org.apache.polaris.service.it.env.PolarisApiEndpoints
 
PolarisApplicationIntegrationTest - Class in org.apache.polaris.service.it.test
 
PolarisApplicationIntegrationTest() - Constructor for class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
polarisClient(PolarisApiEndpoints) - Static method in class org.apache.polaris.service.it.env.PolarisClient
 
PolarisClient - Class in org.apache.polaris.service.it.env
This is a holder for the heavy-weight HTTP client for accessing Polaris APIs.
PolarisIntegrationTestExtension - Class in org.apache.polaris.service.it.ext
A JUnit test extension that connects PolarisServerManager with test code by resolving test parameters and managing the lifecycle of Server objects.
PolarisIntegrationTestExtension() - Constructor for class org.apache.polaris.service.it.ext.PolarisIntegrationTestExtension
 
PolarisManagementServiceIntegrationTest - Class in org.apache.polaris.service.it.test
 
PolarisManagementServiceIntegrationTest() - Constructor for class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
PolarisPolicyServiceIntegrationTest - Class in org.apache.polaris.service.it.test
 
PolarisPolicyServiceIntegrationTest() - Constructor for class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
PolarisRestApi - Class in org.apache.polaris.service.it.env
A base class for all Polaris APIs.
PolarisRestCatalogAdlsIntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogIntegrationBase test on Azure.
PolarisRestCatalogAdlsIntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogAdlsIntegrationTestBase
 
PolarisRestCatalogFileIntegrationTest - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogIntegrationBase test on the local filesystem.
PolarisRestCatalogFileIntegrationTest() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogFileIntegrationTest
 
PolarisRestCatalogGcsIntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogIntegrationBase test on GCP.
PolarisRestCatalogGcsIntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogGcsIntegrationTestBase
 
PolarisRestCatalogIntegrationBase - Class in org.apache.polaris.service.it.test
Import the full core Iceberg catalog tests by hitting the REST service via the RESTCatalog client.
PolarisRestCatalogIntegrationBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
PolarisRestCatalogS3IntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogIntegrationBase test on AWS.
PolarisRestCatalogS3IntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogS3IntegrationTestBase
 
PolarisRestCatalogViewAdlsIntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogViewIntegrationTest on Azure.
PolarisRestCatalogViewAdlsIntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
PolarisRestCatalogViewFileIntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogViewIntegrationTest on the local filesystem.
PolarisRestCatalogViewFileIntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogViewFileIntegrationTestBase
 
PolarisRestCatalogViewGcsIntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogViewIntegrationTest on GCP.
PolarisRestCatalogViewGcsIntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
PolarisRestCatalogViewIntegrationBase - Class in org.apache.polaris.service.it.test
Import the full core Iceberg catalog tests by hitting the REST service via the RESTCatalog client.
PolarisRestCatalogViewIntegrationBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
PolarisRestCatalogViewS3IntegrationTestBase - Class in org.apache.polaris.service.it.test
Runs PolarisRestCatalogViewIntegrationTest on AWS.
PolarisRestCatalogViewS3IntegrationTestBase() - Constructor for class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
polarisServerManager() - Static method in class org.apache.polaris.service.it.ext.PolarisServerManagerLoader
 
PolarisServerManager - Interface in org.apache.polaris.service.it.ext
This is a plugin interfaces to allow different test execution environments to control how tests access Polaris Servers when they run under PolarisIntegrationTestExtension.
PolarisServerManagerLoader - Class in org.apache.polaris.service.it.ext
 
PolarisSparkIntegrationTest - Class in org.apache.polaris.service.it.test
 
PolarisSparkIntegrationTest() - Constructor for class org.apache.polaris.service.it.test.PolarisSparkIntegrationTest
 
PolarisSparkIntegrationTestBase - Class in org.apache.polaris.service.it.ext
 
PolarisSparkIntegrationTestBase() - Constructor for class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
policyApi(String) - Method in class org.apache.polaris.service.it.env.PolarisClient
 
PolicyApi - Class in org.apache.polaris.service.it.env
 
PRINCIPAL_ROLE_ALL - Static variable in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
principalName() - Method in record class org.apache.polaris.service.it.env.ClientPrincipal
Returns the value of the principalName record component.
properties() - Element in annotation interface org.apache.polaris.service.it.env.CatalogConfig
Additional properties for the catalog configuration.
purge(String) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
purge(String, Namespace) - Method in class org.apache.polaris.service.it.env.CatalogApi
 
purge(String, Namespace) - Method in class org.apache.polaris.service.it.env.GenericTableApi
 
purge(String, Namespace) - Method in class org.apache.polaris.service.it.env.PolicyApi
 

R

realmHeaderName() - Method in interface org.apache.polaris.service.it.env.Server
 
realmId() - Method in class org.apache.polaris.service.it.env.PolarisApiEndpoints
 
realmId() - Method in interface org.apache.polaris.service.it.env.Server
 
request(String) - Method in class org.apache.polaris.service.it.env.RestApi
 
request(String, Map<String, String>) - Method in class org.apache.polaris.service.it.env.RestApi
 
request(String, Map<String, String>, Map<String, String>) - Method in class org.apache.polaris.service.it.env.PolarisRestApi
 
request(String, Map<String, String>, Map<String, String>) - Method in class org.apache.polaris.service.it.env.RestApi
 
request(String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.apache.polaris.service.it.env.RestApi
 
requiresNamespaceCreate() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
requiresNamespaceCreate() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.apache.polaris.service.it.ext.PolarisIntegrationTestExtension
 
RestApi - Class in org.apache.polaris.service.it.env
Base class for API helper classes.
restCatalog(PolarisApiEndpoints, String, Map<String, String>, String) - Static method in class org.apache.polaris.service.it.env.IcebergHelper
 
RestCatalogConfig - Annotation Interface in org.apache.polaris.service.it.env
Annotation to configure the REST catalog for integration tests.
revokeGrant(String, String, GrantResource) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
ROLE_ARN - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogS3IntegrationTestBase
 
ROLE_ARN - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 

S

s3Container - Static variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
serialization() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
Server - Interface in org.apache.polaris.service.it.env
This is a holder for access information to a particular Polaris Server.
serverForContext(ExtensionContext) - Method in interface org.apache.polaris.service.it.ext.PolarisServerManager
Returns server connection parameters for the tests under the specified context.
SERVICE_ACCOUNT - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogGcsIntegrationTestBase
 
SERVICE_ACCOUNT - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
setup() - Static method in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
setup(PolarisApiEndpoints, ClientCredentials) - Static method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
setup(PolarisApiEndpoints, ClientCredentials, Path) - Static method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
setup(PolarisApiEndpoints, ClientPrincipal, Path) - Static method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
setUp(Path) - Static method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewFileIntegrationTestBase
 
shouldSkip() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
shouldSkip() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewFileIntegrationTestBase
 
shouldSkip() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
shouldSkip() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
shouldSkip() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 
spark - Static variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
SparkSessionBuilder - Class in org.apache.polaris.service.it.ext
A fluent builder for configuring SparkSession instances with Polaris catalogs.
sparkToken - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
supportsNestedNamespaces() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.apache.polaris.service.it.ext.PolarisIntegrationTestExtension
 
supportsServerSideRetry() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
supportsServerSideRetry() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 

T

tableCatalog() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
 
tearDown() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
TENANT_ID - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogAdlsIntegrationTestBase
 
TENANT_ID - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
testAssignListAndRevokeCatalogRoles() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testAssignListAndRevokePrincipalRoles() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testAttachPolicyToNonExistingNamespace() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testAttachPolicyToNonExistingTable() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testCatalogAdminGrantAndRevokeCatalogRoles() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCatalogAdminGrantAndRevokeCatalogRolesFromWrongCatalog() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCatalogRoleInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCatalogSerializing() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testConfigureCatalogCaseSensitive() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testCreateAndLoadTableWithReturnedEtag() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateAndUpdateAzureCatalog() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateAndUpdateCatalogRoleWithReservedProperties() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateAndUpdateExternalTable() - Method in class org.apache.polaris.service.it.test.PolarisSparkIntegrationTest
 
testCreateAndUpdatePrincipalRoleWithReservedProperties() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateAndUpdatePrincipalWithReservedProperties() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalog() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithAzureStorageConfig() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithGcpStorageConfig() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithNullBaseLocation() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithoutDefaultLocation() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithoutProperties() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithoutStorageConfig() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateCatalogWithUnparsableJson() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateFederatedPrincipalRoleSucceeds() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateGenericTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateGenericTableWithReservedProperty() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateListUpdateAndDeleteCatalog() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateListUpdateAndDeleteCatalogRole() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateListUpdateAndDeletePrincipal() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateListUpdateAndDeletePrincipalRole() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateNamespaceWithReservedProperty() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreatePolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testCreatePolicyWithInvalidName(String) - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testCreatePolicyWithNonExistingNamespace() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testCreatePrincipalAndResetCredentialsWithCustomValues() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreatePrincipalAndRotateCredentials() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreatePrincipalRoleInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreatePrincipalWithInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testCreateTable() - Method in class org.apache.polaris.service.it.test.PolarisSparkIntegrationTest
 
testCreateTableWithOverriddenBaseLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateTableWithOverriddenBaseLocationCannotOverlapSibling() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateTableWithOverriddenBaseLocationMustResideInNsDirectory() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateTableWithReservedProperty() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testCreateView() - Method in class org.apache.polaris.service.it.test.PolarisSparkIntegrationTest
 
testDetachPolicyFromNonExistingNamespace() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testDetachPolicyFromNonExistingTable() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testDropGenericTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testDropNamespaceStatus() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testDropNonExistingGenericTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testDropNonExistingPolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testDropPolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testDropTableStatus() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testDropViewStatus() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testDropViewWithPurge() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testETagBehaviorForTableDropAndRecreateIntegration() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testETagBehaviorForTableSchemaChanges() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testETagChangeAfterDMLOperations() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testGetApplicablePoliciesOnNonExistingNamespace() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testGetApplicablePoliciesOnNonExistingTable() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testGetCatalogInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testGetCatalogNotFound() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testGetPrincipalRoleInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testGetPrincipalWithInvalidName() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testGrantsOnCatalog() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testGrantsOnGenericTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testGrantsOnNamespace() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testGrantsOnNonExistingGenericTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testGrantsOnNonExistingPolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testGrantsOnPolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testGrantsOnTable() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testIcebergCreateNamespace() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergCreateNamespaceInExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergCreateTablesInExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergCreateTablesWithWritePathBlocked() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergDropNamespaceInExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergDropTableInExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergListNamespaces() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergListNamespacesNestedNotFound() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergListNamespacesNotFound() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergListTablesNamespaceNotFound() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergRegisterTableInExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testIcebergUpdateTableInExternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testListCatalogs() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testListCatalogsUnauthorized() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testListGenericTables() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testListGrantsAfterRename() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testListGrantsOnCatalogObjectsToCatalogRoles() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testListPolicies() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testListPoliciesOnNonExistingNamespace() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testListPrincipalsUnauthorized() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testLoadCredentials() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadGenericTable() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadNonExistentTableWithIfNoneMatch() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadNonExistingPolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testLoadTableTwiceWithETag() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Register a table.
testLoadTableWithAccessDelegationForExternalCatalogWithConfigDisabled() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Create an EXTERNAL catalog.
testLoadTableWithAccessDelegationForExternalCatalogWithConfigEnabledForCatalog() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Create an EXTERNAL catalog.
testLoadTableWithMultipleIfNoneMatchETags() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadTableWithNonMatchingIfNoneMatchHeader() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadTableWithoutAccessDelegationForExternalCatalogWithConfigDisabled() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Create an EXTERNAL catalog.
testLoadTableWithRefFiltering() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadTableWithSnapshots() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testLoadTableWithWildcardIfNoneMatchReturns400() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testMultipleConflictingCommitsToSingleTableInTransaction() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testNamespaceExistsStatus() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testNamespaceOutsideCatalog(boolean) - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testNonPaginatedListTablesViewNamespaces() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testPaginatedListNamespaces() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testPaginatedListTables() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testPolicyMapping() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testRegisterAndLoadTableWithReturnedETag() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
Invoke an initial registerTable request to fetch and ensure ETag is present.
testRemoveReservedPropertyFromNamespace() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testRenameViewStatus() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testRequestBodyTooLarge() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testRequestHeaderTooLarge() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
testSendMetricsReport() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testSendNotificationInternalCatalog() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testServiceAdminCanTransferCatalogAdmin() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testTableExistsStatus() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testTableManageAccessCanGrantAndRevokeFromCatalogRoles() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testTokenExpiry() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testTokenInactive() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testTokenInvalidPrincipalId() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testTokenInvalidSignature() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testUpdateCatalogWithoutDefaultBaseLocationInUpdate() - Method in class org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest
 
testUpdateNamespaceWithReservedProperty() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testUpdateNonExistingPolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testUpdatePolicy() - Method in class org.apache.polaris.service.it.test.PolarisPolicyServiceIntegrationTest
 
testUpdateTableWithReservedProperty() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testViewExistsStatus() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 
testWarehouseNotSpecified() - Method in class org.apache.polaris.service.it.test.PolarisApplicationIntegrationTest
 
toString() - Method in record class org.apache.polaris.service.it.env.ClientCredentials
Returns a string representation of this record class.
toString() - Method in record class org.apache.polaris.service.it.env.ClientPrincipal
Returns a string representation of this record class.
transformEntityName(String) - Method in interface org.apache.polaris.service.it.ext.PolarisServerManager
Transforms the name of an entity that tests need to create.

U

updateCatalog(Catalog, Map<String, String>) - Method in class org.apache.polaris.service.it.env.ManagementApi
 
updatePolicy(String, PolicyIdentifier, String, String, int) - Method in class org.apache.polaris.service.it.env.PolicyApi
 
updateViewLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewAdlsIntegrationTestBase
 
updateViewLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewGcsIntegrationTestBase
 
updateViewLocation() - Method in class org.apache.polaris.service.it.test.PolarisRestCatalogViewS3IntegrationTestBase
 

V

value() - Element in annotation interface org.apache.polaris.service.it.env.CatalogConfig
The type of the catalog.
value() - Element in annotation interface org.apache.polaris.service.it.env.RestCatalogConfig
 
VIEW_QUERY - Static variable in class org.apache.polaris.service.it.test.PolarisRestCatalogIntegrationBase
 

W

warehouseDir - Variable in class org.apache.polaris.service.it.ext.PolarisSparkIntegrationTestBase
 
withConfig(String, String) - Method in class org.apache.polaris.service.it.ext.SparkSessionBuilder
 
withExtensions(String) - Method in class org.apache.polaris.service.it.ext.SparkSessionBuilder
 
withWarehouse(URI) - Method in class org.apache.polaris.service.it.ext.SparkSessionBuilder
 
A B C D E G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form