Interface | Description |
---|---|
RESTClient |
Interface for a basic HTTP Client for interfacing with the REST catalog.
|
Class | Description |
---|---|
DefaultOAuth2TokenProvider |
This class is the default implement of OAuth2TokenProvider.
|
DefaultOAuth2TokenProvider.Builder |
Builder class for configuring and creating instances of DefaultOAuth2TokenProvider.
|
ErrorHandler |
The ErrorHandler class is an abstract class specialized for handling ErrorResponse objects.
|
ErrorHandlers |
Utility class providing error handling for REST requests and specific to Metalake errors.
|
ErrorHandlers.OAuthErrorHandler |
Error handler specific to OAuth2 requests.
|
FilesetCatalog |
Fileset catalog is a catalog implementation that supports fileset like metadata operations, for
example, schemas and filesets list, creation, update and deletion.
|
GravitinoAdminClient |
Gravitino Client for the administrator to interact with the Gravitino API, allowing the client to
list, load, create, and alter Metalakes.
|
GravitinoAdminClient.AdminClientBuilder |
Builder class for constructing a GravitinoAdminClient.
|
GravitinoClient |
Gravitino Client for an user to interact with the Gravitino API, allowing the client to list,
load, create, and alter Catalog.
|
GravitinoClient.ClientBuilder |
Builder class for constructing a GravitinoClient.
|
GravitinoClientBase |
Base class for Gravitino Java client;
|
GravitinoClientBase.Builder<T> |
Builder class for constructing a GravitinoClient.
|
GravitinoMetalake |
Gravitino Metalake is the top-level metadata repository for users.
|
GravitinoVersion |
Gravitino version information.
|
HTTPClient |
An HttpClient for usage with the REST catalog.
|
HTTPClient.Builder |
Builder class for configuring and creating instances of HTTPClient.
|
KerberosTokenProvider |
KerberosTokenProvider will get Kerberos token using GSS context negotiation and then provide the
access token for every request.
|
KerberosTokenProvider.Builder |
Builder class for configuring and creating instances of KerberosTokenProvider.
|
MessagingCatalog |
Messaging catalog is a catalog implementation that supports messaging-like metadata operations,
for example, topics list, creation, update and deletion.
|
OAuth2TokenProvider |
OAuth2TokenProvider will request the access token from the authorization server and then provide
the access token for every request.
|
OAuth2TokenProvider.OAuth2TokenProviderBuilder<SELF extends com.datastrato.gravitino.client.OAuth2TokenProvider.Builder<SELF,T>,T extends OAuth2TokenProvider> |
Builder interface for creating instances of
OAuth2TokenProvider . |
RelationalCatalog |
Relational catalog is a catalog implementation that supports relational database like metadata
operations, for example, schemas and tables list, creation, update and deletion.
|
RelationalTable |
Represents a relational table.
|