Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(ErrorResponse) - Method in class org.apache.gravitino.client.ErrorHandlers.OAuthErrorHandler
-
Accepts the error response and throws an exception based on the error type.
- ACCESS_KEY_ID - Static variable in class org.apache.gravitino.credential.AwsIrsaCredential
-
The key for AWS access key ID in credential info.
- accessKeyId() - Method in class org.apache.gravitino.credential.AwsIrsaCredential
-
Returns the AWS access key ID.
- accessKeyId() - Method in class org.apache.gravitino.credential.OSSSecretKeyCredential
-
Get OSS static access key ID.
- accessKeyId() - Method in class org.apache.gravitino.credential.OSSTokenCredential
-
Get oss access key ID.
- accessKeyId() - Method in class org.apache.gravitino.credential.S3SecretKeyCredential
-
Get S3 static access key ID.
- accessKeyId() - Method in class org.apache.gravitino.credential.S3TokenCredential
-
Get S3 session access key ID.
- accountKey() - Method in class org.apache.gravitino.credential.AzureAccountKeyCredential
-
Get Azure account key
- accountName() - Method in class org.apache.gravitino.credential.ADLSTokenCredential
-
Get ADLS account name
- accountName() - Method in class org.apache.gravitino.credential.AzureAccountKeyCredential
-
Get Azure account name
- addColumn(String[], Type) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding an optional column.
- addColumn(String[], Type, boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, Expression) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, TableChange.ColumnPosition) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, TableChange.ColumnPosition, boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, TableChange.ColumnPosition, boolean, boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, TableChange.ColumnPosition, boolean, boolean, Expression) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, String, TableChange.ColumnPosition, Expression) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, Expression) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, TableChange.ColumnPosition) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addColumn(String[], Type, TableChange.ColumnPosition, Expression) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding a column.
- addGroup(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Adds a new Group.
- addGroup(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Adds a new Group.
- addIndex(Index.IndexType, String, String[][]) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for adding an index.
- AddIndex(Index.IndexType, String, String[][]) - Constructor for class org.apache.gravitino.rel.TableChange.AddIndex
- AddModelVersionUriRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.AddModelVersionUriRequest
- addPartition(Partition) - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
Add a partition with specified name and properties to the table.
- AddPartitionsRequest - Class in org.apache.gravitino.dto.requests
-
Request to add partitions to a table.
- AddPartitionsRequest() - Constructor for class org.apache.gravitino.dto.requests.AddPartitionsRequest
-
Default constructor for Jackson.
- AddPartitionsRequest(PartitionDTO[]) - Constructor for class org.apache.gravitino.dto.requests.AddPartitionsRequest
-
Constructor for the request.
- addSecurableObject(String, SecurableObject) - Static method in interface org.apache.gravitino.authorization.RoleChange
-
Create a RoleChange to add a securable object into a role.
- AddTableColumnRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableColumnRequest
-
Default constructor for Jackson deserialization.
- AddTableColumnRequest(String[], Type, String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableColumnRequest
-
Constructor for AddTableColumnRequest with default position and nullable value(true).
- AddTableColumnRequest(String[], Type, String, TableChange.ColumnPosition) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableColumnRequest
-
Constructor for AddTableColumnRequest with default nullable value(true).
- AddTableColumnRequest(String[], Type, String, TableChange.ColumnPosition, boolean, boolean, Expression) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableColumnRequest
-
Constructor for AddTableColumnRequest.
- AddTableIndexRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableIndexRequest
-
Default constructor for Jackson deserialization.
- AddTableIndexRequest(Index.IndexType, String, String[][]) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableIndexRequest
-
The constructor of the add table index request.
- addUri(String, String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for adding the uri of a model version.
- AddUri(String, String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.AddUri
-
Creates a new
ModelVersionChange.AddUri
instance with the specified uri and uri name. - addUser(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Adds a new User.
- addUser(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Adds a new User.
- ADLS_DOMAIN - Static variable in class org.apache.gravitino.credential.ADLSTokenCredential
-
ADLS base domain
- ADLS_TOKEN_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.ADLSTokenCredential
-
ADLS token credential type.
- ADLSTokenCredential - Class in org.apache.gravitino.credential
-
ADLS SAS token credential.
- ADLSTokenCredential() - Constructor for class org.apache.gravitino.credential.ADLSTokenCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- ADLSTokenCredential(String, String, long) - Constructor for class org.apache.gravitino.credential.ADLSTokenCredential
-
Constructs an instance of
ADLSTokenCredential
with SAS token. - AdminClientBuilder(String) - Constructor for class org.apache.gravitino.client.GravitinoAdminClient.AdminClientBuilder
-
The private constructor for the Builder class.
- after(String) - Static method in interface org.apache.gravitino.rel.TableChange.ColumnPosition
-
Returns the position after the given column.
- aliases() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO
- aliases() - Method in interface org.apache.gravitino.model.ModelVersion
-
The aliases of this model version.
- aliasesToAdd() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateAliases
-
Returns the set of aliases to add.
- aliasesToRemove() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateAliases
-
Returns the set of aliases to remove.
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ConsumeTopic
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateCatalog
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateFileset
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateModel
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateModelVersion
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateRole
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateSchema
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateTable
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.CreateTopic
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ManageGrants
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ManageGroups
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ManageUsers
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ModifyTable
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ProduceTopic
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.ReadFileset
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.SelectTable
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.UseCatalog
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.UseModel
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.UseSchema
- allow() - Static method in class org.apache.gravitino.authorization.Privileges.WriteFileset
- allow(String) - Static method in class org.apache.gravitino.authorization.Privileges
-
Returns the Privilege with allow condition from the string representation.
- allow(Privilege.Name) - Static method in class org.apache.gravitino.authorization.Privileges
-
Returns the Privilege with allow condition from the `Privilege.Name`.
- ALLOW - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Condition
-
Allow to use the privilege
- ALLOW - Static variable in class org.apache.gravitino.auth.AuthConstants
-
allow.
- allowAutoIncrement(Type) - Static method in class org.apache.gravitino.rel.types.Types
- ALREADY_EXISTS_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for already exists.
- alreadyExists(String, String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new already exists error instance of
ErrorResponse
. - alreadyExists(String, String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new already exists error instance of
ErrorResponse
. - AlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when an entity or resource already exists.
- AlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.AlreadyExistsException
-
Constructs a new exception with the specified detail message.
- AlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.AlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- alterCatalog(String, CatalogChange...) - Method in class org.apache.gravitino.client.GravitinoClient
- alterCatalog(String, CatalogChange...) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Alter the catalog with specified identifier by applying the changes.
- alterCatalog(String, CatalogChange...) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Alter a catalog with specified catalog name and changes.
- alterFileset(NameIdentifier, FilesetChange...) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Apply the
change
to a fileset in the catalog. - alterMetalake(String, MetalakeChange...) - Method in class org.apache.gravitino.client.GravitinoAdminClient
-
Alters a specific Metalake using the Gravitino API.
- alterMetalake(String, MetalakeChange...) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Alter a metalake with specified metalake name and changes.
- alterModel(NameIdentifier, ModelChange...) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Applies the
changes
to a model in the catalog. - alterModelVersion(NameIdentifier, int, ModelVersionChange...) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Applies the specified
changes
to a model version identified by its version number. - alterModelVersion(NameIdentifier, String, ModelVersionChange...) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Applies the specified
changes
to a model version identified by its alias. - alternatives(List<String>) - Method in class org.apache.gravitino.config.ConfigBuilder
-
Sets the alternatives for the configuration.
- alterPolicy(String, PolicyChange...) - Method in class org.apache.gravitino.client.GravitinoClient
- alterPolicy(String, PolicyChange...) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Alter a policy under the current metalake by applying the changes.
- alterPolicy(String, PolicyChange...) - Method in interface org.apache.gravitino.policy.PolicyOperations
-
Alter a policy under a metalake.
- alterSchema(String, SchemaChange...) - Method in interface org.apache.gravitino.SupportsSchemas
-
Apply the metadata change to a schema in the catalog.
- alterTable(NameIdentifier, TableChange...) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Apply the
change
to a table in the catalog. - alterTag(String, TagChange...) - Method in class org.apache.gravitino.client.GravitinoClient
- alterTag(String, TagChange...) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Alter a tag under the current metalake.
- alterTag(String, TagChange...) - Method in interface org.apache.gravitino.tag.TagOperations
-
Alter a tag under a metalake.
- alterTopic(NameIdentifier, TopicChange...) - Method in interface org.apache.gravitino.messaging.TopicCatalog
-
Apply the
changes
to a topic in the catalog. - ANONYMOUS_USER - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The default username used for anonymous access.
- anyFieldMapper() - Static method in class org.apache.gravitino.json.JsonUtils
-
Get the shared AnyFieldMapper instance for JSON serialization/deserialization.
- API_METALAKES_IDENTIFIER_PATH - Static variable in class org.apache.gravitino.client.GravitinoClientBase
-
The REST API path prefix for load a specific metalake
- API_METALAKES_LIST_PATH - Static variable in class org.apache.gravitino.client.GravitinoClientBase
-
The REST API path for listing metalakes
- APPEND - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Appends some content into a file.
- apply(String, Expression[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that applies a function to the input value.
- archives() - Method in class org.apache.gravitino.job.SparkJobTemplate
-
Returns the list of archives required for the Spark job.
- args() - Method in class org.apache.gravitino.dto.rel.DistributionDTO
-
Returns the arguments of the function.
- args() - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO
- args() - Method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Returns the arguments of the function.
- argType() - Method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO
- argType() - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO
- argType() - Method in interface org.apache.gravitino.dto.rel.expressions.FunctionArg
-
Arguments type of the function.
- argType() - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO
- argType() - Method in class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO
- arguments - Variable in class org.apache.gravitino.job.JobTemplate
-
The list of arguments for the job template.
- arguments() - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO
- arguments() - Method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
- arguments() - Method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Returns the arguments of the function.
- arguments() - Method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
- arguments() - Method in class org.apache.gravitino.dto.rel.partitioning.Partitioning.SingleFieldPartitioning
- arguments() - Method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
- arguments() - Method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
- arguments() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the arguments for the job template.
- arguments() - Method in interface org.apache.gravitino.rel.expressions.FunctionExpression
- arguments() - Method in class org.apache.gravitino.rel.expressions.FunctionExpression.FuncExpressionImpl
- arguments() - Method in interface org.apache.gravitino.rel.expressions.transforms.Transform
- arguments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transform.SingleFieldTransform
- arguments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ApplyTransform
- arguments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.BucketTransform
- arguments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ListTransform
- arguments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.RangeTransform
- arguments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.TruncateTransform
- ascending(Expression) - Static method in class org.apache.gravitino.rel.expressions.sorts.SortOrders
-
Create a sort order by the given expression with the ascending sort direction and nulls first ordering.
- ASCENDING - Enum constant in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
-
Ascending sort direction.
- asFilesetCatalog() - Method in interface org.apache.gravitino.Catalog
- asModelCatalog() - Method in interface org.apache.gravitino.Catalog
- asSchemas() - Method in interface org.apache.gravitino.Catalog
-
Return the
SupportsSchemas
if the catalog supports schema operations. - assignments() - Method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
- assignments() - Method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
- assignments() - Method in interface org.apache.gravitino.rel.expressions.transforms.Transform
- assignments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ListTransform
- assignments() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.RangeTransform
- associatedObjects() - Method in interface org.apache.gravitino.policy.Policy
- associatedObjects() - Method in interface org.apache.gravitino.tag.Tag
- associatePolicies(String[], String[]) - Method in interface org.apache.gravitino.policy.SupportsPolicies
-
Associate policies to the specific object.
- associateTags(String[], String[]) - Method in class org.apache.gravitino.client.GenericColumn
- associateTags(String[], String[]) - Method in interface org.apache.gravitino.tag.SupportsTags
-
Associate tags to the specific object.
- asTableCatalog() - Method in interface org.apache.gravitino.Catalog
- asTopicCatalog() - Method in interface org.apache.gravitino.Catalog
- audit - Variable in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
The audit information of the group.
- audit - Variable in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
The audit information of the role.
- audit - Variable in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
The audit information of the user.
- audit - Variable in class org.apache.gravitino.dto.CatalogDTO.Builder
-
The audit information of the catalog.
- audit - Variable in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
The audit information of the Metalake DTO.
- audit - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The audit information for the table.
- audit - Variable in class org.apache.gravitino.dto.SchemaDTO.Builder
-
The audit information for the schema.
- audit(AuditDTO) - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Set the audit information of the fileset.
- Audit - Interface in org.apache.gravitino
-
Represents the audit information of an entity.
- Auditable - Interface in org.apache.gravitino
-
An auditable entity is an entity that has audit information associated with it.
- AuditDTO - Class in org.apache.gravitino.dto
-
Data transfer object representing audit information.
- AuditDTO.Builder<S extends AuditDTO.Builder> - Class in org.apache.gravitino.dto
-
Builder class for constructing an AuditDTO instance.
- auditInfo() - Method in interface org.apache.gravitino.Auditable
- auditInfo() - Method in class org.apache.gravitino.dto.authorization.GroupDTO
- auditInfo() - Method in class org.apache.gravitino.dto.authorization.RoleDTO
- auditInfo() - Method in class org.apache.gravitino.dto.authorization.UserDTO
- auditInfo() - Method in class org.apache.gravitino.dto.CatalogDTO
-
Get the audit information of the catalog.
- auditInfo() - Method in class org.apache.gravitino.dto.file.FilesetDTO
- auditInfo() - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- auditInfo() - Method in class org.apache.gravitino.dto.MetalakeDTO
- auditInfo() - Method in class org.apache.gravitino.dto.model.ModelDTO
- auditInfo() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO
- auditInfo() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- auditInfo() - Method in class org.apache.gravitino.dto.rel.TableDTO
- auditInfo() - Method in class org.apache.gravitino.dto.SchemaDTO
- auditInfo() - Method in class org.apache.gravitino.dto.stats.StatisticDTO
- auditInfo() - Method in class org.apache.gravitino.dto.tag.TagDTO
- AuthConstants - Class in org.apache.gravitino.auth
-
Constants used for authentication.
- authDataProvider - Variable in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
The authentication provider.
- AUTHENTICATED_PRINCIPAL_ATTRIBUTE_NAME - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The default name of the attribute that stores the authenticated principal in the request.
- AuthenticatorType - Enum Class in org.apache.gravitino.auth
-
The type of authenticator for http/https request.
- AUTHORIZATION_BASIC_HEADER - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The name of BASIC header used to pass the authentication token.
- AUTHORIZATION_BEARER_HEADER - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The name of BEARER header used to pass the authentication token.
- AUTHORIZATION_NEGOTIATE_HEADER - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The value of NEGOTIATE header used to pass the authentication token.
- AUTHORIZATION_PROVIDER - Static variable in interface org.apache.gravitino.Catalog
-
This variable is used as a key in properties of catalogs to use authorization provider in Gravitino.
- AuthorizationPluginException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when an authorization plugin operation failed.
- AuthorizationPluginException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.AuthorizationPluginException
-
Constructs a new exception with the specified detail message.
- AuthorizationPluginException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.AuthorizationPluginException
-
Constructs a new exception with the specified detail message and cause.
- auto(Strategy, Expression...) - Static method in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
Create a distribution by the given strategy, the number of buckets is not used.
- AUTO - Static variable in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
AUTO indicates that the number of buckets is automatically determined by the system (without the need for manual specification).
- autoIncrement - Variable in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Whether the column is an auto-increment column.
- autoIncrement() - Method in class org.apache.gravitino.client.GenericColumn
- autoIncrement() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
- autoIncrement() - Method in interface org.apache.gravitino.rel.Column
- autoIncrement() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- AWS - Enum constant in enum class org.apache.gravitino.Catalog.CloudName
-
Amazon Web Services
- AWS_IRSA_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.AwsIrsaCredential
-
The credential type for AWS IRSA credentials.
- AwsIrsaCredential - Class in org.apache.gravitino.credential
-
Generic AWS IRSA credential.
- AwsIrsaCredential() - Constructor for class org.apache.gravitino.credential.AwsIrsaCredential
-
Default constructor for AWS IRSA credential.
- AwsIrsaCredential(String, String, String, long) - Constructor for class org.apache.gravitino.credential.AwsIrsaCredential
-
Constructs an AWS IRSA credential with the specified parameters.
- AZURE - Enum constant in enum class org.apache.gravitino.Catalog.CloudName
-
Microsoft Azure
- AZURE_ACCOUNT_KEY_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.AzureAccountKeyCredential
-
Azure account key credential type.
- AzureAccountKeyCredential - Class in org.apache.gravitino.credential
-
Azure account key credential.
- AzureAccountKeyCredential() - Constructor for class org.apache.gravitino.credential.AzureAccountKeyCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- AzureAccountKeyCredential(String, String) - Constructor for class org.apache.gravitino.credential.AzureAccountKeyCredential
-
Constructs an instance of
AzureAccountKeyCredential
.
B
- BadRequestException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when the request is invalid.
- BadRequestException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.BadRequestException
-
Constructs a new exception with the specified detail message.
- BadRequestException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.BadRequestException
-
Constructs a new exception with the specified detail message and cause.
- BaseBuilder() - Constructor for class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Constructor for the BaseBuilder.
- BaseResponse - Class in org.apache.gravitino.dto.responses
-
Represents a base response for REST API calls.
- BaseResponse() - Constructor for class org.apache.gravitino.dto.responses.BaseResponse
-
Default constructor for BaseResponse.
- BaseResponse(int) - Constructor for class org.apache.gravitino.dto.responses.BaseResponse
-
Constructor for BaseResponse.
- between(String, PartitionRange.BoundType, String, PartitionRange.BoundType) - Static method in class org.apache.gravitino.stats.PartitionRange
-
Creates a PartitionRange which has both lower and upper partition names.
- between(String, PartitionRange.BoundType, String, PartitionRange.BoundType, SortOrder) - Static method in class org.apache.gravitino.stats.PartitionRange
-
Creates a PartitionRange which has both lower and upper partition names with a specific comparator type.
- BINARY - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The binary type with variable length.
- BOOLEAN - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The boolean type.
- booleanConf() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Creates a configuration entry for Boolean data type.
- booleanLiteral(Boolean) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a boolean type literal with the given value.
- booleanValue(boolean) - Static method in class org.apache.gravitino.stats.StatisticValues
-
Creates a statistic value that holds a boolean value.
- bucket(int, String[]...) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the bucket of the input value.
- BUCKET - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The minute partitioning strategy.
- BucketPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Data transfer object representing bucket partitioning.
- build() - Method in class org.apache.gravitino.audit.CallerContext.Builder
-
Build the CallerContext.
- build() - Method in interface org.apache.gravitino.client.CustomTokenProvider.Builder
-
Builds the instance of the CustomTokenProvider.
- build() - Method in class org.apache.gravitino.client.CustomTokenProvider.CustomTokenProviderBuilder
-
Builds the instance of the CustomTokenProvider.
- build() - Method in class org.apache.gravitino.client.GravitinoAdminClient.AdminClientBuilder
-
Builds a new GravitinoClient instance.
- build() - Method in class org.apache.gravitino.client.GravitinoClient.ClientBuilder
-
Builds a new GravitinoClient instance.
- build() - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Builds a new instance.
- build() - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Builds and returns an instance of the HTTPClient with the configured options.
- build() - Method in class org.apache.gravitino.client.KerberosTokenProvider.Builder
-
Builds the instance of the KerberosTokenProvider.
- build() - Method in class org.apache.gravitino.client.OAuth2TokenProvider.OAuth2TokenProviderBuilder
-
Builds the instance of the OAuth2TokenProvider.
- build() - Method in class org.apache.gravitino.dto.AuditDTO.Builder
-
Builds an instance of AuditDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
Builds an instance of GroupDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.authorization.OwnerDTO.Builder
-
Builds an instance of OwnerDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO.Builder
-
Builds an instance of PrivilegeDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
Builds an instance of RoleDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO.Builder
-
Builds an instance of SecurableObjectDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
Builds an instance of UserDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Builds an instance of CatalogDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.credential.CredentialDTO.Builder
- build() - Method in class org.apache.gravitino.dto.file.FileInfoDTO.FileInfoDTOBuilder
-
Build the FileInfoDTO.
- build() - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Build the FilesetDTO.
- build() - Method in class org.apache.gravitino.dto.messaging.TopicDTO.Builder
- build() - Method in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
Builds an instance of MetalakeDTO using the builder's properties.
- build() - Method in class org.apache.gravitino.dto.model.ModelDTO.Builder
-
Builds the model DTO.
- build() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Builds the Model Version DTO.
- build() - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
- build() - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Builds a Column DTO based on the provided builder parameters.
- build() - Method in class org.apache.gravitino.dto.rel.DistributionDTO.Builder
-
Builds a new instance of
DistributionDTO
. - build() - Method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO.Builder
-
Build the field reference.
- build() - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO.Builder
-
Builds the function expression.
- build() - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO.Builder
-
Builds a LiteralDTO instance.
- build() - Method in class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO.Builder
-
Build the unparsed expression.
- build() - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
Builds a new instance of IndexDTO.
- build() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO.Builder
-
Build the partition.
- build() - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO.Builder
-
Build the ListPartitionDTO.
- build() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO.Builder
- build() - Method in class org.apache.gravitino.dto.rel.SortOrderDTO.Builder
-
Builds a SortOrderDTO based on the provided builder parameters.
- build() - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Builds a Table DTO based on the provided builder parameters.
- build() - Method in class org.apache.gravitino.dto.SchemaDTO.Builder
-
Builds a Schema DTO based on the provided builder parameters.
- build() - Method in class org.apache.gravitino.dto.stats.StatisticDTO.Builder
-
Builds an instance of
StatisticDTO
with the provided values. - build() - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO.Builder
- build() - Method in class org.apache.gravitino.dto.tag.TagDTO.Builder
- build() - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Build the JobTemplate instance.
- build() - Method in class org.apache.gravitino.job.ShellJobTemplate.Builder
-
Build the ShellJobTemplate instance.
- build() - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
-
Builds the SparkJobTemplate instance with the specified parameters.
- build() - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl.Builder
-
Build the distribution.
- build() - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
Build a new instance of IndexImpl.
- builder() - Static method in class org.apache.gravitino.audit.CallerContext
-
Create a new builder for the CallerContext.
- builder() - Static method in class org.apache.gravitino.client.DefaultOAuth2TokenProvider
-
Creates a new instance of the DefaultOAuth2TokenProvider.Builder
- builder() - Static method in class org.apache.gravitino.client.GravitinoMetalake
- builder() - Static method in class org.apache.gravitino.client.KerberosTokenProvider
-
Creates a new instance of the KerberosTokenProvider.Builder
- builder() - Static method in class org.apache.gravitino.dto.AuditDTO
-
Creates a new Builder for constructing an Audit DTO.
- builder() - Static method in class org.apache.gravitino.dto.authorization.GroupDTO
-
Creates a new Builder for constructing a Group DTO.
- builder() - Static method in class org.apache.gravitino.dto.authorization.OwnerDTO
-
Creates a new Builder for constructing an Owner DTO.
- builder() - Static method in class org.apache.gravitino.dto.authorization.PrivilegeDTO
- builder() - Static method in class org.apache.gravitino.dto.authorization.RoleDTO
-
Creates a new Builder for constructing a Role DTO.
- builder() - Static method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
- builder() - Static method in class org.apache.gravitino.dto.authorization.UserDTO
-
Creates a new Builder for constructing a User DTO.
- builder() - Static method in class org.apache.gravitino.dto.CatalogDTO
- builder() - Static method in class org.apache.gravitino.dto.credential.CredentialDTO
- builder() - Static method in class org.apache.gravitino.dto.file.FileInfoDTO
-
Create a new FileInfoDTO builder.
- builder() - Static method in class org.apache.gravitino.dto.file.FilesetDTO
-
Create a new FilesetDTO builder.
- builder() - Static method in class org.apache.gravitino.dto.messaging.TopicDTO
- builder() - Static method in class org.apache.gravitino.dto.MetalakeDTO
- builder() - Static method in class org.apache.gravitino.dto.model.ModelDTO
-
Creates a new builder for constructing a Model DTO.
- builder() - Static method in class org.apache.gravitino.dto.model.ModelVersionDTO
-
Creates a new builder for constructing a Model Version DTO.
- builder() - Static method in class org.apache.gravitino.dto.policy.PolicyDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.ColumnDTO
-
Creates a new Builder to build a Column DTO.
- builder() - Static method in class org.apache.gravitino.dto.rel.DistributionDTO
-
Creates a new instance of
DistributionDTO.Builder
. - builder() - Static method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.indexes.IndexDTO
-
Get the builder for creating a new instance of IndexDTO.
- builder() - Static method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.SortOrderDTO
- builder() - Static method in class org.apache.gravitino.dto.rel.TableDTO
-
Creates a new Builder to build a Table DTO.
- builder() - Static method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Creates a new instance of
TableDTO.Builder
. - builder() - Static method in class org.apache.gravitino.dto.SchemaDTO
- builder() - Static method in class org.apache.gravitino.dto.stats.StatisticDTO
-
Creates a new builder for constructing instances of
StatisticDTO
. - builder() - Static method in class org.apache.gravitino.dto.tag.MetadataObjectDTO
- builder() - Static method in class org.apache.gravitino.dto.tag.TagDTO
- builder() - Static method in class org.apache.gravitino.job.ShellJobTemplate
-
Creates a new builder for constructing instances of
ShellJobTemplate
. - builder() - Static method in class org.apache.gravitino.job.SparkJobTemplate
-
Creates a new builder for constructing instances of
SparkJobTemplate
. - builder() - Static method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl
- builder(String) - Static method in class org.apache.gravitino.client.GravitinoAdminClient
-
Creates a new builder for constructing a GravitinoClient.
- builder(String) - Static method in class org.apache.gravitino.client.GravitinoClient
-
Creates a new builder for constructing a GravitinoClient.
- builder(Map<String, String>) - Static method in class org.apache.gravitino.client.HTTPClient
-
Creates a new instance of the HTTPClient.Builder with the specified properties.
- Builder() - Constructor for class org.apache.gravitino.client.DefaultOAuth2TokenProvider.Builder
- Builder() - Constructor for class org.apache.gravitino.client.KerberosTokenProvider.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.authorization.GroupDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.authorization.PrivilegeDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.authorization.RoleDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.authorization.UserDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.CatalogDTO.Builder
-
Default constructor for the builder.
- Builder() - Constructor for class org.apache.gravitino.dto.MetalakeDTO.Builder
-
Default constructor.
- Builder() - Constructor for class org.apache.gravitino.dto.model.ModelDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Constructs a new Builder.
- Builder() - Constructor for class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
Default constructor.
- Builder() - Constructor for class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.stats.StatisticDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.dto.tag.MetadataObjectDTO.Builder
- Builder() - Constructor for class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl.Builder
- Builder() - Constructor for class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
- Builder(String) - Constructor for class org.apache.gravitino.client.GravitinoClientBase.Builder
-
The constructor for the Builder class.
- buildFromProperties(Map<String, String>) - Static method in class org.apache.gravitino.client.GravitinoClientConfiguration
-
Build GravitinoClientConfiguration from properties.
- BUILT_IN_TYPE_PREFIX - Static variable in interface org.apache.gravitino.policy.Policy
-
The prefix for built-in policy types.
- BYTE - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The byte type.
- byteLiteral(Byte) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a byte type literal with the given value.
C
- CallerContext - Class in org.apache.gravitino.audit
-
A class defining the caller context for auditing coarse-grained operations.
- CallerContext.Builder - Class in org.apache.gravitino.audit
-
Builder to create a caller context.
- CallerContext.CallerContextHolder - Class in org.apache.gravitino.audit
-
A thread local holder for the CallerContext.
- CallerContextHolder() - Constructor for class org.apache.gravitino.audit.CallerContext.CallerContextHolder
- canBindTo(MetadataObject.Type) - Method in interface org.apache.gravitino.authorization.Privilege
-
If the privilege can bind to a securable object, then this method will return true, otherwise false.
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ConsumeTopic
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateCatalog
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateFileset
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateModel
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateModelVersion
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateRole
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateSchema
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateTable
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.CreateTopic
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ManageGrants
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ManageGroups
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ManageUsers
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ModifyTable
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ProduceTopic
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.ReadFileset
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.SelectTable
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.UseCatalog
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.UseModel
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.UseSchema
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.authorization.Privileges.WriteFileset
- canBindTo(MetadataObject.Type) - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO
- cancelJob(String) - Method in class org.apache.gravitino.client.GravitinoClient
- cancelJob(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- cancelJob(String) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Cancel a job by its ID.
- CANCELLED - Enum constant in enum class org.apache.gravitino.job.JobHandle.Status
-
The job has been cancelled.
- CANCELLING - Enum constant in enum class org.apache.gravitino.job.JobHandle.Status
-
The job is being cancelled.
- CAT_FILE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets the content of a file.
- Catalog - Interface in org.apache.gravitino
-
The interface of a catalog.
- CATALOG - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A catalog is a collection of metadata from a specific metadata source, like Apache Hive catalog, Apache Iceberg catalog, JDBC catalog, etc.
- Catalog.CloudName - Enum Class in org.apache.gravitino
-
The cloud that the catalog is running on.
- Catalog.Type - Enum Class in org.apache.gravitino
-
The type of the catalog.
- CatalogAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a resource already exists.
- CatalogAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.CatalogAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- CatalogAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.CatalogAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- catalogChange() - Method in interface org.apache.gravitino.dto.requests.CatalogUpdateRequest
-
Returns the catalog change associated with this request.
- catalogChange() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RemoveCatalogPropertyRequest
- catalogChange() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RenameCatalogRequest
- catalogChange() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.SetCatalogPropertyRequest
- catalogChange() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.UpdateCatalogCommentRequest
- CatalogChange - Interface in org.apache.gravitino
-
A catalog change is a change to a catalog.
- CatalogChange.RemoveProperty - Class in org.apache.gravitino
-
A catalog change to remove a property from the catalog.
- CatalogChange.RenameCatalog - Class in org.apache.gravitino
-
A catalog change to rename the catalog.
- CatalogChange.SetProperty - Class in org.apache.gravitino
-
A catalog change to set the property and value for the catalog.
- CatalogChange.UpdateCatalogComment - Class in org.apache.gravitino
-
A catalog change to update the catalog comment.
- CatalogCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a catalog.
- CatalogCreateRequest(String, Catalog.Type, String, String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.CatalogCreateRequest
-
Constructor for CatalogCreateRequest.
- CatalogDTO - Class in org.apache.gravitino.dto
-
Data transfer object representing catalog information.
- CatalogDTO() - Constructor for class org.apache.gravitino.dto.CatalogDTO
-
Default constructor for Jackson.
- CatalogDTO(String, Catalog.Type, String, String, Map<String, String>, AuditDTO) - Constructor for class org.apache.gravitino.dto.CatalogDTO
-
Constructor for the catalog.
- CatalogDTO.Builder<S extends CatalogDTO.Builder> - Class in org.apache.gravitino.dto
-
Builder class for constructing a CatalogDTO instance.
- catalogErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Catalog operations.
- catalogExists(String) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Check if a catalog exists.
- CatalogInUseException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a catalog is in use and cannot be deleted.
- CatalogInUseException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.CatalogInUseException
-
Constructs a new exception with the specified detail message.
- CatalogListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of catalogs with their information.
- CatalogListResponse() - Constructor for class org.apache.gravitino.dto.responses.CatalogListResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of CatalogListResponse.
- CatalogListResponse(CatalogDTO[]) - Constructor for class org.apache.gravitino.dto.responses.CatalogListResponse
-
Creates a new CatalogListResponse.
- CatalogNotInUseException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when operating on a catalog that is not in use.
- CatalogNotInUseException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.CatalogNotInUseException
-
Constructs a new exception with the specified detail message.
- CatalogProvider - Interface in org.apache.gravitino
-
A Catalog provider is a class that provides a short name for a catalog.
- CatalogResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing catalog information.
- CatalogResponse() - Constructor for class org.apache.gravitino.dto.responses.CatalogResponse
-
Default constructor for CatalogResponse.
- CatalogResponse(CatalogDTO) - Constructor for class org.apache.gravitino.dto.responses.CatalogResponse
-
Constructor for CatalogResponse.
- CatalogSetRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a catalog in use.
- CatalogSetRequest() - Constructor for class org.apache.gravitino.dto.requests.CatalogSetRequest
-
Default constructor for CatalogSetRequest.
- CatalogSetRequest(boolean) - Constructor for class org.apache.gravitino.dto.requests.CatalogSetRequest
-
Constructor for CatalogSetRequest.
- catalogString() - Method in class org.apache.gravitino.rel.types.Types.ExternalType
- CatalogUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents an interface for catalog update requests.
- CatalogUpdateRequest.RemoveCatalogPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Request to remove a property from a catalog.
- CatalogUpdateRequest.RenameCatalogRequest - Class in org.apache.gravitino.dto.requests
-
Request to rename a catalog.
- CatalogUpdateRequest.SetCatalogPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Request to set a property on a catalog.
- CatalogUpdateRequest.UpdateCatalogCommentRequest - Class in org.apache.gravitino.dto.requests
-
Request to update the comment of a catalog.
- CatalogUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request containing multiple catalog updates.
- CatalogUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdatesRequest
-
Default constructor for CatalogUpdatesRequest.
- CatalogUpdatesRequest(List<CatalogUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdatesRequest
-
Constructor for CatalogUpdatesRequest.
- check(boolean, String, Object...) - Static method in class org.apache.gravitino.NameIdentifier
-
Check the given condition is true.
- check(boolean, String, Object...) - Static method in class org.apache.gravitino.Namespace
-
Check the given condition is true.
- checkMetalakeName(String) - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Checks the validity of the Metalake name.
- checkValid(String) - Static method in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Check if the operation is valid.
- checkValid(String) - Static method in enum class org.apache.gravitino.audit.InternalClientType
-
Check if the client type is valid.
- checkValue(Function<T, Boolean>, String) - Method in class org.apache.gravitino.config.ConfigEntry
-
Checks if the user-provided value for the config matches the validator.
- checkVersion - Variable in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
The check version flag.
- checkVersion() - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Check the compatibility of the client with the target server.
- children() - Method in interface org.apache.gravitino.rel.expressions.distributions.Distribution
- children() - Method in interface org.apache.gravitino.rel.expressions.Expression
- children() - Method in interface org.apache.gravitino.rel.expressions.FunctionExpression
- children() - Method in interface org.apache.gravitino.rel.expressions.Literal
-
Deprecated.
- children() - Method in interface org.apache.gravitino.rel.expressions.literals.Literal
- children() - Method in interface org.apache.gravitino.rel.expressions.NamedReference
- children() - Method in interface org.apache.gravitino.rel.expressions.sorts.SortOrder
- children() - Method in interface org.apache.gravitino.rel.expressions.transforms.Transform
- children() - Method in interface org.apache.gravitino.rel.expressions.UnparsedExpression
- className() - Method in class org.apache.gravitino.job.SparkJobTemplate
-
Returns the class name of the Spark application to be executed.
- client - Variable in class org.apache.gravitino.client.OAuth2TokenProvider
-
The HTTP client used to request the access token from the authorization server.
- client - Variable in class org.apache.gravitino.client.OAuth2TokenProvider.OAuth2TokenProviderBuilder
-
The HTTP client used to request the access token from the authorization server.
- CLIENT_CONNECTION_TIMEOUT_MS - Static variable in class org.apache.gravitino.client.GravitinoClientConfiguration
-
An optional http connection timeout in milliseconds.
- CLIENT_CONNECTION_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.gravitino.client.GravitinoClientConfiguration
-
A default value for http connection timeout in milliseconds.
- CLIENT_SOCKET_TIMEOUT_MS - Static variable in class org.apache.gravitino.client.GravitinoClientConfiguration
-
An optional http socket timeout in milliseconds.
- CLIENT_SOCKET_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.gravitino.client.GravitinoClientConfiguration
-
A default value for http socket timeout in milliseconds.
- CLIENT_VERSION_HEADER - Static variable in class org.apache.gravitino.Version
-
The HTTP header to send the client version
- ClientBuilder(String) - Constructor for class org.apache.gravitino.client.GravitinoClient.ClientBuilder
-
The private constructor for the Builder class.
- clientVersion() - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Retrieves the version of the Gravitino client.
- close() - Method in class org.apache.gravitino.client.CustomTokenProvider
- close() - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Closes the GravitinoClient and releases any underlying resources.
- close() - Method in class org.apache.gravitino.client.HTTPClient
-
Closes the underlying HTTP client gracefully.
- close() - Method in class org.apache.gravitino.client.KerberosTokenProvider
-
Closes the KerberosTokenProvider and releases any underlying resources.
- close() - Method in class org.apache.gravitino.client.OAuth2TokenProvider
-
Closes the OAuth2TokenProvider and releases any underlying resources.
- CLOSED - Enum constant in enum class org.apache.gravitino.stats.PartitionRange.BoundType
-
Indicates that the bound is inclusive
- CLOUD_NAME - Static variable in interface org.apache.gravitino.Catalog
-
The property to specify the cloud that the catalog is running on.
- CLOUD_REGION_CODE - Static variable in interface org.apache.gravitino.Catalog
-
The property to specify the region code of the cloud that the catalog is running on.
- CollectionUtils - Class in org.apache.gravitino.utils
-
Utility class for working with collection.
- Column - Interface in org.apache.gravitino.rel
-
An interface representing a column of a
Table
. - COLUMN - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A column is a sub-collection of the table that represents a group of same type data.
- Column.ColumnImpl - Class in org.apache.gravitino.rel
-
The implementation of
Column
for users to use API. - ColumnDefaultValueDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.ColumnDefaultValueDeserializer
- ColumnDefaultValueSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.ColumnDefaultValueSerializer
- ColumnDTO - Class in org.apache.gravitino.dto.rel
-
Represents a Column DTO (Data Transfer Object).
- ColumnDTO.Builder<S extends ColumnDTO.Builder> - Class in org.apache.gravitino.dto.rel
-
Builder class for constructing ColumnDTO instances.
- ColumnPositionDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.ColumnPositionDeserializer
- ColumnPositionSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.ColumnPositionSerializer
- columns - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The columns of the table.
- columns() - Method in class org.apache.gravitino.dto.rel.TableDTO
- columns() - Method in interface org.apache.gravitino.rel.Table
- COMMA_JOINER - Static variable in interface org.apache.gravitino.model.ModelVersionChange
-
A Joiner for comma-separated values.
- comment - Variable in class org.apache.gravitino.dto.CatalogDTO.Builder
-
The comment of the catalog.
- comment - Variable in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
The comment of the Metalake DTO.
- comment - Variable in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
The comment associated with the column.
- comment - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The comment associated with the table.
- comment - Variable in class org.apache.gravitino.dto.SchemaDTO.Builder
-
The comment associated with the schema.
- comment - Variable in class org.apache.gravitino.job.JobTemplate
-
The comment or description of the job template.
- comment() - Method in interface org.apache.gravitino.Catalog
-
The comment of the catalog.
- comment() - Method in class org.apache.gravitino.client.GenericColumn
- comment() - Method in class org.apache.gravitino.dto.CatalogDTO
-
Get the comment of the catalog.
- comment() - Method in class org.apache.gravitino.dto.file.FilesetDTO
- comment() - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- comment() - Method in class org.apache.gravitino.dto.MetalakeDTO
- comment() - Method in class org.apache.gravitino.dto.model.ModelDTO
- comment() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO
- comment() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- comment() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
- comment() - Method in class org.apache.gravitino.dto.rel.TableDTO
- comment() - Method in class org.apache.gravitino.dto.SchemaDTO
- comment() - Method in class org.apache.gravitino.dto.tag.TagDTO
- comment() - Method in interface org.apache.gravitino.file.Fileset
- comment() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the comment for the job template.
- comment() - Method in interface org.apache.gravitino.messaging.Topic
- comment() - Method in interface org.apache.gravitino.Metalake
-
The comment of the metalake.
- comment() - Method in interface org.apache.gravitino.model.Model
-
The comment of the model object.
- comment() - Method in interface org.apache.gravitino.model.ModelVersion
-
The comment of this model version.
- comment() - Method in interface org.apache.gravitino.policy.Policy
-
Get the comment of the policy.
- comment() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- comment() - Method in interface org.apache.gravitino.rel.Column
- comment() - Method in interface org.apache.gravitino.rel.Table
- comment() - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- comment() - Method in interface org.apache.gravitino.Schema
- comment() - Method in interface org.apache.gravitino.tag.Tag
- comment(String) - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Set the comment of the fileset.
- comparator() - Method in class org.apache.gravitino.stats.PartitionRange
-
Returns a comparator for comparing partitions within this range.
- compatibleWithServerVersion(GravitinoVersion) - Method in class org.apache.gravitino.client.GravitinoVersion
-
Check if the current version is compatible with the server version.
- compileDate - Variable in class org.apache.gravitino.Version.VersionInfo
-
build time
- compileDate() - Method in class org.apache.gravitino.dto.VersionDTO
- ComplexType() - Constructor for class org.apache.gravitino.rel.types.Type.ComplexType
- condition() - Method in interface org.apache.gravitino.authorization.Privilege
- condition() - Method in class org.apache.gravitino.authorization.Privileges.GenericPrivilege
- condition() - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO
- Config - Class in org.apache.gravitino
-
The Config class is responsible for managing configuration settings.
- Config() - Constructor for class org.apache.gravitino.Config
-
Constructs a Config instance and loads default configurations.
- Config(boolean) - Constructor for class org.apache.gravitino.Config
-
Constructs a Config instance.
- ConfigBuilder - Class in org.apache.gravitino.config
-
Builder class for creating configuration entries.
- ConfigBuilder(String) - Constructor for class org.apache.gravitino.config.ConfigBuilder
-
Constructs a ConfigBuilder with the given key.
- ConfigConstants - Class in org.apache.gravitino.config
-
Constants used for configuration.
- ConfigEntry<T> - Class in org.apache.gravitino.config
-
Defines configuration properties.
- configs() - Method in class org.apache.gravitino.job.SparkJobTemplate
-
Returns the configuration map for the Spark job.
- CONNECTION_FAILED_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for connect to catalog failed.
- connectionFailed(String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new connection failed error instance of
ErrorResponse
. - connectionFailed(String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new connection failed error instance of
ErrorResponse
. - ConnectionFailedException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when connect to catalog failed.
- ConnectionFailedException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ConnectionFailedException
-
Constructs a new exception with the specified detail message.
- ConnectionFailedException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ConnectionFailedException
-
Constructs a new exception with the specified detail message.
- CONSUME_TOPIC - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to consume from a topic.
- content() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- content() - Method in interface org.apache.gravitino.policy.Policy
-
Get the content of the policy.
- contentClass() - Method in enum class org.apache.gravitino.policy.Policy.BuiltInType
-
Get the content class of the policy.
- context() - Method in class org.apache.gravitino.audit.CallerContext
-
Returns the context map in the caller context.
- COPY_FILE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Copies a file.
- count() - Method in interface org.apache.gravitino.policy.Policy.AssociatedObjects
- count() - Method in interface org.apache.gravitino.tag.Tag.AssociatedObjects
- create() - Method in class org.apache.gravitino.config.ConfigEntry
-
Creates a new ConfigEntry instance based on this configuration entry with no default value.
- create(String, Map<String, String>, long) - Static method in class org.apache.gravitino.credential.CredentialFactory
-
Creates a
Credential
instance based on the provided credential type, information, and expiration time. - CREATE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Creates a new file.
- CREATE_CATALOG - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a catalog.
- CREATE_FILESET - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a fileset.
- CREATE_MODEL - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a model
- CREATE_MODEL_VERSION - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a model version
- CREATE_ROLE - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a role
- CREATE_SCHEMA - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a schema.
- CREATE_TABLE - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a table.
- CREATE_TOPIC - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to create a topic.
- createCatalog(String, Catalog.Type, String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoClient
- createCatalog(String, Catalog.Type, String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Create a new catalog with specified identifier, type, comment and properties.
- createCatalog(String, Catalog.Type, String, String, Map<String, String>) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Create a catalog with specified catalog name, type, provider, comment, and properties.
- createCatalog(String, Catalog.Type, String, Map<String, String>) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Create a managed catalog with specified catalog name, type, comment, and properties.
- CREATED_TIME - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets the created time of a file.
- createFileset(NameIdentifier, String, Fileset.Type, String, Map<String, String>) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Create a fileset metadata with a default location in the catalog.
- createMetalake(String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoAdminClient
-
Creates a new Metalake using the Gravitino API.
- createMetalake(String, String, Map<String, String>) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Create a metalake with specified name, comment and properties.
- createMultipleLocationFileset(NameIdentifier, String, Fileset.Type, Map<String, String>, Map<String, String>) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Create a fileset metadata with multiple storage locations in the catalog.
- createMysqlPrimaryKey(String[][]) - Static method in class org.apache.gravitino.rel.indexes.Indexes
-
To create a MySQL primary key, you need to use the default primary key name.
- createPolicy(String, String, String, boolean, PolicyContent) - Method in class org.apache.gravitino.client.GravitinoClient
- createPolicy(String, String, String, boolean, PolicyContent) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Create a new policy under the current metalake.
- createPolicy(String, String, String, boolean, PolicyContent) - Method in interface org.apache.gravitino.policy.PolicyOperations
-
Create a policy under a metalake.
- createRole(String, Map<String, String>, List<SecurableObject>) - Method in class org.apache.gravitino.client.GravitinoClient
-
Creates a new Role.
- createRole(String, Map<String, String>, List<SecurableObject>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Creates a new Role.
- createSchema(String, String, Map<String, String>) - Method in interface org.apache.gravitino.SupportsSchemas
-
Creates a schema in the catalog based on the provided details.
- createTable(NameIdentifier, Column[], String, Map<String, String>) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a table in the catalog based on the provided details.
- createTable(NameIdentifier, Column[], String, Map<String, String>, Distribution) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a table in the catalog.
- createTable(NameIdentifier, Column[], String, Map<String, String>, Distribution, SortOrder[]) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a table in the catalog.
- createTable(NameIdentifier, Column[], String, Map<String, String>, SortOrder[]) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a table in the catalog.
- createTable(NameIdentifier, Column[], String, Map<String, String>, Transform[]) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a table in the catalog.
- createTable(NameIdentifier, Column[], String, Map<String, String>, Transform[], Distribution, SortOrder[]) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a partitioned table in the catalog.
- createTable(NameIdentifier, Column[], String, Map<String, String>, Transform[], Distribution, SortOrder[], Index[]) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Create a table in the catalog.
- createTag(String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoClient
- createTag(String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Create a tag under the current metalake.
- createTag(String, String, Map<String, String>) - Method in interface org.apache.gravitino.tag.TagOperations
-
Create a tag under a metalake.
- createTime - Variable in class org.apache.gravitino.dto.AuditDTO.Builder
-
The create time for the audit.
- createTime() - Method in interface org.apache.gravitino.Audit
-
The creation time of the entity.
- createTime() - Method in class org.apache.gravitino.dto.AuditDTO
- createTopic(NameIdentifier, String, DataLayout, Map<String, String>) - Method in interface org.apache.gravitino.messaging.TopicCatalog
-
Create a topic in the catalog based on the provided details.
- createWithDefault(T) - Method in class org.apache.gravitino.config.ConfigEntry
-
Creates a new ConfigEntry instance based on this configuration entry with a default value.
- createWithOptional() - Method in class org.apache.gravitino.config.ConfigEntry
-
Creates a new ConfigEntry instance based on this configuration entry with optional value handling.
- creator - Variable in class org.apache.gravitino.dto.AuditDTO.Builder
-
The creator of the audit.
- creator() - Method in interface org.apache.gravitino.Audit
-
The creator of the entity.
- creator() - Method in class org.apache.gravitino.dto.AuditDTO
- Credential - Interface in org.apache.gravitino.credential
-
Interface representing a credential with type, expiration time, and additional information.
- CREDENTIAL_TYPE - Static variable in interface org.apache.gravitino.credential.Credential
-
Credential type in the credential.
- CredentialContext - Interface in org.apache.gravitino.credential
-
Contains credential context information to get credential from a credential provider.
- CredentialDTO - Class in org.apache.gravitino.dto.credential
-
Represents a credential Data Transfer Object (DTO).
- CredentialDTO.Builder - Class in org.apache.gravitino.dto.credential
-
Builder class for constructing CredentialDTO instances.
- credentialErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to credential operations.
- CredentialFactory - Class in org.apache.gravitino.credential
-
Create a specific credential according to the credential information.
- CredentialFactory() - Constructor for class org.apache.gravitino.credential.CredentialFactory
- credentialInfo() - Method in class org.apache.gravitino.credential.ADLSTokenCredential
- credentialInfo() - Method in class org.apache.gravitino.credential.AwsIrsaCredential
- credentialInfo() - Method in class org.apache.gravitino.credential.AzureAccountKeyCredential
- credentialInfo() - Method in interface org.apache.gravitino.credential.Credential
-
Returns credential information.
- credentialInfo() - Method in class org.apache.gravitino.credential.GCSTokenCredential
- credentialInfo() - Method in class org.apache.gravitino.credential.OSSSecretKeyCredential
- credentialInfo() - Method in class org.apache.gravitino.credential.OSSTokenCredential
- credentialInfo() - Method in class org.apache.gravitino.credential.S3SecretKeyCredential
- credentialInfo() - Method in class org.apache.gravitino.credential.S3TokenCredential
- credentialInfo() - Method in class org.apache.gravitino.dto.credential.CredentialDTO
- CredentialPropertyUtils - Class in org.apache.gravitino.credential
-
Helper class to generate specific credential properties for different table format and engine.
- CredentialPropertyUtils() - Constructor for class org.apache.gravitino.credential.CredentialPropertyUtils
- CredentialProvider - Interface in org.apache.gravitino.credential
-
Interface for credential providers.
- CredentialResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for credentials.
- CredentialResponse() - Constructor for class org.apache.gravitino.dto.responses.CredentialResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of CredentialResponse.
- CredentialResponse(CredentialDTO[]) - Constructor for class org.apache.gravitino.dto.responses.CredentialResponse
-
Creates a new CredentialResponse.
- credentialType() - Method in class org.apache.gravitino.credential.ADLSTokenCredential
- credentialType() - Method in class org.apache.gravitino.credential.AwsIrsaCredential
- credentialType() - Method in class org.apache.gravitino.credential.AzureAccountKeyCredential
- credentialType() - Method in interface org.apache.gravitino.credential.Credential
-
Returns the type of the credential.
- credentialType() - Method in interface org.apache.gravitino.credential.CredentialProvider
-
Returns the type of credential, it should be identical in Gravitino.
- credentialType() - Method in class org.apache.gravitino.credential.GCSTokenCredential
- credentialType() - Method in class org.apache.gravitino.credential.OSSSecretKeyCredential
- credentialType() - Method in class org.apache.gravitino.credential.OSSTokenCredential
- credentialType() - Method in class org.apache.gravitino.credential.S3SecretKeyCredential
- credentialType() - Method in class org.apache.gravitino.credential.S3TokenCredential
- credentialType() - Method in class org.apache.gravitino.dto.credential.CredentialDTO
- CURRENT_SCRIPT_VERSION - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The current version of backend storage initialization script.
- custom(Map<String, Object>, Set<MetadataObject.Type>, Map<String, String>) - Static method in class org.apache.gravitino.policy.PolicyContents
-
Creates a custom policy content with the given rules and properties.
- CUSTOM - Enum constant in enum class org.apache.gravitino.policy.Policy.BuiltInType
-
Custom policy type.
- CUSTOM_PREFIX - Static variable in interface org.apache.gravitino.stats.Statistic
-
The prefix for custom statistics.
- customFields - Variable in class org.apache.gravitino.job.JobTemplate
-
The map of custom fields for the job template.
- customFields() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the custom fields for the job template.
- customRules() - Method in class org.apache.gravitino.dto.policy.PolicyContentDTO.CustomContentDTO
-
Returns the custom rules defined in this policy content.
- customRules() - Method in class org.apache.gravitino.policy.PolicyContents.CustomContent
-
Returns the custom rules of the policy.
- CustomTokenProvider - Class in org.apache.gravitino.client
-
CustomTokenProvider will provide a custom access token for every request.
- CustomTokenProvider() - Constructor for class org.apache.gravitino.client.CustomTokenProvider
- CustomTokenProvider.Builder<SELF extends CustomTokenProvider.Builder<SELF,
T>, T extends CustomTokenProvider> - Interface in org.apache.gravitino.client -
Builder interface for configuring and creating instances of CustomTokenProvider.
- CustomTokenProvider.CustomTokenProviderBuilder<SELF extends CustomTokenProvider.Builder<SELF,
T>, T extends CustomTokenProvider> - Class in org.apache.gravitino.client -
Builder class for configuring and creating instances of CustomTokenProvider.
- CustomTokenProviderBuilder() - Constructor for class org.apache.gravitino.client.CustomTokenProvider.CustomTokenProviderBuilder
D
- DataLayout - Interface in org.apache.gravitino.messaging
-
The interface for message schema of a topic.
- dataType - Variable in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
The data type of the column.
- dataType() - Method in class org.apache.gravitino.client.GenericColumn
- dataType() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
- dataType() - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO
- dataType() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- dataType() - Method in interface org.apache.gravitino.rel.Column
- dataType() - Method in interface org.apache.gravitino.rel.expressions.Literal
-
Deprecated.
- dataType() - Method in class org.apache.gravitino.rel.expressions.Literal.LiteralImpl
-
Deprecated.
- dataType() - Method in interface org.apache.gravitino.rel.expressions.literals.Literal
- dataType() - Method in class org.apache.gravitino.rel.expressions.literals.Literals.LiteralImpl
- dataType() - Method in interface org.apache.gravitino.stats.StatisticValue
-
Returns the data type of the statistic value.
- dataType() - Method in class org.apache.gravitino.stats.StatisticValues.BooleanValue
- dataType() - Method in class org.apache.gravitino.stats.StatisticValues.DoubleValue
- dataType() - Method in class org.apache.gravitino.stats.StatisticValues.ListValue
- dataType() - Method in class org.apache.gravitino.stats.StatisticValues.LongValue
- dataType() - Method in class org.apache.gravitino.stats.StatisticValues.ObjectValue
- dataType() - Method in class org.apache.gravitino.stats.StatisticValues.StringValue
- DATE - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The date type.
- DATE_TIME_PRECISION_NOT_SET - Static variable in class org.apache.gravitino.rel.types.Type.DateTimeType
-
Indicates that precision for the date/time type was not explicitly set by the user.
- dateLiteral(String) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a date type literal with the given value.
- dateLiteral(LocalDate) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a date type literal with the given value.
- DateTimeType() - Constructor for class org.apache.gravitino.rel.types.Type.DateTimeType
- day(String) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the day of the input value.
- day(String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the day of the input value.
- DAY - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The day partitioning strategy.
- DayPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Data transfer object representing day partitioning.
- Decimal - Class in org.apache.gravitino.rel.types
-
Used to represent a
Types.DecimalType
value in Apache Gravitino. - DECIMAL - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The decimal type.
- decimalLiteral(Decimal) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a decimal type literal with the given value.
- decodeFormData(String) - Static method in class org.apache.gravitino.rest.RESTUtils
-
Decode a URL encoded form data string into a map.
- decodeString(String) - Static method in class org.apache.gravitino.rest.RESTUtils
-
Decode a URL encoded string.
- DEFAULT_MYSQL_PRIMARY_KEY_NAME - Static variable in class org.apache.gravitino.rel.indexes.Indexes
-
MySQL does not support setting the name of the primary key, so the default name is used.
- DEFAULT_VALUE_NOT_SET - Static variable in interface org.apache.gravitino.rel.Column
-
A default value that indicates the default value is not set.
- DEFAULT_VALUE_OF_CURRENT_TIMESTAMP - Static variable in interface org.apache.gravitino.rel.Column
-
A default value that indicates the default value will be set to the current timestamp.
- defaultNullOrdering() - Method in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
-
Returns the default null ordering to use if no null ordering is specified explicitly.
- DefaultOAuth2TokenProvider - Class in org.apache.gravitino.client
-
This class is the default implement of OAuth2TokenProvider.
- DefaultOAuth2TokenProvider.Builder - Class in org.apache.gravitino.client
-
Builder class for configuring and creating instances of DefaultOAuth2TokenProvider.
- defaultPos() - Static method in interface org.apache.gravitino.rel.TableChange.ColumnPosition
- defaultValue - Variable in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
The default value of the column.
- defaultValue() - Method in class org.apache.gravitino.client.GenericColumn
- defaultValue() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
- defaultValue() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- defaultValue() - Method in interface org.apache.gravitino.rel.Column
- delete(String, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a DELETE request on the specified path with given information and no query parameters.
- delete(String, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP DELETE request to the specified path without query parameters and processes the response.
- delete(String, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a DELETE request on the specified path with given information.
- delete(String, Map<String, String>, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a DELETE request on the specified path with given information.
- delete(String, Map<String, String>, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP DELETE request to the specified path with the provided query parameters and processes the response.
- delete(String, Map<String, String>, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a DELETE request on the specified path with given information.
- DELETE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Deletes a file or a directory.
- deleteColumn(String[], Boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for deleting a field.
- deleted() - Method in class org.apache.gravitino.dto.responses.DeleteResponse
-
Deprecated.Returns whether the delete operation was successful.
- deleted() - Method in class org.apache.gravitino.dto.responses.DropResponse
-
Returns whether the delete operation was successful.
- deleteIndex(String, Boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for deleting an index.
- DeleteIndex(String, boolean) - Constructor for class org.apache.gravitino.rel.TableChange.DeleteIndex
- deleteJobTemplate(String) - Method in class org.apache.gravitino.client.GravitinoClient
- deleteJobTemplate(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- deleteJobTemplate(String) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Deletes a job template by its name.
- deleteModel(NameIdentifier) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Delete the model from the catalog.
- deleteModelVersion(NameIdentifier, int) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Delete the model version by the
NameIdentifier
and version number. - deleteModelVersion(NameIdentifier, String) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Delete the model version by the
NameIdentifier
and version alias. - deletePolicy(String) - Method in class org.apache.gravitino.client.GravitinoClient
- deletePolicy(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Deletes a policy under the current metalake.
- deletePolicy(String) - Method in interface org.apache.gravitino.policy.PolicyOperations
-
Delete a policy under a metalake.
- DeleteResponse - Class in org.apache.gravitino.dto.responses
-
Deprecated.
- DeleteResponse() - Constructor for class org.apache.gravitino.dto.responses.DeleteResponse
-
Deprecated.Default constructor for DeleteResponse (used by Jackson deserializer).
- DeleteResponse(boolean) - Constructor for class org.apache.gravitino.dto.responses.DeleteResponse
-
Deprecated.Constructor for DeleteResponse.
- deleteRole(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Deletes a Role.
- deleteRole(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Deletes a Role.
- DeleteTableColumnRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableColumnRequest
-
Default constructor for Jackson deserialization.
- DeleteTableColumnRequest(String[], boolean) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableColumnRequest
-
Constructor for DeleteTableColumnRequest.
- DeleteTableIndexRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableIndexRequest
-
Default constructor for Jackson deserialization.
- DeleteTableIndexRequest(String, Boolean) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableIndexRequest
-
The constructor of the delete table index request.
- deleteTag(String) - Method in class org.apache.gravitino.client.GravitinoClient
- deleteTag(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Delete a tag under the current metalake.
- deleteTag(String) - Method in interface org.apache.gravitino.tag.TagOperations
-
Delete a tag under a metalake.
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ConsumeTopic
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateCatalog
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateFileset
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateModel
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateModelVersion
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateRole
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateSchema
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateTable
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.CreateTopic
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ManageGrants
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ManageGroups
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ManageUsers
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ModifyTable
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ProduceTopic
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.ReadFileset
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.SelectTable
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.UseCatalog
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.UseModel
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.UseSchema
- deny() - Static method in class org.apache.gravitino.authorization.Privileges.WriteFileset
- deny(String) - Static method in class org.apache.gravitino.authorization.Privileges
-
Returns the Privilege with deny condition from the string representation.
- deny(Privilege.Name) - Static method in class org.apache.gravitino.authorization.Privileges
-
Returns the Privilege with deny condition from the `Privilege.Name`.
- DENY - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Condition
-
Deny to use the privilege
- DENY - Static variable in class org.apache.gravitino.auth.AuthConstants
-
deny.
- deprecated() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Marks the configuration entry as deprecated.
- descending(Expression) - Static method in class org.apache.gravitino.rel.expressions.sorts.SortOrders
-
Create a sort order by the given expression with the descending sort direction and nulls last ordering.
- DESCENDING - Enum constant in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
-
Descending sort direction.
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.dto.job.JobDTO.StatusDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.dto.job.JobTemplateDTO.JobTypeDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.ColumnDefaultValueDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.ColumnPositionDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.DistributionDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.IndexDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.NameIdentifierDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.PartitionDTODeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.PartitioningDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.SortOrderDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.StatisticValueDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.gravitino.json.JsonUtils.TypeDeserializer
- DeveloperApi - Annotation Interface in org.apache.gravitino.annotation
-
A
DeveloperApi
is the developer-facing API defined in Gravitino. - direction() - Method in class org.apache.gravitino.dto.rel.SortOrderDTO
- direction() - Method in interface org.apache.gravitino.rel.expressions.sorts.SortOrder
- direction() - Method in class org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- disableCatalog(String) - Method in class org.apache.gravitino.client.GravitinoClient
- disableCatalog(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- disableCatalog(String) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Disable a catalog.
- disableMetalake(String) - Method in class org.apache.gravitino.client.GravitinoAdminClient
- disableMetalake(String) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Disable a metalake.
- disablePolicy(String) - Method in class org.apache.gravitino.client.GravitinoClient
- disablePolicy(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Disable a policy under the current metalake.
- disablePolicy(String) - Method in interface org.apache.gravitino.policy.PolicyOperations
-
Disable a policy under a metalake.
- distribution() - Method in class org.apache.gravitino.dto.rel.TableDTO
- distribution() - Method in interface org.apache.gravitino.rel.Table
- Distribution - Interface in org.apache.gravitino.rel.expressions.distributions
-
An interface that defines how data is distributed across partitions.
- DistributionDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.DistributionDeserializer
- distributionDTO - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The distribution of the table.
- DistributionDTO - Class in org.apache.gravitino.dto.rel
-
Data transfer object representing distribution information.
- DistributionDTO.Builder - Class in org.apache.gravitino.dto.rel
-
Builder for
DistributionDTO
. - Distributions - Class in org.apache.gravitino.rel.expressions.distributions
-
Helper methods to create distributions to pass into Apache Gravitino.
- Distributions.DistributionImpl - Class in org.apache.gravitino.rel.expressions.distributions
-
Create a distribution on columns.
- Distributions.DistributionImpl.Builder - Class in org.apache.gravitino.rel.expressions.distributions
-
Builder to create a distribution.
- DistributionSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.DistributionSerializer
- doAs(Subject, Callable<T>) - Static method in class org.apache.gravitino.auth.KerberosUtils
-
Execute the given action as the given subject.
- doc(String) - Method in class org.apache.gravitino.config.ConfigBuilder
-
Sets the documentation for the configuration.
- DOT_SPLITTER - Static variable in class org.apache.gravitino.authorization.SecurableObjects
-
The splitter for splitting the names.
- DOUBLE - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The double type.
- doubleConf() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Creates a configuration entry for Double data type.
- doubleLiteral(Double) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a double type literal with the given value.
- doubleValue(double) - Static method in class org.apache.gravitino.stats.StatisticValues
-
Creates a statistic value that holds a double value.
- downTo(String, PartitionRange.BoundType) - Static method in class org.apache.gravitino.stats.PartitionRange
-
Creates a PartitionRange which only has lower bound partition name.
- downTo(String, PartitionRange.BoundType, SortOrder) - Static method in class org.apache.gravitino.stats.PartitionRange
-
Creates a PartitionRange which only has lower bound partition name with a specific comparator type.
- drop(String, List<String>) - Static method in class org.apache.gravitino.stats.PartitionStatisticsModification
-
Creates a PartitionDropStatistics instance with the specified partition name and statistic names.
- dropCatalog(String) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Drop a catalog with specified name.
- dropCatalog(String, boolean) - Method in class org.apache.gravitino.client.GravitinoClient
- dropCatalog(String, boolean) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Drop a catalog with specified name.
- dropCatalog(String, boolean) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Drop a catalog with specified name.
- dropFileset(NameIdentifier) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Drop a fileset from the catalog.
- dropMetalake(String) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Drop a metalake with specified name.
- dropMetalake(String, boolean) - Method in class org.apache.gravitino.client.GravitinoAdminClient
-
Drop a metalake with specified name.
- dropMetalake(String, boolean) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Drop a metalake with specified name.
- dropPartition(String) - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
Drop a partition with specified name.
- dropPartitionStatistics(List<PartitionStatisticsDrop>) - Method in interface org.apache.gravitino.stats.SupportsPartitionStatistics
-
Drops statistics for the specified partitions.
- dropped() - Method in class org.apache.gravitino.dto.responses.DropResponse
-
Returns whether the drop operation was successful.
- DropResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a drop operation.
- DropResponse() - Constructor for class org.apache.gravitino.dto.responses.DropResponse
-
Default constructor for DropResponse (used by Jackson deserializer).
- DropResponse(Boolean) - Constructor for class org.apache.gravitino.dto.responses.DropResponse
-
Constructor for DropResponse.
- DropResponse(Boolean, Boolean) - Constructor for class org.apache.gravitino.dto.responses.DropResponse
-
Constructor for DropResponse with both dropped and deleted fields.
- dropSchema(String, boolean) - Method in interface org.apache.gravitino.SupportsSchemas
-
Drop a schema from the catalog.
- dropStatistics(List<String>) - Method in interface org.apache.gravitino.stats.SupportsStatistics
-
Drop statistics by their names.
- dropTable(NameIdentifier) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Removes both the metadata and the directory associated with the table from the file system if the table is not an external table.
- dropTopic(NameIdentifier) - Method in interface org.apache.gravitino.messaging.TopicCatalog
-
Drop a topic from the catalog.
- DTOConverters - Class in org.apache.gravitino.dto.util
-
Utility class for converting between DTOs and domain objects.
E
- ECDSA - Enum constant in enum class org.apache.gravitino.auth.SignatureAlgorithmFamilyType
-
ECDSA family of algorithms.
- elementNullable() - Method in class org.apache.gravitino.rel.types.Types.ListType
- elementType() - Method in class org.apache.gravitino.rel.types.Types.ListType
- empty() - Static method in class org.apache.gravitino.Namespace
-
Get an empty namespace.
- EMPTY_ARGS - Static variable in interface org.apache.gravitino.dto.rel.expressions.FunctionArg
-
Constant for an empty array of function arguments.
- EMPTY_EXPRESSION - Static variable in interface org.apache.gravitino.rel.expressions.Expression
-
`EMPTY_EXPRESSION` is only used as an input when the default `children` method builds the result.
- EMPTY_INDEXES - Static variable in class org.apache.gravitino.dto.rel.indexes.IndexDTO
-
An empty array of indexes.
- EMPTY_INDEXES - Static variable in class org.apache.gravitino.rel.indexes.Indexes
-
An empty array of indexes.
- EMPTY_NAMED_REFERENCE - Static variable in interface org.apache.gravitino.rel.expressions.Expression
-
`EMPTY_NAMED_REFERENCE` is only used as an input when the default `references` method builds the result array to avoid repeatedly allocating an empty array.
- EMPTY_PARTITIONING - Static variable in interface org.apache.gravitino.dto.rel.partitioning.Partitioning
-
An empty array of partitioning.
- EMPTY_PARTITIONS - Static variable in class org.apache.gravitino.rel.partitions.Partitions
-
An empty array of partitions.
- EMPTY_SORT - Static variable in class org.apache.gravitino.dto.rel.SortOrderDTO
-
An empty array of SortOrderDTO.
- EMPTY_TRANSFORM - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
An empty array of transforms.
- enableCatalog(String) - Method in class org.apache.gravitino.client.GravitinoClient
- enableCatalog(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- enableCatalog(String) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Enable a catalog.
- enabled() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- enabled() - Method in interface org.apache.gravitino.policy.Policy
-
Whether the policy is enabled or not.
- enableMetalake(String) - Method in class org.apache.gravitino.client.GravitinoAdminClient
- enableMetalake(String) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Enable a metalake.
- enablePolicy(String) - Method in class org.apache.gravitino.client.GravitinoClient
- enablePolicy(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Enable a policy under the current metalake.
- enablePolicy(String) - Method in interface org.apache.gravitino.policy.PolicyOperations
-
Enable a policy under a metalake.
- encodeFormData(Map<?, ?>) - Static method in class org.apache.gravitino.rest.RESTUtils
-
Encode a map of form data into a URL encoded string.
- encodeString(String) - Static method in class org.apache.gravitino.rest.RESTUtils
-
URL encode a string.
- EntityListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of catalogs.
- EntityListResponse() - Constructor for class org.apache.gravitino.dto.responses.EntityListResponse
-
Default constructor for EntityListResponse.
- EntityListResponse(NameIdentifier[]) - Constructor for class org.apache.gravitino.dto.responses.EntityListResponse
-
Constructor for EntityListResponse.
- environments - Variable in class org.apache.gravitino.job.JobTemplate
-
The map of environment variables for the job template.
- environments() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the environment variables for the job template.
- equals(Object) - Method in class org.apache.gravitino.audit.CallerContext
- equals(Object) - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RemoveMetadataObject
-
Compares this RemoveMetadataObject instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RenameMetadataObject
-
Compares this RenameMetadataObject instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.authorization.Privileges.GenericPrivilege
- equals(Object) - Method in class org.apache.gravitino.authorization.RoleChange.AddSecurableObject
-
Compares this AddSecurableObject instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.authorization.RoleChange.RemoveSecurableObject
-
Compares this RemoveSecurableObject instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.authorization.RoleChange.UpdateSecurableObject
-
Compares this UpdateSecurableObject instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.CatalogChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.CatalogChange.RenameCatalog
-
Compares this RenameCatalog instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.CatalogChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.CatalogChange.UpdateCatalogComment
-
Compares this UpdateCatalogComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.client.GenericColumn
- equals(Object) - Method in class org.apache.gravitino.client.GravitinoMetalake
- equals(Object) - Method in class org.apache.gravitino.credential.PathBasedCredentialContext
- equals(Object) - Method in class org.apache.gravitino.dto.credential.CredentialDTO
- equals(Object) - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- equals(Object) - Method in class org.apache.gravitino.dto.MetalakeDTO
- equals(Object) - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- equals(Object) - Method in class org.apache.gravitino.dto.rel.DistributionDTO
- equals(Object) - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO
- equals(Object) - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- equals(Object) - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- equals(Object) - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- equals(Object) - Method in class org.apache.gravitino.dto.tag.TagDTO
- equals(Object) - Method in class org.apache.gravitino.file.FilesetChange.RemoveComment
-
Compares this RemoveComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.file.FilesetChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.file.FilesetChange.RenameFileset
-
Compares this RenameFileset instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.file.FilesetChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.file.FilesetChange.UpdateFilesetComment
-
Compares this UpdateFilesetComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.job.JobTemplate
- equals(Object) - Method in class org.apache.gravitino.job.ShellJobTemplate
- equals(Object) - Method in class org.apache.gravitino.job.SparkJobTemplate
- equals(Object) - Method in class org.apache.gravitino.messaging.TopicChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.messaging.TopicChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.messaging.TopicChange.UpdateTopicComment
-
Compares this UpdateTopicComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
- equals(Object) - Method in class org.apache.gravitino.MetalakeChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.MetalakeChange.RenameMetalake
-
Compares this RenameMetalake instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.MetalakeChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.MetalakeChange.UpdateMetalakeComment
-
Compares this UpdateMetalakeComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelChange.RenameModel
-
Compares this
RenameModel
instance with another object for equality. - equals(Object) - Method in class org.apache.gravitino.model.ModelChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelChange.UpdateComment
-
Compares this UpdateComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.AddUri
-
Compares this AddUri instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveUri
-
Compares this RemoveUri instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateAliases
-
Compares this UpdateAlias instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateComment
-
Compares this
ModelVersionChange.UpdateComment
instance with another object for equality. - equals(Object) - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Compares this UpdateUri instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.NameIdentifier
- equals(Object) - Method in class org.apache.gravitino.Namespace
- equals(Object) - Method in class org.apache.gravitino.policy.PolicyChange.RenamePolicy
-
Get the type of the policy change.
- equals(Object) - Method in class org.apache.gravitino.policy.PolicyChange.UpdateContent
- equals(Object) - Method in class org.apache.gravitino.policy.PolicyChange.UpdatePolicyComment
-
Get the type of the policy change.
- equals(Object) - Method in class org.apache.gravitino.policy.PolicyContents.CustomContent
- equals(Object) - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.FunctionExpression.FuncExpressionImpl
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.Literal.LiteralImpl
-
Deprecated.
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.literals.Literals.LiteralImpl
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.NamedReference.FieldReference
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.NamedReference.MetadataField
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transform.SingleFieldTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ApplyTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.BucketTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.DayTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.HourTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.IdentityTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ListTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.MonthTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.RangeTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.TruncateTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.YearTransform
- equals(Object) - Method in class org.apache.gravitino.rel.expressions.UnparsedExpression.UnparsedExpressionImpl
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Compares this AddColumn instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.AddIndex
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.After
-
Compares this After instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.DeleteColumn
-
Compares this DeleteColumn instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.DeleteIndex
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.RenameColumn
-
Compares this RenameColumn instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.RenameTable
-
Compares this RenameTable instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnAutoIncrement
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnComment
-
Compares this UpdateColumnComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnDefaultValue
-
Compares this UpdateColumnDefaultValue instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnNullability
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnPosition
-
Compares this UpdateColumnPosition instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnType
-
Compares this UpdateColumnType instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.TableChange.UpdateComment
-
Compares this UpdateComment instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.rel.types.Decimal
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.DecimalType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.ExternalType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.FixedCharType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.FixedType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.ListType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.MapType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.StructType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.TimeType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.UnionType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.UnparsedType
- equals(Object) - Method in class org.apache.gravitino.rel.types.Types.VarCharType
- equals(Object) - Method in class org.apache.gravitino.SchemaChange.RemoveProperty
-
Compares this RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.SchemaChange.SetProperty
-
Compares this SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.stats.StatisticValues.BooleanValue
- equals(Object) - Method in class org.apache.gravitino.stats.StatisticValues.DoubleValue
- equals(Object) - Method in class org.apache.gravitino.stats.StatisticValues.ListValue
- equals(Object) - Method in class org.apache.gravitino.stats.StatisticValues.LongValue
- equals(Object) - Method in class org.apache.gravitino.stats.StatisticValues.ObjectValue
- equals(Object) - Method in class org.apache.gravitino.stats.StatisticValues.StringValue
- equals(Object) - Method in class org.apache.gravitino.tag.TagChange.RemoveProperty
-
Compare the RemoveProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.tag.TagChange.RenameTag
-
Compare the RenameTag instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.tag.TagChange.SetProperty
-
Compare the SetProperty instance with another object for equality.
- equals(Object) - Method in class org.apache.gravitino.tag.TagChange.UpdateTagComment
-
Compare the UpdateTagComment instance with another object for equality.
- equals(Distribution) - Method in interface org.apache.gravitino.rel.expressions.distributions.Distribution
-
Indicates whether some other object is "equal to" this one.
- ErrorConstants - Class in org.apache.gravitino.dto.responses
-
Constants representing error codes for responses.
- ErrorHandler - Class in org.apache.gravitino.client
-
The ErrorHandler class is an abstract class specialized for handling ErrorResponse objects.
- ErrorHandler() - Constructor for class org.apache.gravitino.client.ErrorHandler
- ErrorHandlers - Class in org.apache.gravitino.client
-
Utility class providing error handling for REST requests and specific to Metalake errors.
- ErrorHandlers.OAuthErrorHandler - Class in org.apache.gravitino.client
-
Error handler specific to OAuth2 requests.
- ErrorResponse - Class in org.apache.gravitino.dto.responses
-
Represents an error response.
- even(int, Expression...) - Static method in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
Create a distribution by evenly distributing the data across the number of buckets.
- EVEN - Enum constant in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
Distributes data evenly across partitions.
- Evolving - Annotation Interface in org.apache.gravitino.annotation
-
APIs that are still evolving towards becoming stable APIs, and can change from one feature release to another (0.5.0 to 0.6.0).
- executable - Variable in class org.apache.gravitino.job.JobTemplate
-
The executable path for the job template.
- executable() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the executable for the job template.
- EXISTS - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets the current working directory.
- EXPIRE_TIME_IN_MS - Static variable in interface org.apache.gravitino.credential.Credential
-
Credential expire time in ms since the epoch.
- expireTimeInMs() - Method in class org.apache.gravitino.credential.ADLSTokenCredential
- expireTimeInMs() - Method in class org.apache.gravitino.credential.AwsIrsaCredential
- expireTimeInMs() - Method in class org.apache.gravitino.credential.AzureAccountKeyCredential
- expireTimeInMs() - Method in interface org.apache.gravitino.credential.Credential
-
Returns the expiration time of the credential in milliseconds since the epoch, 0 means not expire.
- expireTimeInMs() - Method in class org.apache.gravitino.credential.GCSTokenCredential
- expireTimeInMs() - Method in class org.apache.gravitino.credential.OSSSecretKeyCredential
- expireTimeInMs() - Method in class org.apache.gravitino.credential.OSSTokenCredential
- expireTimeInMs() - Method in class org.apache.gravitino.credential.S3SecretKeyCredential
- expireTimeInMs() - Method in class org.apache.gravitino.credential.S3TokenCredential
- expireTimeInMs() - Method in class org.apache.gravitino.dto.credential.CredentialDTO
- expression() - Method in class org.apache.gravitino.dto.rel.SortOrderDTO
- expression() - Method in interface org.apache.gravitino.rel.expressions.sorts.SortOrder
- expression() - Method in class org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- Expression - Interface in org.apache.gravitino.rel.expressions
-
Base class of the public logical expression API.
- expressions() - Method in class org.apache.gravitino.dto.rel.DistributionDTO
-
Returns the name of the distribution.
- expressions() - Method in interface org.apache.gravitino.rel.expressions.distributions.Distribution
- expressions() - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl
-
Get the expressions of the distribution.
- EXTERNAL - Enum constant in enum class org.apache.gravitino.file.Fileset.Type
-
Fileset is not managed by Gravitino.
- EXTERNAL - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The external type.
F
- FAILED - Enum constant in enum class org.apache.gravitino.job.JobHandle.Status
-
The job has failed during execution.
- field(String) - Static method in interface org.apache.gravitino.rel.expressions.NamedReference
-
Returns a
NamedReference.FieldReference
for the given column name. - field(String[]) - Static method in interface org.apache.gravitino.rel.expressions.NamedReference
-
Returns a
NamedReference.FieldReference
for the given field name(s). - FIELD - Enum constant in enum class org.apache.gravitino.dto.rel.expressions.FunctionArg.ArgType
-
A field argument.
- fieldName() - Method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO
- fieldName() - Method in class org.apache.gravitino.dto.rel.partitioning.Partitioning.SingleFieldPartitioning
- fieldName() - Method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
- fieldName() - Method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
- fieldName() - Method in interface org.apache.gravitino.rel.expressions.NamedReference
-
Returns the referenced field name as an array of String parts.
- fieldName() - Method in class org.apache.gravitino.rel.expressions.NamedReference.FieldReference
- fieldName() - Method in class org.apache.gravitino.rel.expressions.NamedReference.MetadataField
- fieldName() - Method in class org.apache.gravitino.rel.expressions.transforms.Transform.SingleFieldTransform
- fieldName() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.RangeTransform
- fieldName() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.TruncateTransform
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
- fieldName() - Method in interface org.apache.gravitino.rel.TableChange.ColumnChange
-
Retrieves the field name of the column to be modified.
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.DeleteColumn
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.RenameColumn
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnAutoIncrement
-
Retrieves the field name of the column whose autoIncrement is being updated.
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnComment
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnDefaultValue
-
Retrieves the field name of the column whose default value is being updated.
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnNullability
-
Retrieves the field name of the column whose nullability is being updated.
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnPosition
- fieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnType
- fieldNames - Variable in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
The names of the fields.
- fieldNames - Variable in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
The field names of the index.
- fieldNames() - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO
- fieldNames() - Method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
-
Returns the field names.
- fieldNames() - Method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
- fieldNames() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- fieldNames() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.BucketTransform
- fieldNames() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ListTransform
- fieldNames() - Method in interface org.apache.gravitino.rel.indexes.Index
- fieldNames() - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl
- fieldNames() - Method in interface org.apache.gravitino.rel.partitions.IdentityPartition
- FieldReferenceDTO - Class in org.apache.gravitino.dto.rel.expressions
-
Data transfer object representing a field reference.
- FieldReferenceDTO.Builder - Class in org.apache.gravitino.dto.rel.expressions
-
Builder for
FieldReferenceDTO
. - fields() - Method in class org.apache.gravitino.rel.types.Types.StructType
- fields(Strategy, int, String[]...) - Static method in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
Create a distribution on columns.
- FileInfo - Interface in org.apache.gravitino.file
-
Represents metadata about a single file or directory within a fileset.
- FileInfoDTO - Class in org.apache.gravitino.dto.file
-
Represents a FileInfo DTO (Data Transfer Object).
- FileInfoDTO.FileInfoDTOBuilder - Class in org.apache.gravitino.dto.file
-
Builder for FileInfoDTO.
- FileInfoListResponse - Class in org.apache.gravitino.dto.responses
-
Response for listing files info in a fileset.
- FileInfoListResponse() - Constructor for class org.apache.gravitino.dto.responses.FileInfoListResponse
-
Constructor for FileInfoListResponse.
- FileInfoListResponse(FileInfoDTO[]) - Constructor for class org.apache.gravitino.dto.responses.FileInfoListResponse
-
Constructor for FileInfoListResponse.
- FileLocationResponse - Class in org.apache.gravitino.dto.responses
-
Response for the actual file location.
- FileLocationResponse() - Constructor for class org.apache.gravitino.dto.responses.FileLocationResponse
-
Constructor for FileLocationResponse.
- FileLocationResponse(String) - Constructor for class org.apache.gravitino.dto.responses.FileLocationResponse
-
Constructor for FileLocationResponse.
- files() - Method in class org.apache.gravitino.job.SparkJobTemplate
-
Returns the list of files required for the Spark job.
- Fileset - Interface in org.apache.gravitino.file
-
An interface representing a fileset under a schema
Namespace
. - FILESET - Enum constant in enum class org.apache.gravitino.Catalog.Type
-
Catalog Type for Fileset System (including HDFS, S3, etc.), like path/to/file
- FILESET - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A fileset is mapped to a directory on a file system like HDFS, S3, ADLS, GCS, etc.
- Fileset.Type - Enum Class in org.apache.gravitino.file
-
An enum representing the type of the fileset object.
- FilesetAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a file with specified name already exists.
- FilesetAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.FilesetAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- FilesetAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.FilesetAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- FilesetAuditConstants - Class in org.apache.gravitino.audit
-
Constants used for fileset data operation audits.
- FilesetCatalog - Interface in org.apache.gravitino.file
-
The FilesetCatalog interface defines the public API for managing fileset objects in a schema.
- filesetChange() - Method in interface org.apache.gravitino.dto.requests.FilesetUpdateRequest
-
Returns the fileset change.
- filesetChange() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RemoveFilesetCommentRequest
- filesetChange() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RemoveFilesetPropertiesRequest
- filesetChange() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RenameFilesetRequest
-
Returns the fileset change.
- filesetChange() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.SetFilesetPropertiesRequest
- filesetChange() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.UpdateFilesetCommentRequest
- FilesetChange - Interface in org.apache.gravitino.file
-
A fileset change is a change to a fileset.
- FilesetChange.RemoveComment - Class in org.apache.gravitino.file
-
A fileset change to remove comment from the fileset.
- FilesetChange.RemoveProperty - Class in org.apache.gravitino.file
-
A fileset change to remove a property from the fileset.
- FilesetChange.RenameFileset - Class in org.apache.gravitino.file
-
A fileset change to rename the fileset.
- FilesetChange.SetProperty - Class in org.apache.gravitino.file
-
A fileset change to set the property and value for the fileset.
- FilesetChange.UpdateFilesetComment - Class in org.apache.gravitino.file
-
A fileset change to update the fileset comment.
- FilesetCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a fileset.
- FilesetCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetCreateRequest
- FilesetDataOperation - Enum Class in org.apache.gravitino.audit
-
An enum class containing fileset data operations that supported.
- FilesetDTO - Class in org.apache.gravitino.dto.file
-
Represents a Fileset DTO (Data Transfer Object).
- FilesetDTO.FilesetDTOBuilder - Class in org.apache.gravitino.dto.file
-
Builder for FilesetDTO.
- filesetErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Fileset operations.
- filesetExists(NameIdentifier) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Check if a fileset exists using an
NameIdentifier
from the catalog. - FilesetResponse - Class in org.apache.gravitino.dto.responses
-
Response for fileset creation.
- FilesetResponse() - Constructor for class org.apache.gravitino.dto.responses.FilesetResponse
-
Constructor for FilesetResponse.
- FilesetResponse(FilesetDTO) - Constructor for class org.apache.gravitino.dto.responses.FilesetResponse
-
Constructor for FilesetResponse.
- FilesetUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Request to update a fileset.
- FilesetUpdateRequest.RemoveFilesetCommentRequest - Class in org.apache.gravitino.dto.requests
-
The fileset update request for removing the comment of a fileset.
- FilesetUpdateRequest.RemoveFilesetPropertiesRequest - Class in org.apache.gravitino.dto.requests
-
The fileset update request for removing the properties of a fileset.
- FilesetUpdateRequest.RenameFilesetRequest - Class in org.apache.gravitino.dto.requests
-
The fileset update request for renaming a fileset.
- FilesetUpdateRequest.SetFilesetPropertiesRequest - Class in org.apache.gravitino.dto.requests
-
The fileset update request for setting the properties of a fileset.
- FilesetUpdateRequest.UpdateFilesetCommentRequest - Class in org.apache.gravitino.dto.requests
-
The fileset update request for updating the comment of a fileset.
- FilesetUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Request to represent updates to a fileset.
- FilesetUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetUpdatesRequest
- findAvailablePort(int, int) - Static method in class org.apache.gravitino.rest.RESTUtils
-
Find an available port in the port range.
- first() - Static method in interface org.apache.gravitino.rel.TableChange.ColumnPosition
- FIXED - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The binary type with fixed length
- FIXEDCHAR - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The char type with fixed length
- FLOAT - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The float type.
- floatLiteral(Float) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a float type literal with the given value.
- forbidden(String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new forbidden operation error instance of
ErrorResponse
. - FORBIDDEN_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for forbidden operation.
- ForbiddenException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a user is forbidden to perform an action.
- ForbiddenException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ForbiddenException
-
Constructs a new exception with the specified detail message.
- ForbiddenException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ForbiddenException
-
Constructs a new exception with the specified detail message and cause.
- FractionType() - Constructor for class org.apache.gravitino.rel.types.Type.FractionType
- fromDTO(CredentialDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a CredentialDTO to a credential.
- fromDTO(CredentialDTO[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts CredentialDTO array to credential array.
- fromDTO(JobTemplateDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a JobTemplateDTO to a JobTemplate.
- fromDTO(PolicyContentDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a PolicyContentDTO to a PolicyContent.
- fromDTO(ColumnDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a ColumnDTO to a Column.
- fromDTO(DistributionDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a DistributionDTO to a Distribution.
- fromDTO(IndexDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a IndexDTO to an Index.
- fromDTO(Partitioning) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a partitioning DTO to a Transform.
- fromDTO(PartitionDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a PartitionDTO to a Partition.
- fromDTO(SortOrderDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a SortOrderDTO to a SortOrder.
- fromDTO(TableDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a TableDTO to a Table.
- fromDTOs(ColumnDTO[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a ColumnDTO to a Column.
- fromDTOs(IndexDTO[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of IndexDTOs to an array of Indexes.
- fromDTOs(Partitioning[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Partitioning DTOs to an array of Transforms.
- fromDTOs(SortOrderDTO[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of SortOrderDTOs to an array of SortOrders.
- fromFunctionArg(FunctionArg) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a FunctionArg DTO to an Expression.
- fromFunctionArgs(FunctionArg[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a FunctionArg DTO to an Expression.
- fromPolicyType(String) - Static method in enum class org.apache.gravitino.policy.Policy.BuiltInType
-
Get the built-in policy type from the policy type string.
- fromPrivilegeDTO(PrivilegeDTO) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Privilege DTO to a Privilege
- fromString(String) - Static method in enum class org.apache.gravitino.Catalog.Type
-
Convert the string (case-insensitive) to the catalog type.
- fromString(String) - Static method in class org.apache.gravitino.Namespace
-
Create a namespace with the given string with levels separated by dots.
- fromString(String) - Static method in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
-
Returns the SortDirection from the string representation.
- fullName() - Method in interface org.apache.gravitino.MetadataObject
-
The full name of the object.
- FuncExpressionDTO - Class in org.apache.gravitino.dto.rel.expressions
-
Data transfer object representing a function expression.
- FuncExpressionDTO.Builder - Class in org.apache.gravitino.dto.rel.expressions
-
Builder for
FuncExpressionDTO
. - FUNCTION - Enum constant in enum class org.apache.gravitino.dto.rel.expressions.FunctionArg.ArgType
-
A function argument.
- FUNCTION - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The hash partitioning strategy.
- FunctionArg - Interface in org.apache.gravitino.dto.rel.expressions
-
An argument of a function.
- FunctionArg.ArgType - Enum Class in org.apache.gravitino.dto.rel.expressions
-
The type of the argument.
- FunctionExpression - Interface in org.apache.gravitino.rel.expressions
-
The interface of a function expression.
- FunctionExpression.FuncExpressionImpl - Class in org.apache.gravitino.rel.expressions
-
A
FunctionExpression
implementation - functionName() - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO
- functionName() - Method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Returns the name of the function.
- functionName() - Method in class org.apache.gravitino.rel.expressions.FunctionExpression.FuncExpressionImpl
- functionName() - Method in interface org.apache.gravitino.rel.expressions.FunctionExpression
- FunctionPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Data transfer object for function partitioning.
G
- GCP - Enum constant in enum class org.apache.gravitino.Catalog.CloudName
-
Google Cloud Platform
- GCS_TOKEN_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.GCSTokenCredential
-
GCS credential type.
- GCS_TOKEN_NAME - Static variable in class org.apache.gravitino.credential.GCSTokenCredential
-
GCS credential property, token name.
- GCSTokenCredential - Class in org.apache.gravitino.credential
-
The GCS token credential to access GCS.
- GCSTokenCredential() - Constructor for class org.apache.gravitino.credential.GCSTokenCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- GCSTokenCredential(String, long) - Constructor for class org.apache.gravitino.credential.GCSTokenCredential
- GenericColumn - Class in org.apache.gravitino.client
-
Represents a generic column.
- GenericJobHandle - Class in org.apache.gravitino.client
-
Represents a generic job handle.
- GenericPrivilege(Privilege.Condition, Privilege.Name) - Constructor for class org.apache.gravitino.authorization.Privileges.GenericPrivilege
-
Constructor for GenericPrivilege.
- genRandomName(String) - Static method in class org.apache.gravitino.utils.RandomNameUtils
-
Generate a random string with the prefix.
- get() - Static method in class org.apache.gravitino.audit.CallerContext.CallerContextHolder
-
Get the CallerContext from the thread local.
- get() - Static method in class org.apache.gravitino.rel.types.Types.BinaryType
- get() - Static method in class org.apache.gravitino.rel.types.Types.BooleanType
- get() - Static method in class org.apache.gravitino.rel.types.Types.ByteType
- get() - Static method in class org.apache.gravitino.rel.types.Types.DateType
- get() - Static method in class org.apache.gravitino.rel.types.Types.DoubleType
- get() - Static method in class org.apache.gravitino.rel.types.Types.FloatType
- get() - Static method in class org.apache.gravitino.rel.types.Types.IntegerType
- get() - Static method in class org.apache.gravitino.rel.types.Types.IntervalDayType
- get() - Static method in class org.apache.gravitino.rel.types.Types.IntervalYearType
- get() - Static method in class org.apache.gravitino.rel.types.Types.LongType
- get() - Static method in class org.apache.gravitino.rel.types.Types.NullType
- get() - Static method in class org.apache.gravitino.rel.types.Types.ShortType
- get() - Static method in class org.apache.gravitino.rel.types.Types.StringType
- get() - Static method in class org.apache.gravitino.rel.types.Types.TimeType
- get() - Static method in class org.apache.gravitino.rel.types.Types.UUIDType
- get(String, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a GET request on the specified path with given information and no query parameters.
- get(String, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a GET request on the specified path with given information and no query parameters.
- get(String, Map<String, String>, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a GET request on the specified path with given information.
- get(String, Map<String, String>, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP GET request to the specified path and processes the response.
- get(String, Map<String, String>, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a GET request on the specified path with given information.
- get(ConfigEntry<T>) - Method in class org.apache.gravitino.Config
-
Gets the value of a configuration entry.
- GET_DEFAULT_BLOCK_SIZE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets the default block size of a file system.
- GET_DEFAULT_REPLICATION - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets the default replication of a file system.
- GET_FILE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Copies a remote file to local.
- GET_FILE_STATUS - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets a file status from a file or a directory.
- getAccessToken() - Method in class org.apache.gravitino.client.DefaultOAuth2TokenProvider
- getAccessToken() - Method in class org.apache.gravitino.client.OAuth2TokenProvider
-
Get the access token from the authorization server.
- getAllConfig() - Method in class org.apache.gravitino.Config
-
Retrieves a map containing all configuration entries.
- getByName(String) - Static method in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
Get the partitioning strategy by name.
- getByName(String) - Static method in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
Get the distribution strategy by name.
- getChallenges() - Method in exception org.apache.gravitino.exceptions.UnauthorizedException
-
Get the challenge of the exception.
- getClientConnectionTimeoutMs() - Method in class org.apache.gravitino.client.GravitinoClientConfiguration
-
Extract connection timeout from the properties map
- getClientSocketTimeoutMs() - Method in class org.apache.gravitino.client.GravitinoClientConfiguration
-
Extract socket timeout from the properties map
- getColumn() - Method in class org.apache.gravitino.rel.TableChange.After
-
Retrieves the name of the reference column after which the specified column will be placed.
- getComment() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Retrieves the comment for the new column.
- getConfigsWithPrefix(String) - Method in class org.apache.gravitino.Config
-
Retrieves a map containing configuration entries that have keys with the specified prefix.
- getContent() - Method in class org.apache.gravitino.policy.PolicyChange.UpdateContent
-
Get the content of the policy change.
- getCredential(String) - Method in interface org.apache.gravitino.credential.SupportsCredentials
-
Retrieves an
Credential
object based on the specified credential type. - getCredential(CredentialContext) - Method in interface org.apache.gravitino.credential.CredentialProvider
-
Obtains a credential based on the provided context information.
- getCredentials() - Method in interface org.apache.gravitino.credential.SupportsCredentials
-
Retrieves an array of
Credential
objects. - getCurrentVersion() - Static method in class org.apache.gravitino.Version
- getCurrentVersionDTO() - Static method in class org.apache.gravitino.Version
- getCustomTokenInfo() - Method in class org.apache.gravitino.client.CustomTokenProvider
-
Gets the custom token information.
- getDataType() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Retrieves the data type of the new column.
- getDefaultValue() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Retrieves the default value of the new column.
- getFieldName() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Retrieves the field name of the new column.
- getFieldName() - Method in class org.apache.gravitino.rel.TableChange.DeleteColumn
-
Retrieves the field name of the column to be deleted.
- getFieldName() - Method in class org.apache.gravitino.rel.TableChange.RenameColumn
-
Retrieves the hierarchical field name of the column to be renamed.
- getFieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnComment
-
Retrieves the field name of the column whose comment is being updated.
- getFieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnPosition
-
Retrieves the field name of the column whose position is being updated.
- getFieldName() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnType
-
Retrieves the field name of the column whose data type is being updated.
- getFieldNames() - Method in class org.apache.gravitino.rel.TableChange.AddIndex
- getFileLocation(NameIdentifier, String) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Get the actual location of a file or directory based on the default storage location of Fileset and the sub path.
- getFileLocation(NameIdentifier, String, String) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Get the actual location of a file or directory based on the storage location of Fileset and the sub path by the location name.
- getFilteredMap(Map<String, String>, Predicate) - Static method in class org.apache.gravitino.utils.MapUtils
-
Returns a map with all keys that match the predicate.
- getFullName() - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
- getFullName() - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO
- getGroup(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Gets a Group.
- getGroup(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Gets a Group.
- getHighBits() - Method in enum class org.apache.gravitino.authorization.Privilege.Name
-
Return the high bits of Name
- getIfExists() - Method in class org.apache.gravitino.rel.TableChange.DeleteColumn
-
Checks if the field should be deleted only if it exists.
- getInt(String, JsonNode) - Static method in class org.apache.gravitino.json.JsonUtils
-
Get an int value from a JSON node property.
- getJob(String) - Method in class org.apache.gravitino.client.GravitinoClient
- getJob(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- getJob(String) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Retrieves a job by its ID.
- getJobTemplate(String) - Method in class org.apache.gravitino.client.GravitinoClient
- getJobTemplate(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- getJobTemplate(String) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Retrieves a job template by its name.
- getKrb5LoginModuleName() - Static method in class org.apache.gravitino.auth.KerberosUtils
- getLocations() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RemoveMetadataObject
-
Returns the location path of the metadata object.
- getLong(String, JsonNode) - Static method in class org.apache.gravitino.json.JsonUtils
-
Get a long value from a JSON node property.
- getLowBits() - Method in enum class org.apache.gravitino.authorization.Privilege.Name
-
Return the low bits of Name
- getMapWithoutPrefix(Map<String, String>, String) - Static method in class org.apache.gravitino.utils.MapUtils
-
Returns a new map containing entries whose keys do NOT start with the given prefix.
- getModel(NameIdentifier) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Get a model metadata by
NameIdentifier
from the catalog. - getModelVersion(NameIdentifier, int) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Get a model version by the
NameIdentifier
and version number from the catalog. - getModelVersion(NameIdentifier, String) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Get a model version by the
NameIdentifier
and version alias from the catalog. - getModelVersionUri(NameIdentifier, int, String) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Get the URI of the model artifact with a specified version number and URI name.
- getModelVersionUri(NameIdentifier, String, String) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Get the URI of the model artifact with a specified version alias and URI name.
- getName() - Method in class org.apache.gravitino.rel.TableChange.AddIndex
- getName() - Method in class org.apache.gravitino.rel.TableChange.DeleteIndex
- getNewComment() - Method in class org.apache.gravitino.CatalogChange.UpdateCatalogComment
-
Retrieves the new comment intended for the catalog.
- getNewComment() - Method in class org.apache.gravitino.file.FilesetChange.UpdateFilesetComment
-
Retrieves the new comment intended for the fileset.
- getNewComment() - Method in class org.apache.gravitino.messaging.TopicChange.UpdateTopicComment
-
Retrieves the new comment for the topic.
- getNewComment() - Method in class org.apache.gravitino.MetalakeChange.UpdateMetalakeComment
-
Retrieves the new comment intended for the Metalake.
- getNewComment() - Method in class org.apache.gravitino.policy.PolicyChange.UpdatePolicyComment
-
Get the new comment of the policy.
- getNewComment() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnComment
-
Retrieves the new comment for the column.
- getNewComment() - Method in class org.apache.gravitino.rel.TableChange.UpdateComment
-
Retrieves the new comment for the table.
- getNewComment() - Method in class org.apache.gravitino.tag.TagChange.UpdateTagComment
-
Get the new comment intended for the tag.
- getNewDataType() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnType
-
Retrieves the new data type for the column.
- getNewDefaultValue() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnDefaultValue
-
Retrieves the new default value for the column.
- getNewName() - Method in class org.apache.gravitino.CatalogChange.RenameCatalog
-
Retrieves the new name set for the catalog.
- getNewName() - Method in class org.apache.gravitino.file.FilesetChange.RenameFileset
-
Retrieves the new name set for the fileset.
- getNewName() - Method in class org.apache.gravitino.MetalakeChange.RenameMetalake
-
Retrieves the new name intended for the Metalake.
- getNewName() - Method in class org.apache.gravitino.policy.PolicyChange.RenamePolicy
-
Get the new name of the policy.
- getNewName() - Method in class org.apache.gravitino.rel.TableChange.RenameColumn
-
Retrieves the new name for the column.
- getNewName() - Method in class org.apache.gravitino.rel.TableChange.RenameTable
-
Retrieves the new name for the table.
- getNewName() - Method in class org.apache.gravitino.tag.TagChange.RenameTag
-
Get the new name of the tag.
- getNewSecurableObject() - Method in class org.apache.gravitino.authorization.RoleChange.UpdateSecurableObject
-
Returns the new securable object.
- getOwner(MetadataObject) - Method in class org.apache.gravitino.client.GravitinoClient
-
Get the owner of a metadata object.
- getOwner(MetadataObject) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Get the owner of a metadata object.
- getPartition(String) - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
Get a partition by partition name, you may get one of the following types of partitions:
IdentityPartition
ListPartition
RangePartition
It depends on theTable.partitioning()
. - getPolicy(String) - Method in class org.apache.gravitino.client.GravitinoClient
- getPolicy(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Get a policy by its name under the current metalake.
- getPolicy(String) - Method in interface org.apache.gravitino.policy.PolicyOperations
-
Get a policy by its name under a metalake.
- getPolicy(String) - Method in interface org.apache.gravitino.policy.SupportsPolicies
-
Get a policy by its name for the specific object.
- getPolicyType() - Method in class org.apache.gravitino.policy.PolicyChange.UpdateContent
-
Get the type of the policy.
- getPosition() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Retrieves the position where the new column should be added.
- getPosition() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnPosition
-
Retrieves the new position for the column.
- getPrefixMap(Map<String, String>, String) - Static method in class org.apache.gravitino.utils.MapUtils
-
Returns a map with all keys that start with the given prefix.
- getPrefixMap(Map<String, String>, String, boolean) - Static method in class org.apache.gravitino.utils.MapUtils
-
Returns a map with all keys that start with the given prefix.
- getProperty() - Method in class org.apache.gravitino.CatalogChange.RemoveProperty
-
Retrieves the name of the property to be removed from the catalog.
- getProperty() - Method in class org.apache.gravitino.CatalogChange.SetProperty
-
Retrieves the name of the property being set in the catalog.
- getProperty() - Method in class org.apache.gravitino.file.FilesetChange.RemoveProperty
-
Retrieves the name of the property to be removed from the fileset.
- getProperty() - Method in class org.apache.gravitino.file.FilesetChange.SetProperty
-
Retrieves the name of the property being set in the fileset.
- getProperty() - Method in class org.apache.gravitino.messaging.TopicChange.RemoveProperty
-
Retrieves the name of the property to be removed from the topic.
- getProperty() - Method in class org.apache.gravitino.messaging.TopicChange.SetProperty
-
Retrieves the name of the property being set in the topic.
- getProperty() - Method in class org.apache.gravitino.MetalakeChange.RemoveProperty
-
Retrieves the name of the property to be removed.
- getProperty() - Method in class org.apache.gravitino.MetalakeChange.SetProperty
-
Retrieves the name of the property.
- getProperty() - Method in class org.apache.gravitino.rel.TableChange.RemoveProperty
-
Retrieves the name of the property to be removed from the table.
- getProperty() - Method in class org.apache.gravitino.rel.TableChange.SetProperty
-
Retrieves the name of the property.
- getProperty() - Method in class org.apache.gravitino.SchemaChange.RemoveProperty
-
Retrieves the name of the property to be removed.
- getProperty() - Method in class org.apache.gravitino.SchemaChange.SetProperty
-
Retrieves the name of the property to be set.
- getProperty() - Method in class org.apache.gravitino.tag.TagChange.RemoveProperty
-
Get the property name to remove.
- getProperty() - Method in class org.apache.gravitino.tag.TagChange.SetProperty
-
Get the property name to set.
- getRawString(String) - Method in class org.apache.gravitino.Config
-
Retrieves the raw string value associated with the specified configuration key.
- getRawString(String, String) - Method in class org.apache.gravitino.Config
-
Retrieves the raw string value associated with the specified configuration key, providing a default value if the key is not found.
- getReadPaths() - Method in class org.apache.gravitino.credential.PathBasedCredentialContext
-
Get the set of paths that the user can read from.
- getRole(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Gets a Role.
- getRole(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Gets a Role.
- getRoleName() - Method in class org.apache.gravitino.authorization.RoleChange.AddSecurableObject
-
Returns the role name to be added.
- getRoleName() - Method in class org.apache.gravitino.authorization.RoleChange.RemoveSecurableObject
-
Returns the role name.
- getRoleName() - Method in class org.apache.gravitino.authorization.RoleChange.UpdateSecurableObject
-
Returns the role name.
- getSecurableObject() - Method in class org.apache.gravitino.authorization.RoleChange.AddSecurableObject
-
Returns the securable object to be added.
- getSecurableObject() - Method in class org.apache.gravitino.authorization.RoleChange.RemoveSecurableObject
-
Returns the securable object to be added.
- getSecurableObject() - Method in class org.apache.gravitino.authorization.RoleChange.UpdateSecurableObject
-
Returns the securable object to be updated.
- getString(String, JsonNode) - Static method in class org.apache.gravitino.json.JsonUtils
-
Get a string value from a JSON node property.
- getTag(String) - Method in class org.apache.gravitino.client.GenericColumn
- getTag(String) - Method in class org.apache.gravitino.client.GravitinoClient
- getTag(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Get a tag by its name under the current metalake.
- getTag(String) - Method in interface org.apache.gravitino.tag.SupportsTags
-
Get a tag by its name for the specific object.
- getTag(String) - Method in interface org.apache.gravitino.tag.TagOperations
-
Get a tag by its name under a metalake.
- getTokenData() - Method in class org.apache.gravitino.client.CustomTokenProvider
- getTokenData() - Method in class org.apache.gravitino.client.KerberosTokenProvider
-
Acquire the data of token for authentication.
- getTokenData() - Method in class org.apache.gravitino.client.OAuth2TokenProvider
-
Acquire the data of token for authentication.
- getType() - Method in class org.apache.gravitino.rel.TableChange.AddIndex
- getUser(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Gets a User.
- getUser(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Gets a User.
- getUserName() - Method in interface org.apache.gravitino.credential.CredentialContext
-
Providing the username.
- getUserName() - Method in class org.apache.gravitino.credential.PathBasedCredentialContext
- getValue() - Method in class org.apache.gravitino.CatalogChange.SetProperty
-
Retrieves the value assigned to the property in the catalog.
- getValue() - Method in class org.apache.gravitino.file.FilesetChange.SetProperty
-
Retrieves the value assigned to the property in the fileset.
- getValue() - Method in class org.apache.gravitino.messaging.TopicChange.SetProperty
-
Retrieves the value assigned to the property in the topic.
- getValue() - Method in class org.apache.gravitino.MetalakeChange.SetProperty
-
Retrieves the value assigned to the property.
- getValue() - Method in class org.apache.gravitino.rel.TableChange.SetProperty
-
Retrieves the value of the property.
- getValue() - Method in class org.apache.gravitino.SchemaChange.SetProperty
-
Retrieves the value of the property to be set.
- getValue() - Method in class org.apache.gravitino.tag.TagChange.SetProperty
-
Get the value to set the property to.
- getVersion() - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Deprecated.
- getWritePaths() - Method in class org.apache.gravitino.credential.PathBasedCredentialContext
-
Get the set of paths that the user can write to.
- gitCommit - Variable in class org.apache.gravitino.Version.VersionInfo
-
build commit id
- gitCommit() - Method in class org.apache.gravitino.dto.VersionDTO
- grantPrivilegesToRole(String, MetadataObject, List<Privilege>) - Method in class org.apache.gravitino.client.GravitinoClient
-
Deprecated.
- grantPrivilegesToRole(String, MetadataObject, List<Privilege>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Grant privileges to a role.
- grantPrivilegesToRole(String, MetadataObject, Set<Privilege>) - Method in class org.apache.gravitino.client.GravitinoClient
-
Grant privileges to a role.
- grantPrivilegesToRole(String, MetadataObject, Set<Privilege>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Grant privileges to a role.
- grantRolesToGroup(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Grant roles to a group.
- grantRolesToGroup(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Grant roles to a group.
- grantRolesToUser(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Grant roles to a user.
- grantRolesToUser(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Grant roles to a user.
- GRAVITINO_ADLS_SAS_TOKEN - Static variable in class org.apache.gravitino.credential.ADLSTokenCredential
-
ADLS SAS token used to access ADLS data.
- GRAVITINO_AZURE_STORAGE_ACCOUNT_KEY - Static variable in class org.apache.gravitino.credential.AzureAccountKeyCredential
-
Azure storage account key
- GRAVITINO_AZURE_STORAGE_ACCOUNT_NAME - Static variable in class org.apache.gravitino.credential.ADLSTokenCredential
-
ADLS storage account name
- GRAVITINO_AZURE_STORAGE_ACCOUNT_NAME - Static variable in class org.apache.gravitino.credential.AzureAccountKeyCredential
-
Azure storage account name
- GRAVITINO_CLIENT_CONFIG_PREFIX - Static variable in class org.apache.gravitino.client.GravitinoClientConfiguration
-
The configuration key prefix for the Gravitino client config.
- GRAVITINO_OSS_SESSION_ACCESS_KEY_ID - Static variable in class org.apache.gravitino.credential.OSSTokenCredential
-
OSS access key ID used to access OSS data.
- GRAVITINO_OSS_SESSION_SECRET_ACCESS_KEY - Static variable in class org.apache.gravitino.credential.OSSTokenCredential
-
OSS secret access key used to access OSS data.
- GRAVITINO_OSS_STATIC_ACCESS_KEY_ID - Static variable in class org.apache.gravitino.credential.OSSSecretKeyCredential
-
The static access key ID used to access OSS data.
- GRAVITINO_OSS_STATIC_SECRET_ACCESS_KEY - Static variable in class org.apache.gravitino.credential.OSSSecretKeyCredential
-
The static secret access key used to access OSS data.
- GRAVITINO_OSS_TOKEN - Static variable in class org.apache.gravitino.credential.OSSTokenCredential
-
OSS security token.
- GRAVITINO_S3_SESSION_ACCESS_KEY_ID - Static variable in class org.apache.gravitino.credential.S3TokenCredential
-
S3 session access key ID used to access S3 data.
- GRAVITINO_S3_SESSION_SECRET_ACCESS_KEY - Static variable in class org.apache.gravitino.credential.S3TokenCredential
-
S3 session secret access key used to access S3 data.
- GRAVITINO_S3_STATIC_ACCESS_KEY_ID - Static variable in class org.apache.gravitino.credential.S3SecretKeyCredential
-
The static access key ID used to access S3 data.
- GRAVITINO_S3_STATIC_SECRET_ACCESS_KEY - Static variable in class org.apache.gravitino.credential.S3SecretKeyCredential
-
The static secret access key used to access S3 data.
- GRAVITINO_S3_TOKEN - Static variable in class org.apache.gravitino.credential.S3TokenCredential
-
S3 session token.
- GravitinoAdminClient - Class in org.apache.gravitino.client
-
Apache Gravitino Client for the administrator to interact with the Gravitino API, allowing the client to list, load, create, and alter Metalakes.
- GravitinoAdminClient.AdminClientBuilder - Class in org.apache.gravitino.client
-
Builder class for constructing a GravitinoAdminClient.
- GravitinoClient - Class in org.apache.gravitino.client
-
Apache Gravitino Client for a user to interact with the Gravitino API, allowing the client to list, load, create, and alter Catalog.
- GravitinoClient.ClientBuilder - Class in org.apache.gravitino.client
-
Builder class for constructing a GravitinoClient.
- GravitinoClientBase - Class in org.apache.gravitino.client
-
Base class for Gravitino Java client;
- GravitinoClientBase(String, AuthDataProvider, boolean, Map<String, String>, Map<String, String>) - Constructor for class org.apache.gravitino.client.GravitinoClientBase
-
Constructs a new GravitinoClient with the given URI, authenticator and AuthDataProvider.
- GravitinoClientBase.Builder<T> - Class in org.apache.gravitino.client
-
Builder class for constructing a GravitinoClient.
- GravitinoClientConfiguration - Class in org.apache.gravitino.client
-
Configuration class for Gravitino Java client
- GravitinoMetalake - Class in org.apache.gravitino.client
-
Apache Gravitino Metalake is the top-level metadata repository for users.
- GravitinoRuntimeException - Exception in org.apache.gravitino.exceptions
-
Base class for all Apache Gravitino runtime exceptions.
- GravitinoRuntimeException(String) - Constructor for exception org.apache.gravitino.exceptions.GravitinoRuntimeException
-
Constructs a new exception with the specified detail message.
- GravitinoRuntimeException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.GravitinoRuntimeException
-
Constructs a new exception with the specified detail message.
- GravitinoRuntimeException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.GravitinoRuntimeException
-
Constructs a new exception with the specified detail message and cause.
- GravitinoVersion - Class in org.apache.gravitino.client
-
Apache Gravitino version information.
- Group - Interface in org.apache.gravitino.authorization
-
The interface of a Group.
- GROUP - Enum constant in enum class org.apache.gravitino.authorization.Owner.Type
-
The type of the owner is a group.
- GroupAddRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to add a group.
- GroupAddRequest() - Constructor for class org.apache.gravitino.dto.requests.GroupAddRequest
-
Default constructor for GroupAddRequest.
- GroupAddRequest(String) - Constructor for class org.apache.gravitino.dto.requests.GroupAddRequest
-
Creates a new GroupAddRequest.
- GroupAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a group already exists.
- GroupAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.GroupAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- GroupAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.GroupAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- GroupDTO - Class in org.apache.gravitino.dto.authorization
-
Represents a Group Data Transfer Object (DTO).
- GroupDTO() - Constructor for class org.apache.gravitino.dto.authorization.GroupDTO
-
Default constructor for Jackson deserialization.
- GroupDTO(String, List<String>, AuditDTO) - Constructor for class org.apache.gravitino.dto.authorization.GroupDTO
-
Creates a new instance of GroupDTO.
- GroupDTO.Builder<S extends GroupDTO.Builder> - Class in org.apache.gravitino.dto.authorization
-
Builder class for constructing a GroupDTO instance.
- groupErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Group operations.
- GroupListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of groups.
- GroupListResponse() - Constructor for class org.apache.gravitino.dto.responses.GroupListResponse
-
Default constructor for GroupListResponse.
- GroupListResponse(GroupDTO[]) - Constructor for class org.apache.gravitino.dto.responses.GroupListResponse
-
Constructor for GroupListResponse.
- GroupResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a group.
- GroupResponse() - Constructor for class org.apache.gravitino.dto.responses.GroupResponse
-
Default constructor for GroupResponse.
- GroupResponse(GroupDTO) - Constructor for class org.apache.gravitino.dto.responses.GroupResponse
-
Constructor for GroupResponse.
- GSS_KRB5_MECH_OID - Static variable in class org.apache.gravitino.auth.KerberosUtils
-
Oid instance for Kerberos mechanism.
- GSS_SPNEGO_MECH_OID - Static variable in class org.apache.gravitino.auth.KerberosUtils
-
Oid instance for Kerberos spnego mechanism.
H
- HADOOP_GVFS - Enum constant in enum class org.apache.gravitino.audit.InternalClientType
-
The client type is `org.apache.gravitino.filesystem.hadoop.GravitinoVirtualFileSystem` which in the filesystem-hadoop3 module.
- hash(int, Expression...) - Static method in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
Create a distribution by hashing the data across the number of buckets.
- HASH - Enum constant in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
Uses the hash value of the expression to distribute data.
- HASH - Static variable in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
List bucketing strategy hash, TODO: #1505 Separate the bucket number from the Distribution.
- hashCode() - Method in class org.apache.gravitino.audit.CallerContext
- hashCode() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RemoveMetadataObject
-
Generates a hash code for this RemoveMetadataObject instance.
- hashCode() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RenameMetadataObject
-
Generates a hash code for this RenameMetadataObject instance.
- hashCode() - Method in class org.apache.gravitino.authorization.Privileges.GenericPrivilege
- hashCode() - Method in class org.apache.gravitino.authorization.RoleChange.AddSecurableObject
-
Generates a hash code for this AddSecurableObject instance.
- hashCode() - Method in class org.apache.gravitino.authorization.RoleChange.RemoveSecurableObject
-
Generates a hash code for this RemoveSecurableObject instance.
- hashCode() - Method in class org.apache.gravitino.authorization.RoleChange.UpdateSecurableObject
-
Generates a hash code for this UpdateSecurableObject instance.
- hashCode() - Method in class org.apache.gravitino.CatalogChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.CatalogChange.RenameCatalog
-
Generates a hash code for this RenameCatalog instance.
- hashCode() - Method in class org.apache.gravitino.CatalogChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.CatalogChange.UpdateCatalogComment
-
Generates a hash code for this UpdateCatalogComment instance.
- hashCode() - Method in class org.apache.gravitino.client.GenericColumn
- hashCode() - Method in class org.apache.gravitino.credential.PathBasedCredentialContext
- hashCode() - Method in class org.apache.gravitino.dto.credential.CredentialDTO
- hashCode() - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- hashCode() - Method in class org.apache.gravitino.dto.MetalakeDTO
- hashCode() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- hashCode() - Method in class org.apache.gravitino.dto.rel.DistributionDTO
- hashCode() - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO
- hashCode() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- hashCode() - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- hashCode() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- hashCode() - Method in class org.apache.gravitino.dto.tag.TagDTO
- hashCode() - Method in class org.apache.gravitino.file.FilesetChange.RemoveComment
-
Generates a hash code for this RemoveComment instance.
- hashCode() - Method in class org.apache.gravitino.file.FilesetChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.file.FilesetChange.RenameFileset
-
Generates a hash code for this RenameFileset instance.
- hashCode() - Method in class org.apache.gravitino.file.FilesetChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.file.FilesetChange.UpdateFilesetComment
-
Generates a hash code for this UpdateFileComment instance.
- hashCode() - Method in class org.apache.gravitino.job.JobTemplate
- hashCode() - Method in class org.apache.gravitino.job.ShellJobTemplate
- hashCode() - Method in class org.apache.gravitino.job.SparkJobTemplate
- hashCode() - Method in class org.apache.gravitino.messaging.TopicChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.messaging.TopicChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.messaging.TopicChange.UpdateTopicComment
-
Generates a hash code for this UpdateTopicComment instance.
- hashCode() - Method in class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
- hashCode() - Method in class org.apache.gravitino.MetalakeChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.MetalakeChange.RenameMetalake
-
Generates a hash code for this RenameMetalake instance.
- hashCode() - Method in class org.apache.gravitino.MetalakeChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.MetalakeChange.UpdateMetalakeComment
-
Generates a hash code for this UpdateMetalakeComment instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelChange.RenameModel
-
Generates a hash code for this
RenameModel
instance. - hashCode() - Method in class org.apache.gravitino.model.ModelChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelChange.UpdateComment
-
Generates a hash code for this UpdateComment instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.AddUri
-
Generates a hash code for this AddUri instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveUri
-
Generates a hash code for this RemoveUri instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateAliases
-
Generates a hash code for this UpdateAlias instance.
- hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateComment
-
Generates a hash code for this
ModelVersionChange.UpdateComment
instance. - hashCode() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Generates a hash code for this UpdateUri instance.
- hashCode() - Method in class org.apache.gravitino.NameIdentifier
- hashCode() - Method in class org.apache.gravitino.Namespace
- hashCode() - Method in class org.apache.gravitino.policy.PolicyChange.RenamePolicy
-
Get the hash code of the policy change.
- hashCode() - Method in class org.apache.gravitino.policy.PolicyChange.UpdateContent
- hashCode() - Method in class org.apache.gravitino.policy.PolicyChange.UpdatePolicyComment
-
Get the hash code of the policy change.
- hashCode() - Method in class org.apache.gravitino.policy.PolicyContents.CustomContent
- hashCode() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- hashCode() - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl
- hashCode() - Method in class org.apache.gravitino.rel.expressions.FunctionExpression.FuncExpressionImpl
- hashCode() - Method in class org.apache.gravitino.rel.expressions.Literal.LiteralImpl
-
Deprecated.
- hashCode() - Method in class org.apache.gravitino.rel.expressions.literals.Literals.LiteralImpl
- hashCode() - Method in class org.apache.gravitino.rel.expressions.NamedReference.FieldReference
- hashCode() - Method in class org.apache.gravitino.rel.expressions.NamedReference.MetadataField
- hashCode() - Method in class org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transform.SingleFieldTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ApplyTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.BucketTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.DayTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.HourTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.IdentityTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ListTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.MonthTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.RangeTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.TruncateTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.YearTransform
- hashCode() - Method in class org.apache.gravitino.rel.expressions.UnparsedExpression.UnparsedExpressionImpl
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Generates a hash code for this AddColumn instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.AddIndex
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.After
-
Generates a hash code for this After instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.DeleteColumn
-
Generates a hash code for this DeleteColumn instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.DeleteIndex
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.RenameColumn
-
Generates a hash code for this RenameColumn instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.RenameTable
-
Generates a hash code for this RenameTable instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnAutoIncrement
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnComment
-
Generates a hash code for this UpdateColumnComment instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnDefaultValue
-
Generates a hash code for this UpdateColumnDefaultValue instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnNullability
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnPosition
-
Generates a hash code for this UpdateColumnPosition instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnType
-
Generates a hash code for this UpdateColumnType instance.
- hashCode() - Method in class org.apache.gravitino.rel.TableChange.UpdateComment
-
Generates a hash code for this UpdateComment instance.
- hashCode() - Method in class org.apache.gravitino.rel.types.Decimal
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.DecimalType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.ExternalType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.FixedCharType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.FixedType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.ListType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.MapType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.StructType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.TimeType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.UnionType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.UnparsedType
- hashCode() - Method in class org.apache.gravitino.rel.types.Types.VarCharType
- hashCode() - Method in class org.apache.gravitino.SchemaChange.RemoveProperty
-
Generates a hash code for this RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.SchemaChange.SetProperty
-
Generates a hash code for this SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.stats.StatisticValues.BooleanValue
- hashCode() - Method in class org.apache.gravitino.stats.StatisticValues.DoubleValue
- hashCode() - Method in class org.apache.gravitino.stats.StatisticValues.ListValue
- hashCode() - Method in class org.apache.gravitino.stats.StatisticValues.LongValue
- hashCode() - Method in class org.apache.gravitino.stats.StatisticValues.ObjectValue
- hashCode() - Method in class org.apache.gravitino.stats.StatisticValues.StringValue
- hashCode() - Method in class org.apache.gravitino.tag.TagChange.RemoveProperty
-
Generates a hash code for the RemoveProperty instance.
- hashCode() - Method in class org.apache.gravitino.tag.TagChange.RenameTag
-
Generates a hash code for the RenameTag instance.
- hashCode() - Method in class org.apache.gravitino.tag.TagChange.SetProperty
-
Generates a hash code for the SetProperty instance.
- hashCode() - Method in class org.apache.gravitino.tag.TagChange.UpdateTagComment
-
Generates a hash code for the UpdateTagComment instance.
- hasNamespace() - Method in class org.apache.gravitino.NameIdentifier
-
Check if the
NameIdentifier
has a namespace. - hasPrecisionSet() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- hasPrecisionSet() - Method in class org.apache.gravitino.rel.types.Types.TimeType
- hasTimeZone() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- hasTokenData() - Method in class org.apache.gravitino.client.CustomTokenProvider
- hasTokenData() - Method in class org.apache.gravitino.client.KerberosTokenProvider
-
Judge whether AuthDataProvider can provide token data.
- hasTokenData() - Method in class org.apache.gravitino.client.OAuth2TokenProvider
-
Judge whether AuthDataProvider can provide token data.
- head(String, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a HEAD request on the specified path with the given headers and error handling.
- head(String, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP HEAD request to the specified path and processes the response.
- head(String, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a HEAD request on the specified path with the given headers and error handling.
- headers - Variable in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
The request base header for the Gravitino API.
- HMAC - Enum constant in enum class org.apache.gravitino.auth.SignatureAlgorithmFamilyType
-
HMAC family of algorithms.
- hour(String) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the hour of the input value.
- hour(String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the hour of the input value.
- HOUR - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The hour partitioning strategy.
- HourPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Represents the hour partitioning.
- HTTP_CHALLENGE_HEADER - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The HTTP header used to pass the authentication token.
- HTTP_HEADER_AUTHORIZATION - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The HTTP header used to pass the authentication token.
- HTTP_HEADER_FILESET_DATA_OPERATION - Static variable in class org.apache.gravitino.audit.FilesetAuditConstants
-
The HTTP header used to pass the fileset data operation.
- HTTP_HEADER_INTERNAL_CLIENT_TYPE - Static variable in class org.apache.gravitino.audit.FilesetAuditConstants
-
The HTTP header used to pass the internal client type.
- HTTPClient - Class in org.apache.gravitino.client
-
An HttpClient for usage with the REST catalog.
- HTTPClient.Builder - Class in org.apache.gravitino.client
-
Builder class for configuring and creating instances of HTTPClient.
I
- identifiers() - Method in class org.apache.gravitino.dto.responses.EntityListResponse
-
Returns the array of entity identifiers.
- identity(String) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the input value.
- identity(String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the input value.
- identity(String[][], Literal<?>[]) - Static method in class org.apache.gravitino.rel.partitions.Partitions
-
Creates an identity partition whose name will be automatically generated.
- identity(String, String[][], Literal<?>[], Map<String, String>) - Static method in class org.apache.gravitino.rel.partitions.Partitions
-
Creates an identity partition.
- IDENTITY - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The identity partitioning strategy.
- IDENTITY - Enum constant in enum class org.apache.gravitino.dto.rel.partitions.PartitionDTO.Type
-
The identity partition type.
- IdentityPartition - Interface in org.apache.gravitino.rel.partitions
-
An identity partition represents a result of identity partitioning.
- IdentityPartitionDTO - Class in org.apache.gravitino.dto.rel.partitions
-
Data transfer object representing an identity partition.
- IdentityPartitionDTO.Builder - Class in org.apache.gravitino.dto.rel.partitions
-
Builder for
IdentityPartitionDTO
. - IdentityPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Represents the identity partitioning.
- ILLEGAL_ARGUMENTS_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for illegal arguments.
- illegalArguments(String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new illegal arguments error instance of
ErrorResponse
. - illegalArguments(String, String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new illegal arguments error instance of
ErrorResponse
. - illegalArguments(String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new illegal arguments error instance of
ErrorResponse
. - IllegalMetadataObjectException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a metadata object is invalid.
- IllegalMetadataObjectException() - Constructor for exception org.apache.gravitino.exceptions.IllegalMetadataObjectException
-
Constructs a new exception with the specified detail message and cause.
- IllegalMetadataObjectException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalMetadataObjectException
-
Constructs a new exception with the specified detail message.
- IllegalMetadataObjectException(Throwable) - Constructor for exception org.apache.gravitino.exceptions.IllegalMetadataObjectException
-
Constructs a new exception with the specified cause.
- IllegalMetadataObjectException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalMetadataObjectException
-
Constructs a new exception with the specified detail message and cause.
- IllegalNameIdentifierException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a name identifier is invalid.
- IllegalNameIdentifierException() - Constructor for exception org.apache.gravitino.exceptions.IllegalNameIdentifierException
-
Constructs a new exception with the specified detail message and cause.
- IllegalNameIdentifierException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalNameIdentifierException
-
Constructs a new exception with the specified detail message.
- IllegalNameIdentifierException(Throwable) - Constructor for exception org.apache.gravitino.exceptions.IllegalNameIdentifierException
-
Constructs a new exception with the specified cause.
- IllegalNameIdentifierException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalNameIdentifierException
-
Constructs a new exception with the specified detail message and cause.
- IllegalNamespaceException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a namespace is invalid.
- IllegalNamespaceException() - Constructor for exception org.apache.gravitino.exceptions.IllegalNamespaceException
-
Constructs a new exception with the specified detail message and cause.
- IllegalNamespaceException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalNamespaceException
-
Constructs a new exception with the specified detail message.
- IllegalNamespaceException(Throwable) - Constructor for exception org.apache.gravitino.exceptions.IllegalNamespaceException
-
Constructs a new exception with the specified cause.
- IllegalNamespaceException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalNamespaceException
-
Constructs a new exception with the specified detail message and cause.
- IllegalPrivilegeException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a privilege is invalid.
- IllegalPrivilegeException() - Constructor for exception org.apache.gravitino.exceptions.IllegalPrivilegeException
-
Constructs a new exception with the specified detail message and cause.
- IllegalPrivilegeException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalPrivilegeException
-
Constructs a new exception with the specified detail message.
- IllegalPrivilegeException(Throwable) - Constructor for exception org.apache.gravitino.exceptions.IllegalPrivilegeException
-
Constructs a new exception with the specified cause.
- IllegalPrivilegeException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalPrivilegeException
-
Constructs a new exception with the specified detail message and cause.
- IllegalPropertyException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a property is invalid.
- IllegalPropertyException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalPropertyException
-
Constructs a new exception with the specified detail message.
- IllegalPropertyException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalPropertyException
-
Constructs a new exception with the specified detail message and cause.
- IllegalRoleException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a role is invalid.
- IllegalRoleException() - Constructor for exception org.apache.gravitino.exceptions.IllegalRoleException
-
Constructs a new exception with the specified detail message and cause.
- IllegalRoleException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalRoleException
-
Constructs a new exception with the specified detail message.
- IllegalRoleException(Throwable) - Constructor for exception org.apache.gravitino.exceptions.IllegalRoleException
-
Constructs a new exception with the specified cause.
- IllegalRoleException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalRoleException
-
Constructs a new exception with the specified detail message and cause.
- IllegalStatisticNameException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when statistic has an illegal name
- IllegalStatisticNameException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalStatisticNameException
-
Constructs a new exception with the specified detail message.
- IllegalStatisticNameException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.IllegalStatisticNameException
-
Constructs a new exception with the specified detail message and cause.
- IN_USE_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for drop an in use entity.
- index() - Method in class org.apache.gravitino.dto.rel.TableDTO
- index() - Method in interface org.apache.gravitino.rel.Table
- Index - Interface in org.apache.gravitino.rel.indexes
-
The Index interface defines methods for implementing table index columns.
- Index.IndexType - Enum Class in org.apache.gravitino.rel.indexes
-
The enum IndexType defines the type of the index.
- IndexDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.IndexDeserializer
- IndexDTO - Class in org.apache.gravitino.dto.rel.indexes
-
Data transfer object representing index information.
- IndexDTO() - Constructor for class org.apache.gravitino.dto.rel.indexes.IndexDTO
-
Default constructor for Jackson deserialization.
- IndexDTO(Index.IndexType, String, String[][]) - Constructor for class org.apache.gravitino.dto.rel.indexes.IndexDTO
-
Creates a new instance of IndexDTO
- IndexDTO.Builder<S extends IndexDTO.Builder> - Class in org.apache.gravitino.dto.rel.indexes
-
Builder for creating a new instance of IndexDTO.
- indexes - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The indexes of the table.
- Indexes - Class in org.apache.gravitino.rel.indexes
-
Helper methods to create index to pass into Apache Gravitino.
- Indexes.IndexImpl - Class in org.apache.gravitino.rel.indexes
-
The user side implementation of the index.
- Indexes.IndexImpl.Builder - Class in org.apache.gravitino.rel.indexes
-
Builder to create an index.
- IndexSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.IndexSerializer
- indexType - Variable in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
The type of the index.
- indexType - Variable in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
The type of the index.
- inherited() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- inherited() - Method in class org.apache.gravitino.dto.tag.TagDTO
- inherited() - Method in interface org.apache.gravitino.policy.Policy
-
Check if the policy is inherited from a parent object or not.
- inherited() - Method in interface org.apache.gravitino.tag.Tag
-
Check if the tag is inherited from a parent object or not.
- initialize(Map<String, String>) - Method in interface org.apache.gravitino.credential.CredentialProvider
-
Initializes the credential provider with catalog properties.
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.ADLSTokenCredential
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.AwsIrsaCredential
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.AzureAccountKeyCredential
- initialize(Map<String, String>, long) - Method in interface org.apache.gravitino.credential.Credential
-
Initialize the credential with the credential information.
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.GCSTokenCredential
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.OSSSecretKeyCredential
-
Initialize the credential with the credential information.
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.OSSTokenCredential
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.S3SecretKeyCredential
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.credential.S3TokenCredential
- initialize(Map<String, String>, long) - Method in class org.apache.gravitino.dto.credential.CredentialDTO
- intConf() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Creates a configuration entry for Integer data type.
- integer(Integer) - Static method in interface org.apache.gravitino.rel.expressions.Literal
-
Deprecated.Creates an integer literal with the given value.
- INTEGER - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The integer type.
- integerLiteral(Integer) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates an integer type literal with the given value.
- IntegralType(boolean) - Constructor for class org.apache.gravitino.rel.types.Type.IntegralType
- internal() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Marks the configuration entry as internal (non-public).
- INTERNAL_ERROR_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for internal errors.
- internalBuild() - Method in class org.apache.gravitino.client.CustomTokenProvider.CustomTokenProviderBuilder
-
Builds the instance of the CustomTokenProvider.
- internalBuild() - Method in class org.apache.gravitino.client.DefaultOAuth2TokenProvider.Builder
- internalBuild() - Method in class org.apache.gravitino.client.OAuth2TokenProvider.OAuth2TokenProviderBuilder
-
Builds the instance of the OAuth2TokenProvider.
- InternalClientType - Enum Class in org.apache.gravitino.audit
-
An enum class containing internal client type that supported.
- internalError(String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new internal error instance of
ErrorResponse
. - internalError(String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new internal error instance of
ErrorResponse
. - INTERVAL_DAY - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The interval month type.
- INTERVAL_YEAR - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The interval year type.
- IntervalType() - Constructor for class org.apache.gravitino.rel.types.Type.IntervalType
- inUse(String, String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new entity in use error instance of
ErrorResponse
. - InUseException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a resource is in use and cannot be deleted.
- InUseException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.InUseException
-
Constructs a new exception with the specified detail message.
- isAutoIncrement() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Checks if the new column is autoIncrement.
- isAutoIncrement() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnAutoIncrement
-
The autoIncrement flag of the column.
- isDir() - Method in class org.apache.gravitino.dto.file.FileInfoDTO
- isDir() - Method in interface org.apache.gravitino.file.FileInfo
- isDir(boolean) - Method in class org.apache.gravitino.dto.file.FileInfoDTO.FileInfoDTOBuilder
-
Set the isDir of the FileInfo.
- isEmpty() - Method in class org.apache.gravitino.Namespace
-
Check if the namespace is empty.
- isEmpty(SerializerProvider, Expression) - Method in class org.apache.gravitino.json.JsonUtils.ColumnDefaultValueSerializer
- isEqualCollection(Collection<?>, Collection<?>) - Static method in class org.apache.gravitino.utils.CollectionUtils
-
Returns true if the two collections are equal.
- isIfExists() - Method in class org.apache.gravitino.rel.TableChange.DeleteIndex
- isNullable() - Method in class org.apache.gravitino.rel.TableChange.AddColumn
-
Checks if the new column is nullable.
J
- jars() - Method in class org.apache.gravitino.job.SparkJobTemplate
-
Returns the list of JAR files required for the Spark job.
- JdbcUrlUtils - Class in org.apache.gravitino.utils
-
Utility class for validating JDBC URLs and configurations.
- JOB_ID_PREFIX - Static variable in interface org.apache.gravitino.job.JobHandle
-
The prefix for job IDs, every job ID returned from Gravitino will be like job-uuid
- JobDTO - Class in org.apache.gravitino.dto.job
-
Represents a Job Data Transfer Object (DTO).
- JobDTO(String, String, JobHandle.Status, AuditDTO) - Constructor for class org.apache.gravitino.dto.job.JobDTO
-
Creates a new JobPO with the specified properties.
- JobDTO.StatusDeserializer - Class in org.apache.gravitino.dto.job
-
Deserializer for Status
- JobDTO.StatusSerializer - Class in org.apache.gravitino.dto.job
-
Serializer for Status.
- jobErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to job and job template operations.
- JobHandle - Interface in org.apache.gravitino.job
-
JobHandle is an interface that is returned by the job submission, which provides methods to get the job name, job ID, job status, and to add listeners for jobs.
- JobHandle.Status - Enum Class in org.apache.gravitino.job
-
The status of the job.
- jobId() - Method in class org.apache.gravitino.client.GenericJobHandle
- jobId() - Method in interface org.apache.gravitino.job.JobHandle
-
Get the unique identifier of the job.
- JobListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of jobs.
- JobListResponse(List<JobDTO>) - Constructor for class org.apache.gravitino.dto.responses.JobListResponse
-
Creates a new JobListResponse with the specified list of jobs.
- JobResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a single job.
- JobResponse(JobDTO) - Constructor for class org.apache.gravitino.dto.responses.JobResponse
-
Creates a new JobResponse with the specified job.
- JobRunRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to run a job using a specified job template.
- JobRunRequest(String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.JobRunRequest
-
Creates a new JobRunRequest with the specified job template name and job configuration.
- jobStatus() - Method in class org.apache.gravitino.client.GenericJobHandle
- jobStatus() - Method in interface org.apache.gravitino.job.JobHandle
-
Get the current status of the job.
- JobTemplate - Class in org.apache.gravitino.job
-
JobTemplate is a class to define all the configuration parameters for a job.
- JobTemplate(JobTemplate.BaseBuilder<?, ?>) - Constructor for class org.apache.gravitino.job.JobTemplate
-
Constructs a JobTemplate instance with the specified parameters.
- JobTemplate.BaseBuilder<B extends JobTemplate.BaseBuilder<B,
P>, P extends JobTemplate> - Class in org.apache.gravitino.job -
Builder class for constructing JobTemplate instances.
- JobTemplate.JobType - Enum Class in org.apache.gravitino.job
-
JobType is an enum to define the type of the job.
- JobTemplateAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a job template with the specified name already exists.
- JobTemplateAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.JobTemplateAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- JobTemplateAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.JobTemplateAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- JobTemplateDTO - Class in org.apache.gravitino.dto.job
-
Represents a Job Template Data Transfer Object (DTO).
- JobTemplateDTO() - Constructor for class org.apache.gravitino.dto.job.JobTemplateDTO
-
Default constructor for Jackson.
- JobTemplateDTO.JobTypeDeserializer - Class in org.apache.gravitino.dto.job
-
Deserializer for JobTemplate.JobType.
- JobTemplateDTO.JobTypeSerializer - Class in org.apache.gravitino.dto.job
-
Serializer for JobTemplate.JobType.
- JobTemplateListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of job templates.
- JobTemplateListResponse(List<JobTemplateDTO>) - Constructor for class org.apache.gravitino.dto.responses.JobTemplateListResponse
-
Creates a new JobTemplateListResponse with the specified list of job templates.
- jobTemplateName() - Method in class org.apache.gravitino.client.GenericJobHandle
- jobTemplateName() - Method in interface org.apache.gravitino.job.JobHandle
-
Get the name of the job template.
- JobTemplateRegisterRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to register a job template.
- JobTemplateRegisterRequest(JobTemplateDTO) - Constructor for class org.apache.gravitino.dto.requests.JobTemplateRegisterRequest
-
Creates a new JobTemplateRegisterRequest.
- JobTemplateResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a single job template.
- JobTemplateResponse(JobTemplateDTO) - Constructor for class org.apache.gravitino.dto.responses.JobTemplateResponse
-
Creates a new JobTemplateResponse with the specified job template.
- jobType() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the job type.
- jobType() - Method in class org.apache.gravitino.job.ShellJobTemplate
- jobType() - Method in class org.apache.gravitino.job.SparkJobTemplate
- JobTypeDeserializer() - Constructor for class org.apache.gravitino.dto.job.JobTemplateDTO.JobTypeDeserializer
- JobTypeSerializer() - Constructor for class org.apache.gravitino.dto.job.JobTemplateDTO.JobTypeSerializer
- JsonUtils - Class in org.apache.gravitino.json
-
Utility class for working with JSON data.
- JsonUtils.ColumnDefaultValueDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for Column default value.
- JsonUtils.ColumnDefaultValueSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for Column default value.
- JsonUtils.ColumnPositionDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for ColumnPosition objects.
- JsonUtils.ColumnPositionSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for SortOrderDTO objects.
- JsonUtils.DistributionDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for DistributionDTO objects.
- JsonUtils.DistributionSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for DistributionDTO objects.
- JsonUtils.IndexDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for Index objects.
- JsonUtils.IndexSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for Index objects.
- JsonUtils.NameIdentifierDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for NameIdentifier objects.
- JsonUtils.NameIdentifierSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for NameIdentifier objects.
- JsonUtils.PartitionDTODeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for PartitionDTO objects.
- JsonUtils.PartitionDTOSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for PartitionDTO objects.
- JsonUtils.PartitioningDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for Partitioning objects.
- JsonUtils.PartitioningSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for PartitionDTO objects.
- JsonUtils.SortOrderDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for SortOrderDTO objects.
- JsonUtils.SortOrderSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for SortOrderDTO objects.
- JsonUtils.StatisticValueDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for StatisticValue objects.
- JsonUtils.StatisticValueSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for StatisticValue objects.
- JsonUtils.TypeDeserializer - Class in org.apache.gravitino.json
-
Custom JSON deserializer for Gravitino Type objects.
- JsonUtils.TypeSerializer - Class in org.apache.gravitino.json
-
Custom JSON serializer for Gravitino Type objects.
K
- KERBEROS - Enum constant in enum class org.apache.gravitino.auth.AuthenticatorType
-
Authentication that uses Kerberos.
- KerberosTokenProvider - Class in org.apache.gravitino.client
-
KerberosTokenProvider will get Kerberos token using GSS context negotiation and then provide the access token for every request.
- KerberosTokenProvider.Builder - Class in org.apache.gravitino.client
-
Builder class for configuring and creating instances of KerberosTokenProvider.
- KerberosUtils - Class in org.apache.gravitino.auth
-
Utility class for Kerberos related tests.
- keyType() - Method in class org.apache.gravitino.rel.types.Types.MapType
L
- lastModified() - Method in class org.apache.gravitino.dto.file.FileInfoDTO
- lastModified() - Method in interface org.apache.gravitino.file.FileInfo
- lastModified(long) - Method in class org.apache.gravitino.dto.file.FileInfoDTO.FileInfoDTOBuilder
-
Set the lastModified of the FileInfo.
- lastModifiedTime - Variable in class org.apache.gravitino.dto.AuditDTO.Builder
-
The last modified time for the audit.
- lastModifiedTime() - Method in interface org.apache.gravitino.Audit
- lastModifiedTime() - Method in class org.apache.gravitino.dto.AuditDTO
- lastModifier - Variable in class org.apache.gravitino.dto.AuditDTO.Builder
-
The last modifier of the audit.
- lastModifier() - Method in interface org.apache.gravitino.Audit
- lastModifier() - Method in class org.apache.gravitino.dto.AuditDTO
- latestVersion() - Method in class org.apache.gravitino.dto.model.ModelDTO
- latestVersion() - Method in interface org.apache.gravitino.model.Model
-
The latest version of the model object.
- length() - Method in class org.apache.gravitino.Namespace
-
Get the length of the namespace.
- length() - Method in class org.apache.gravitino.rel.types.Types.FixedCharType
- length() - Method in class org.apache.gravitino.rel.types.Types.FixedType
- length() - Method in class org.apache.gravitino.rel.types.Types.VarCharType
- level(int) - Method in class org.apache.gravitino.Namespace
-
Get the level at the given position.
- levels() - Method in class org.apache.gravitino.Namespace
-
Get the levels of the namespace.
- linkModelVersion(NameIdentifier, String, String[], String, Map<String, String>) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Link a new model version to the registered model object.
- linkModelVersion(NameIdentifier, Map<String, String>, String[], String, Map<String, String>) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Link a new model version to the registered model object.
- list(String[]...) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that includes multiple fields in a list.
- list(String[][], ListPartition[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that includes multiple fields in a list with preassigned list partitions.
- list(String, Literal<?>[][], Map<String, String>) - Static method in class org.apache.gravitino.rel.partitions.Partitions
-
Creates a list partition.
- LIST - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The list partitioning strategy.
- LIST - Enum constant in enum class org.apache.gravitino.dto.rel.partitions.PartitionDTO.Type
-
The list partition type.
- LIST - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The list type.
- LIST_STATUS - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Lists file statuses under a directory.
- listBindingRoleNames() - Method in interface org.apache.gravitino.authorization.SupportsRoles
-
List all the role names associated with this metadata object.
- listBindingRoleNames() - Method in class org.apache.gravitino.client.GravitinoMetalake
- listCatalogs() - Method in class org.apache.gravitino.client.GravitinoClient
- listCatalogs() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
List all the catalogs under this metalake.
- listCatalogs() - Method in interface org.apache.gravitino.SupportsCatalogs
-
List the name of all catalogs in the metalake.
- listCatalogsInfo() - Method in class org.apache.gravitino.client.GravitinoClient
- listCatalogsInfo() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
List all the catalogs with their information under this metalake.
- listCatalogsInfo() - Method in interface org.apache.gravitino.SupportsCatalogs
-
List all catalogs with their information in the metalake.
- listFilesets(Namespace) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
List the filesets in a schema namespace from the catalog.
- listGroupNames() - Method in class org.apache.gravitino.client.GravitinoClient
-
List the group names.
- listGroupNames() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Lists the group names
- listGroups() - Method in class org.apache.gravitino.client.GravitinoClient
-
List the groups.
- listGroups() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Lists the groups
- listJobs() - Method in class org.apache.gravitino.client.GravitinoClient
- listJobs() - Method in class org.apache.gravitino.client.GravitinoMetalake
- listJobs() - Method in interface org.apache.gravitino.job.SupportsJobs
-
Lists all the jobs in Gravitino.
- listJobs(String) - Method in class org.apache.gravitino.client.GravitinoClient
- listJobs(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
- listJobs(String) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Lists all the jobs by the specified job template name.
- listJobTemplates() - Method in class org.apache.gravitino.client.GravitinoClient
- listJobTemplates() - Method in class org.apache.gravitino.client.GravitinoMetalake
- listJobTemplates() - Method in interface org.apache.gravitino.job.SupportsJobs
-
Lists all the registered job templates in Gravitino.
- listMetalakes() - Method in class org.apache.gravitino.client.GravitinoAdminClient
-
Retrieves a list of Metalakes from the Gravitino API.
- listMetalakes() - Method in interface org.apache.gravitino.SupportsMetalakes
-
List all metalakes.
- listModels(Namespace) - Method in interface org.apache.gravitino.model.ModelCatalog
-
List the models in a schema namespace from the catalog.
- listModelVersionInfos(NameIdentifier) - Method in interface org.apache.gravitino.model.ModelCatalog
-
List all the versions with their information of the register model by
NameIdentifier
in the catalog. - listModelVersions(NameIdentifier) - Method in interface org.apache.gravitino.model.ModelCatalog
-
List all the versions of the register model by
NameIdentifier
in the catalog. - ListPartition - Interface in org.apache.gravitino.rel.partitions
-
A list partition represents a result of list partitioning.
- ListPartitionDTO - Class in org.apache.gravitino.dto.rel.partitions
-
Represents a List Partition Data Transfer Object (DTO) that implements the ListPartition interface.
- ListPartitionDTO.Builder - Class in org.apache.gravitino.dto.rel.partitions
-
The builder for ListPartitionDTO.
- ListPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Data transfer object representing a list partitioning.
- listPartitionNames() - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
List all partition names of the table
- listPartitions() - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
List all partitions
- listPartitionStatistics(PartitionRange) - Method in interface org.apache.gravitino.stats.SupportsPartitionStatistics
-
Lists statistics for partitions from one partition name to another partition name.
- listPolicies() - Method in class org.apache.gravitino.client.GravitinoClient
- listPolicies() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
List all the policies under the current metalake.
- listPolicies() - Method in interface org.apache.gravitino.policy.PolicyOperations
-
List all the policy names under a metalake.
- listPolicies() - Method in interface org.apache.gravitino.policy.SupportsPolicies
- listPolicyInfos() - Method in class org.apache.gravitino.client.GravitinoClient
- listPolicyInfos() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
List all the policies with detailed information under the current metalake.
- listPolicyInfos() - Method in interface org.apache.gravitino.policy.PolicyOperations
-
List all the policies with detailed information under a metalake.
- listPolicyInfos() - Method in interface org.apache.gravitino.policy.SupportsPolicies
- listRoleNames() - Method in class org.apache.gravitino.client.GravitinoClient
-
Lists the role names.
- listRoleNames() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Lists the role names.
- lists() - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- lists() - Method in interface org.apache.gravitino.rel.partitions.ListPartition
- listSchemas() - Method in interface org.apache.gravitino.SupportsSchemas
-
List schemas under the entity.
- listStatistics() - Method in interface org.apache.gravitino.stats.SupportsStatistics
-
Lists all statistics.
- listTables(Namespace) - Method in interface org.apache.gravitino.rel.TableCatalog
-
List the tables in a namespace from the catalog.
- listTags() - Method in class org.apache.gravitino.client.GenericColumn
- listTags() - Method in class org.apache.gravitino.client.GravitinoClient
- listTags() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
List all the tag names under a metalake.
- listTags() - Method in interface org.apache.gravitino.tag.SupportsTags
-
List all the tag names for the specific object.
- listTags() - Method in interface org.apache.gravitino.tag.TagOperations
-
List all the tag names under a metalake.
- listTagsInfo() - Method in class org.apache.gravitino.client.GenericColumn
- listTagsInfo() - Method in class org.apache.gravitino.client.GravitinoClient
- listTagsInfo() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
List all the tags with detailed information under the current metalake.
- listTagsInfo() - Method in interface org.apache.gravitino.tag.SupportsTags
-
List all the tags with details for the specific object.
- listTagsInfo() - Method in interface org.apache.gravitino.tag.TagOperations
-
List all the tags with detailed information under a metalake.
- listTopics(Namespace) - Method in interface org.apache.gravitino.messaging.TopicCatalog
-
List the topics in a schema namespace from the catalog.
- listUserNames() - Method in class org.apache.gravitino.client.GravitinoClient
-
Lists the usernames.
- listUserNames() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Lists the usernames.
- listUsers() - Method in class org.apache.gravitino.client.GravitinoClient
-
Lists the users.
- listUsers() - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Lists the users.
- listValue(List<StatisticValue<T>>) - Static method in class org.apache.gravitino.stats.StatisticValues
-
Creates a statistic value that holds a list of other statistic values.
- Literal<T> - Interface in org.apache.gravitino.rel.expressions
-
Deprecated.This interface will be removed. Use
Literal
instead. - Literal<T> - Interface in org.apache.gravitino.rel.expressions.literals
-
Represents a constant literal value in the public expression API.
- LITERAL - Enum constant in enum class org.apache.gravitino.dto.rel.expressions.FunctionArg.ArgType
-
A literal argument.
- Literal.LiteralImpl<T> - Class in org.apache.gravitino.rel.expressions
-
Deprecated.Creates a literal with the given type value.
- LiteralDTO - Class in org.apache.gravitino.dto.rel.expressions
-
Represents a Literal Data Transfer Object (DTO) that implements the Literal interface.
- LiteralDTO.Builder - Class in org.apache.gravitino.dto.rel.expressions
-
Builder for LiteralDTO.
- Literals - Class in org.apache.gravitino.rel.expressions.literals
-
The helper class to create literals to pass into Apache Gravitino.
- Literals.LiteralImpl<T> - Class in org.apache.gravitino.rel.expressions.literals
-
Creates a literal with the given type value.
- loadCatalog(String) - Method in class org.apache.gravitino.client.GravitinoClient
- loadCatalog(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Load the catalog with specified identifier.
- loadCatalog(String) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Load a catalog by its name.
- loadFileset(NameIdentifier) - Method in interface org.apache.gravitino.file.FilesetCatalog
-
Load fileset metadata by
NameIdentifier
from the catalog. - loadFromFile(String) - Method in class org.apache.gravitino.Config
-
Loads configurations from a properties file.
- loadFromMap(Map<String, String>, Predicate<String>) - Method in class org.apache.gravitino.Config
-
Loads configurations from a map.
- loadFromProperties(Properties) - Method in class org.apache.gravitino.Config
-
Loads configurations from properties.
- loadMetalake(String) - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Loads a specific Metalake from the Gravitino API.
- loadMetalake(String) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Load a metalake by its name.
- loadPropertiesFromFile(File) - Method in class org.apache.gravitino.Config
-
Loads properties from a file.
- loadSchema(String) - Method in interface org.apache.gravitino.SupportsSchemas
-
Load metadata properties for a schema.
- loadTable(NameIdentifier) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Load table metadata by
NameIdentifier
from the catalog. - loadTopic(NameIdentifier) - Method in interface org.apache.gravitino.messaging.TopicCatalog
-
Load topic metadata by
NameIdentifier
from the catalog. - LOCATION_NAME_UNKNOWN - Static variable in interface org.apache.gravitino.file.Fileset
-
The reserved location name to indicate the location name is unknown.
- locations() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RenameMetadataObject
-
Return the locations of the metadata object
- login(String, String) - Static method in class org.apache.gravitino.auth.KerberosUtils
-
Login to KDC using principal and keytab file.
- LONG - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The long type.
- longConf() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Creates a configuration entry for Long data type.
- longLiteral(Long) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a long type literal with the given value.
- longValue(long) - Static method in class org.apache.gravitino.stats.StatisticValues
-
Creates a statistic value that holds a long value.
- lower() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- lower() - Method in interface org.apache.gravitino.rel.partitions.RangePartition
- lowerBoundType() - Method in class org.apache.gravitino.stats.PartitionRange
-
Returns the type of the lower bound if it exists.
- lowerPartitionName() - Method in class org.apache.gravitino.stats.PartitionRange
-
Returns the lower partition name if it exists.
M
- MANAGE_GRANTS - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to grant or revoke a role for the user or the group.
- MANAGE_GROUPS - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to manage groups
- MANAGE_USERS - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to manage users
- MANAGED - Enum constant in enum class org.apache.gravitino.file.Fileset.Type
-
Fileset is managed by Gravitino.
- MAP - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The map type.
- MapUtils - Class in org.apache.gravitino.utils
-
Utility class for working with maps.
- MAX_ALLOWED_PRECISION - Static variable in class org.apache.gravitino.rel.types.Type.DateTimeType
-
Represents the maximum precision allowed for timestamp, time and other date/time types.
- MESSAGING - Enum constant in enum class org.apache.gravitino.Catalog.Type
-
Catalog Type for Message Queue, like Kafka://topic
- METADATA_OBJECT_RESERVED_NAME - Static variable in class org.apache.gravitino.MetadataObjects
-
The reserved name for the metadata object.
- metadataField(String[]) - Static method in interface org.apache.gravitino.rel.expressions.NamedReference
-
Returns a
NamedReference.MetadataField
for the given field name(s). - metadataObject() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RemoveMetadataObject
-
Returns the metadataObject to be renamed.
- metadataObject() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RenameMetadataObject
-
Returns the metadataObject to be renamed.
- MetadataObject - Interface in org.apache.gravitino
-
The MetadataObject is the basic unit of the Gravitino system.
- MetadataObject.Type - Enum Class in org.apache.gravitino
-
The type of object in the Gravitino system.
- MetadataObjectChange - Interface in org.apache.gravitino.authorization
-
The MetadataObjectChange interface defines the public API for managing roles in an authorization.
- MetadataObjectChange.RemoveMetadataObject - Class in org.apache.gravitino.authorization
-
A RemoveMetadataObject is to remove securable object's metadata entity.
- MetadataObjectChange.RenameMetadataObject - Class in org.apache.gravitino.authorization
-
A RenameMetadataObject is to rename securable object's metadata entity.
- MetadataObjectDTO - Class in org.apache.gravitino.dto.tag
-
Represents a Metadata Object DTO (Data Transfer Object).
- MetadataObjectDTO.Builder - Class in org.apache.gravitino.dto.tag
-
Builder for constructing a Metadata Object DTO.
- MetadataObjectImpl(String, String, MetadataObject.Type) - Constructor for class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
-
Create the metadata object with the given name, parent and type.
- MetadataObjectListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of metadata objects.
- MetadataObjectListResponse() - Constructor for class org.apache.gravitino.dto.responses.MetadataObjectListResponse
-
Default constructor for MetadataObjectListResponse.
- MetadataObjectListResponse(MetadataObjectDTO[]) - Constructor for class org.apache.gravitino.dto.responses.MetadataObjectListResponse
-
Constructor for MetadataObjectListResponse.
- MetadataObjects - Class in org.apache.gravitino
-
The helper class for
MetadataObject
. - MetadataObjects.MetadataObjectImpl - Class in org.apache.gravitino
-
The implementation of the
MetadataObject
. - Metalake - Interface in org.apache.gravitino
-
The interface of a metalake.
- METALAKE - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A metalake is a concept of tenant.
- MetalakeAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when the metalake already exists.
- MetalakeAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.MetalakeAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- MetalakeAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.MetalakeAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- metalakeChange() - Method in interface org.apache.gravitino.dto.requests.MetalakeUpdateRequest
-
Returns the Metalake change associated with this request.
- metalakeChange() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RemoveMetalakePropertyRequest
- metalakeChange() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RenameMetalakeRequest
- metalakeChange() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.SetMetalakePropertyRequest
- metalakeChange() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.UpdateMetalakeCommentRequest
- MetalakeChange - Interface in org.apache.gravitino
-
A metalake change is a change to a metalake.
- MetalakeChange.RemoveProperty - Class in org.apache.gravitino
-
A metalake change to remove a property from the metalake.
- MetalakeChange.RenameMetalake - Class in org.apache.gravitino
-
A metalake change to rename the metalake.
- MetalakeChange.SetProperty - Class in org.apache.gravitino
-
A metalake change to set a property and value pair for the metalake.
- MetalakeChange.UpdateMetalakeComment - Class in org.apache.gravitino
-
A metalake change to update the metalake comment.
- MetalakeCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a Metalake.
- MetalakeCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeCreateRequest
-
Default constructor for MetalakeCreateRequest.
- MetalakeCreateRequest(String, String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.MetalakeCreateRequest
-
Constructor for MetalakeCreateRequest.
- MetalakeDTO - Class in org.apache.gravitino.dto
-
Represents a Metalake Data Transfer Object (DTO) that implements the Metalake interface.
- MetalakeDTO() - Constructor for class org.apache.gravitino.dto.MetalakeDTO
-
Default constructor for Jackson deserialization.
- MetalakeDTO(String, String, Map<String, String>, AuditDTO) - Constructor for class org.apache.gravitino.dto.MetalakeDTO
-
Creates a new instance of MetalakeDTO.
- MetalakeDTO.Builder<S extends MetalakeDTO.Builder> - Class in org.apache.gravitino.dto
-
A builder class for constructing instances of MetalakeDTO.
- metalakeErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Metalake operations.
- metalakeExists(String) - Method in interface org.apache.gravitino.SupportsMetalakes
-
Check if a metalake exists.
- MetalakeInUseException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a metalake is in use and cannot be deleted.
- MetalakeInUseException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.MetalakeInUseException
-
Constructs a new exception with the specified detail message.
- MetalakeListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of metalakes.
- MetalakeListResponse() - Constructor for class org.apache.gravitino.dto.responses.MetalakeListResponse
-
Default constructor for MetalakeListResponse.
- MetalakeListResponse(MetalakeDTO[]) - Constructor for class org.apache.gravitino.dto.responses.MetalakeListResponse
-
Constructor for MetalakeListResponse.
- metalakeName - Variable in class org.apache.gravitino.client.GravitinoClient.ClientBuilder
-
The name of the metalake that the client is working on.
- MetalakeNotInUseException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when operating on a metalake that is not in use.
- MetalakeNotInUseException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.MetalakeNotInUseException
-
Constructs a new exception with the specified detail message.
- MetalakeResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing metalake information.
- MetalakeResponse() - Constructor for class org.apache.gravitino.dto.responses.MetalakeResponse
-
Default constructor for MetalakeResponse.
- MetalakeResponse(MetalakeDTO) - Constructor for class org.apache.gravitino.dto.responses.MetalakeResponse
-
Constructor for MetalakeResponse.
- MetalakeSetRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a Metalake in use.
- MetalakeSetRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeSetRequest
-
Default constructor for MetalakeSetRequest.
- MetalakeSetRequest(boolean) - Constructor for class org.apache.gravitino.dto.requests.MetalakeSetRequest
-
Constructor for MetalakeSetRequest.
- MetalakeUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents an interface for Metalake update requests.
- MetalakeUpdateRequest.RemoveMetalakePropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to remove a property from a Metalake.
- MetalakeUpdateRequest.RenameMetalakeRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to rename a Metalake.
- MetalakeUpdateRequest.SetMetalakePropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a property on a Metalake.
- MetalakeUpdateRequest.UpdateMetalakeCommentRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the comment on a Metalake.
- MetalakeUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request containing multiple Metalake updates.
- MetalakeUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdatesRequest
-
Default constructor for MetalakeUpdatesRequest.
- MetalakeUpdatesRequest(List<MetalakeUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdatesRequest
-
Constructor for MetalakeUpdatesRequest.
- MIN_ALLOWED_PRECISION - Static variable in class org.apache.gravitino.rel.types.Type.DateTimeType
-
Represents the minimum precision range for timestamp, time and other date/time types.
- MKDIRS - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Creates a directory.
- Model - Interface in org.apache.gravitino.model
-
An interface representing an ML model under a schema
Namespace
. - MODEL - Enum constant in enum class org.apache.gravitino.Catalog.Type
-
Catalog Type for ML model
- MODEL - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A model is mapped to the model artifact in ML.
- ModelAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a model with specified name already exists.
- ModelAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ModelAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- ModelAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ModelAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- ModelCatalog - Interface in org.apache.gravitino.model
-
The ModelCatalog interface defines the public API for managing model objects in a schema.
- modelChange() - Method in interface org.apache.gravitino.dto.requests.ModelUpdateRequest
-
Returns the model change.
- modelChange() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.RemoveModelPropertyRequest
-
Returns the model change.
- modelChange() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.RenameModelRequest
-
Returns the model change.
- modelChange() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.SetModelPropertyRequest
-
Returns the model change.
- modelChange() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.UpdateModelCommentRequest
-
Returns the model change.
- ModelChange - Interface in org.apache.gravitino.model
-
A model change is a change to a model.
- ModelChange.RemoveProperty - Class in org.apache.gravitino.model
-
A ModelChange to remove a property from model.
- ModelChange.RenameModel - Class in org.apache.gravitino.model
-
A ModelChange to rename a model.
- ModelChange.SetProperty - Class in org.apache.gravitino.model
-
A ModelChange to set a property and value of a model.
- ModelChange.UpdateComment - Class in org.apache.gravitino.model
-
A ModelChange to update the comment of a model.
- ModelDTO - Class in org.apache.gravitino.dto.model
-
Represents a model DTO (Data Transfer Object).
- ModelDTO() - Constructor for class org.apache.gravitino.dto.model.ModelDTO
- ModelDTO.Builder - Class in org.apache.gravitino.dto.model
-
Builder for constructing a Model DTO.
- modelErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Model operations.
- modelExists(NameIdentifier) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Check if a model exists using an
NameIdentifier
from the catalog. - ModelRegisterRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to register a model.
- ModelRegisterRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelRegisterRequest
- ModelResponse - Class in org.apache.gravitino.dto.responses
-
Response for model response.
- ModelResponse() - Constructor for class org.apache.gravitino.dto.responses.ModelResponse
-
Default constructor for ModelResponse.
- ModelResponse(ModelDTO) - Constructor for class org.apache.gravitino.dto.responses.ModelResponse
-
Constructor for ModelResponse.
- ModelUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Request to update a model.
- ModelUpdateRequest.RemoveModelPropertyRequest - Class in org.apache.gravitino.dto.requests
-
The model update request for remove property from model.
- ModelUpdateRequest.RenameModelRequest - Class in org.apache.gravitino.dto.requests
-
The model update request for rename model.
- ModelUpdateRequest.SetModelPropertyRequest - Class in org.apache.gravitino.dto.requests
-
The model update request for set property of model.
- ModelUpdateRequest.UpdateModelCommentRequest - Class in org.apache.gravitino.dto.requests
-
The model update request for update comment of model.
- ModelUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a model.
- ModelUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelUpdatesRequest
-
This is the constructor that is used by Jackson deserializer
- ModelUpdatesRequest(List<ModelUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.ModelUpdatesRequest
-
Creates a new
ModelUpdatesRequest
instance. - ModelVersion - Interface in org.apache.gravitino.model
-
An interface representing a single model checkpoint under a model
Model
. - ModelVersionAliasesAlreadyExistException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when the model version aliases already exist.
- ModelVersionAliasesAlreadyExistException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ModelVersionAliasesAlreadyExistException
-
Constructs a new exception with the specified detail message.
- ModelVersionAliasesAlreadyExistException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.ModelVersionAliasesAlreadyExistException
-
Constructs a new exception with the specified detail message and cause.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.AddModelVersionUriRequest
-
Returns the model version change.
- modelVersionChange() - Method in interface org.apache.gravitino.dto.requests.ModelVersionUpdateRequest
-
Returns the model version change.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.RemoveModelVersionPropertyRequest
-
Returns the model version change.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.RemoveModelVersionUriRequest
-
Returns the model version change.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.SetModelVersionPropertyRequest
-
Returns the model version change.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionAliasesRequest
-
Returns the model version change.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionComment
-
Returns the model version change.
- modelVersionChange() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionUriRequest
-
Returns the model version change.
- ModelVersionChange - Interface in org.apache.gravitino.model
-
A model version change is a change to a model version.
- ModelVersionChange.AddUri - Class in org.apache.gravitino.model
-
A ModelVersionChange to add a uri of a model version.
- ModelVersionChange.RemoveProperty - Class in org.apache.gravitino.model
-
A ModelVersionChange to remove a property from a model version.
- ModelVersionChange.RemoveUri - Class in org.apache.gravitino.model
-
A ModelVersionChange to remove a uri of a model version.
- ModelVersionChange.SetProperty - Class in org.apache.gravitino.model
-
A ModelVersionChange to set a property of a model version.
- ModelVersionChange.UpdateAliases - Class in org.apache.gravitino.model
-
Represents an update to a model version’s aliases, specifying which aliases to add and which to remove.
- ModelVersionChange.UpdateComment - Class in org.apache.gravitino.model
-
A ModelVersionChange to update the model version comment.
- ModelVersionChange.UpdateUri - Class in org.apache.gravitino.model
-
A ModelVersionChange to update the uri of a model version.
- ModelVersionDTO - Class in org.apache.gravitino.dto.model
-
Represents a model version DTO (Data Transfer Object).
- ModelVersionDTO() - Constructor for class org.apache.gravitino.dto.model.ModelVersionDTO
- ModelVersionDTO.Builder - Class in org.apache.gravitino.dto.model
-
Builder for constructing a Model Version DTO.
- modelVersionExists(NameIdentifier, int) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Check if the model version exists by the
NameIdentifier
and version number. - modelVersionExists(NameIdentifier, String) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Check if the model version exists by the
NameIdentifier
and version alias. - ModelVersionInfoListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of model version infos.
- ModelVersionInfoListResponse() - Constructor for class org.apache.gravitino.dto.responses.ModelVersionInfoListResponse
-
Default constructor for ModelVersionInfoListResponse.
- ModelVersionInfoListResponse(ModelVersionDTO[]) - Constructor for class org.apache.gravitino.dto.responses.ModelVersionInfoListResponse
-
Constructor for ModelVersionInfoListResponse.
- ModelVersionLinkRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to link a model version.
- ModelVersionLinkRequest(String, String[], String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.ModelVersionLinkRequest
-
Constructor for ModelVersionLinkRequest.
- ModelVersionLinkRequest(Map<String, String>, String[], String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.ModelVersionLinkRequest
-
Constructor for ModelVersionLinkRequest
- ModelVersionListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of model versions.
- ModelVersionListResponse() - Constructor for class org.apache.gravitino.dto.responses.ModelVersionListResponse
-
Default constructor for ModelVersionListResponse.
- ModelVersionListResponse(int[]) - Constructor for class org.apache.gravitino.dto.responses.ModelVersionListResponse
-
Constructor for ModelVersionListResponse.
- ModelVersionResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a model version.
- ModelVersionResponse() - Constructor for class org.apache.gravitino.dto.responses.ModelVersionResponse
-
Default constructor for ModelVersionResponse.
- ModelVersionResponse(ModelVersionDTO) - Constructor for class org.apache.gravitino.dto.responses.ModelVersionResponse
-
Constructor for ModelVersionResponse.
- ModelVersionUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Request to update a model version.
- ModelVersionUpdateRequest.AddModelVersionUriRequest - Class in org.apache.gravitino.dto.requests
-
Request to add the URI of a model version.
- ModelVersionUpdateRequest.RemoveModelVersionPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Request to remove a property from a model version.
- ModelVersionUpdateRequest.RemoveModelVersionUriRequest - Class in org.apache.gravitino.dto.requests
-
Request to remove the URI of a model version.
- ModelVersionUpdateRequest.SetModelVersionPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Request to set Properties of a model version
- ModelVersionUpdateRequest.UpdateModelVersionAliasesRequest - Class in org.apache.gravitino.dto.requests
-
Request to update the aliases of a model version.
- ModelVersionUpdateRequest.UpdateModelVersionComment - Class in org.apache.gravitino.dto.requests
-
Request to update comment of a model version
- ModelVersionUpdateRequest.UpdateModelVersionUriRequest - Class in org.apache.gravitino.dto.requests
-
Request to update the URI of a model version.
- ModelVersionUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a several request to update a model version.
- ModelVersionUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdatesRequest
- ModelVersionUriResponse - Class in org.apache.gravitino.dto.responses
-
Response for the model version uri.
- ModelVersionUriResponse() - Constructor for class org.apache.gravitino.dto.responses.ModelVersionUriResponse
-
Default constructor for ModelVersionUriResponse.
- ModelVersionUriResponse(String) - Constructor for class org.apache.gravitino.dto.responses.ModelVersionUriResponse
-
Constructor for ModelVersionUriResponse.
- modifiable() - Method in class org.apache.gravitino.dto.stats.StatisticDTO
- modifiable() - Method in interface org.apache.gravitino.stats.Statistic
-
Whether the statistic is modifiable.
- MODIFIED_TIME - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Gets the modified time of a file.
- MODIFY_TABLE - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to write data to a table or modify the table schema.
- month(String) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the month of the input value.
- month(String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the month of the input value.
- MONTH - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The month partitioning strategy.
- MonthPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Represents a MonthPartitioning Data Transfer Object (DTO) that extends the Partitioning interface.
N
- name - Variable in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
The name of the group.
- name - Variable in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
The name of the role.
- name - Variable in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
The name of the user.
- name - Variable in class org.apache.gravitino.dto.CatalogDTO.Builder
-
The name of the catalog.
- name - Variable in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
The name of the Metalake DTO.
- name - Variable in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
The name of the column.
- name - Variable in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
The name of the index.
- name - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The name of the table.
- name - Variable in class org.apache.gravitino.dto.SchemaDTO.Builder
-
The name of the schema.
- name - Variable in class org.apache.gravitino.job.JobTemplate
-
The name of the job template.
- name - Variable in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
The name of the index.
- name() - Method in interface org.apache.gravitino.authorization.Group
-
The name of the group.
- name() - Method in interface org.apache.gravitino.authorization.Owner
-
The name of the owner.
- name() - Method in interface org.apache.gravitino.authorization.Privilege
- name() - Method in class org.apache.gravitino.authorization.Privileges.GenericPrivilege
- name() - Method in interface org.apache.gravitino.authorization.Role
-
The name of the role.
- name() - Method in interface org.apache.gravitino.authorization.User
-
The name of the user.
- name() - Method in interface org.apache.gravitino.Catalog
- name() - Method in class org.apache.gravitino.client.GenericColumn
- name() - Method in class org.apache.gravitino.dto.authorization.GroupDTO
- name() - Method in class org.apache.gravitino.dto.authorization.OwnerDTO
- name() - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO
- name() - Method in class org.apache.gravitino.dto.authorization.RoleDTO
- name() - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
- name() - Method in class org.apache.gravitino.dto.authorization.UserDTO
- name() - Method in class org.apache.gravitino.dto.CatalogDTO
-
Get the name of the catalog.
- name() - Method in class org.apache.gravitino.dto.file.FileInfoDTO
- name() - Method in class org.apache.gravitino.dto.file.FilesetDTO
- name() - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- name() - Method in class org.apache.gravitino.dto.MetalakeDTO
- name() - Method in class org.apache.gravitino.dto.model.ModelDTO
- name() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- name() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
- name() - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Returns the name of the function.
- name() - Method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitioning.Partitioning.SingleFieldPartitioning
- name() - Method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- name() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- name() - Method in class org.apache.gravitino.dto.rel.TableDTO
- name() - Method in class org.apache.gravitino.dto.SchemaDTO
- name() - Method in class org.apache.gravitino.dto.stats.StatisticDTO
- name() - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO
- name() - Method in class org.apache.gravitino.dto.tag.TagDTO
- name() - Method in interface org.apache.gravitino.file.FileInfo
- name() - Method in interface org.apache.gravitino.file.Fileset
- name() - Method in class org.apache.gravitino.job.JobTemplate
-
Get the name of the job template.
- name() - Method in interface org.apache.gravitino.messaging.Topic
- name() - Method in interface org.apache.gravitino.MetadataObject
-
The name of the object.
- name() - Method in class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
- name() - Method in interface org.apache.gravitino.Metalake
-
The name of the metalake.
- name() - Method in interface org.apache.gravitino.model.Model
- name() - Method in class org.apache.gravitino.NameIdentifier
-
Get the name of the
NameIdentifier
. - name() - Method in interface org.apache.gravitino.policy.Policy
-
Get the name of the policy.
- name() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- name() - Method in interface org.apache.gravitino.rel.Column
- name() - Method in interface org.apache.gravitino.rel.expressions.transforms.Transform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ApplyTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.BucketTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.DayTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.HourTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.IdentityTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.ListTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.MonthTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.RangeTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.TruncateTransform
- name() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.YearTransform
- name() - Method in interface org.apache.gravitino.rel.indexes.Index
- name() - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl
- name() - Method in interface org.apache.gravitino.rel.partitions.Partition
- name() - Method in interface org.apache.gravitino.rel.Table
- name() - Method in interface org.apache.gravitino.rel.types.Type
- name() - Method in class org.apache.gravitino.rel.types.Types.BinaryType
- name() - Method in class org.apache.gravitino.rel.types.Types.BooleanType
- name() - Method in class org.apache.gravitino.rel.types.Types.ByteType
- name() - Method in class org.apache.gravitino.rel.types.Types.DateType
- name() - Method in class org.apache.gravitino.rel.types.Types.DecimalType
- name() - Method in class org.apache.gravitino.rel.types.Types.DoubleType
- name() - Method in class org.apache.gravitino.rel.types.Types.ExternalType
- name() - Method in class org.apache.gravitino.rel.types.Types.FixedCharType
- name() - Method in class org.apache.gravitino.rel.types.Types.FixedType
- name() - Method in class org.apache.gravitino.rel.types.Types.FloatType
- name() - Method in class org.apache.gravitino.rel.types.Types.IntegerType
- name() - Method in class org.apache.gravitino.rel.types.Types.IntervalDayType
- name() - Method in class org.apache.gravitino.rel.types.Types.IntervalYearType
- name() - Method in class org.apache.gravitino.rel.types.Types.ListType
- name() - Method in class org.apache.gravitino.rel.types.Types.LongType
- name() - Method in class org.apache.gravitino.rel.types.Types.MapType
- name() - Method in class org.apache.gravitino.rel.types.Types.NullType
- name() - Method in class org.apache.gravitino.rel.types.Types.ShortType
- name() - Method in class org.apache.gravitino.rel.types.Types.StringType
- name() - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- name() - Method in class org.apache.gravitino.rel.types.Types.StructType
- name() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- name() - Method in class org.apache.gravitino.rel.types.Types.TimeType
- name() - Method in class org.apache.gravitino.rel.types.Types.UnionType
- name() - Method in class org.apache.gravitino.rel.types.Types.UnparsedType
- name() - Method in class org.apache.gravitino.rel.types.Types.UUIDType
- name() - Method in class org.apache.gravitino.rel.types.Types.VarCharType
- name() - Method in interface org.apache.gravitino.Schema
- name() - Method in interface org.apache.gravitino.stats.Statistic
-
Get the name of the statistic.
- name() - Method in interface org.apache.gravitino.tag.Tag
- name(String) - Method in class org.apache.gravitino.dto.file.FileInfoDTO.FileInfoDTOBuilder
-
Set the name of the FileInfo.
- name(String) - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Set the name of the fileset.
- NAME_OF_BUCKET - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the bucket transform.
- NAME_OF_DAY - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the day transform.
- NAME_OF_HOUR - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the hour transform.
- NAME_OF_IDENTITY - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the identity transform.
- NAME_OF_LIST - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the list transform.
- NAME_OF_MONTH - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the month transform.
- NAME_OF_RANGE - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the range transform.
- NAME_OF_TRUNCATE - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the truncate transform.
- NAME_OF_YEAR - Static variable in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
The name of the year transform.
- NamedReference - Interface in org.apache.gravitino.rel.expressions
-
Represents a field or column reference in the public logical expression API.
- NamedReference.FieldReference - Class in org.apache.gravitino.rel.expressions
-
A
NamedReference
that references a field or column. - NamedReference.MetadataField - Class in org.apache.gravitino.rel.expressions
-
A
NamedReference
that references a metadata field. - NameIdentifier - Class in org.apache.gravitino
-
A name identifier is a sequence of names separated by dots.
- NameIdentifierDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.NameIdentifierDeserializer
- NameIdentifierSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.NameIdentifierSerializer
- NameListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of entity names.
- NameListResponse() - Constructor for class org.apache.gravitino.dto.responses.NameListResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of NameListResponse.
- NameListResponse(String[]) - Constructor for class org.apache.gravitino.dto.responses.NameListResponse
-
Creates a new NameListResponse.
- namespace() - Method in class org.apache.gravitino.NameIdentifier
-
Get the namespace of the
NameIdentifier
. - Namespace - Class in org.apache.gravitino
-
A namespace is a sequence of levels separated by dots.
- NEGOTIATE - Static variable in class org.apache.gravitino.auth.AuthConstants
-
The name of NEGOTIATE.
- newComment() - Method in class org.apache.gravitino.model.ModelChange.UpdateComment
-
Retrieves the new comment for the model.
- newComment() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateComment
-
Returns the new comment to be set for the model version.
- newMetadataObject() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RenameMetadataObject
-
Returns the new metadataObject object.
- newName() - Method in class org.apache.gravitino.model.ModelChange.RenameModel
-
Retrieves the new name for the model.
- newUri() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Returns the new uri to be set for the model version.
- NO_SUCH_ENTITY_MESSAGE - Static variable in exception org.apache.gravitino.exceptions.NoSuchEntityException
-
The no such entity message for the exception.
- NON_EMPTY_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for non empty.
- NON_NEGATIVE_NUMBER_ERROR_MSG - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The value of messages used to indicate that the configuration should be a non-negative number.
- NONE - Enum constant in enum class org.apache.gravitino.auth.AuthenticatorType
-
No authentication.
- NONE - Enum constant in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
No distribution strategy.
- NONE - Static variable in class org.apache.gravitino.dto.rel.DistributionDTO
-
A DistributionDTO instance that represents no distribution.
- NONE - Static variable in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
NONE is used to indicate that there is no distribution.
- NONE - Static variable in class org.apache.gravitino.rel.expressions.sorts.SortOrders
-
NONE is used to indicate that there is no sort order.
- nonEmpty(String, String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new non-empty error instance of
ErrorResponse
. - nonEmpty(String, String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new non-empty error instance of
ErrorResponse
. - NonEmptyCatalogException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a catalog is not empty.
- NonEmptyCatalogException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NonEmptyCatalogException
-
Constructs a new exception with the specified detail message.
- NonEmptyEntityException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a resource is not empty.
- NonEmptyEntityException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NonEmptyEntityException
-
Constructs a new exception with the specified detail message.
- NonEmptyEntityException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NonEmptyEntityException
-
Constructs a new exception with the specified detail message and cause.
- NonEmptyMetalakeException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a metalake is not empty.
- NonEmptyMetalakeException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NonEmptyMetalakeException
-
Constructs a new exception with the specified detail message.
- NonEmptySchemaException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a schema is not empty.
- NonEmptySchemaException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NonEmptySchemaException
-
Constructs a new exception with the specified detail message.
- NonEmptySchemaException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NonEmptySchemaException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchCatalogException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a catalog is not found.
- NoSuchCatalogException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchCatalogException
-
Constructs a new exception with the specified detail message.
- NoSuchCatalogException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchCatalogException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchColumnException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a column with specified name is not existed.
- NoSuchColumnException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchColumnException
-
Constructs a new exception with the specified detail message.
- NoSuchColumnException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchColumnException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchCredentialException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when the request credential type is not found.
- NoSuchCredentialException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchCredentialException
-
Constructs a new exception with the specified detail message.
- NoSuchEntityException - Exception in org.apache.gravitino.exceptions
-
This exception is thrown when an entity is not found.
- NoSuchEntityException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchEntityException
-
Constructs a new NoSuchEntityException.
- NoSuchEntityException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchEntityException
-
Constructs a new NoSuchEntityException.
- NoSuchFilesetException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a file with specified name is not existed.
- NoSuchFilesetException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchFilesetException
-
Constructs a new exception with the specified detail message.
- NoSuchFilesetException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchFilesetException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchGroupException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a group with specified name is not existed.
- NoSuchGroupException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchGroupException
-
Constructs a new exception with the specified detail message.
- NoSuchGroupException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchGroupException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchJobException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a job is not found.
- NoSuchJobException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchJobException
-
Constructs a new NoSuchJobException with the specified detail message.
- NoSuchJobException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchJobException
-
Constructs a new NoSuchJobException with the specified detail message and cause.
- NoSuchJobTemplateException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when the job template is not existed.
- NoSuchJobTemplateException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchJobTemplateException
-
Constructs a new NoSuchJobTemplateException with the specified detail message.
- NoSuchJobTemplateException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchJobTemplateException
-
Constructs a new NoSuchJobTemplateException with the specified detail message and cause.
- NoSuchLocationNameException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a fileset location name is not found.
- NoSuchLocationNameException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchLocationNameException
-
Constructs a new exception with the specified detail message.
- NoSuchLocationNameException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchLocationNameException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchMetadataObjectException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a metadata object with specified name doesn't exist.
- NoSuchMetadataObjectException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchMetadataObjectException
-
Constructs a new exception with the specified detail message.
- NoSuchMetadataObjectException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchMetadataObjectException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchMetalakeException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a metalake is not found.
- NoSuchMetalakeException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchMetalakeException
-
Constructs a new exception with the specified detail message.
- NoSuchMetalakeException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchMetalakeException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchModelException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a model with specified name is not existed.
- NoSuchModelException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchModelException
-
Constructs a new exception with the specified detail message.
- NoSuchModelException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchModelException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchModelVersionException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a model with specified version is not existed.
- NoSuchModelVersionException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchModelVersionException
-
Constructs a new exception with the specified detail message.
- NoSuchModelVersionException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchModelVersionException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchModelVersionURINameException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a URI name of model version is not found.
- NoSuchModelVersionURINameException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchModelVersionURINameException
-
Constructs a new exception with the specified detail message.
- NoSuchModelVersionURINameException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchModelVersionURINameException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchPartitionException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a partition with specified name is not existed.
- NoSuchPartitionException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchPartitionException
-
Constructs a new exception with the specified detail message.
- NoSuchPartitionException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchPartitionException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchPolicyException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a policy with specified name is not existed.
- NoSuchPolicyException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchPolicyException
-
Constructs a new exception with the specified detail message.
- NoSuchPolicyException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchPolicyException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchRoleException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a role with specified name is not existed.
- NoSuchRoleException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchRoleException
-
Constructs a new exception with the specified detail message.
- NoSuchRoleException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchRoleException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchSchemaException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a schema is not found.
- NoSuchSchemaException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchSchemaException
-
Constructs a new exception with the specified detail message.
- NoSuchSchemaException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchSchemaException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchTableException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a table with specified name is not existed.
- NoSuchTableException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchTableException
-
Constructs a new exception with the specified detail message.
- NoSuchTableException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchTableException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchTagException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a tag with specified name is not existed.
- NoSuchTagException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchTagException
-
Constructs a new exception with the specified detail message.
- NoSuchTagException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchTagException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchTopicException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a topic with specified name is not existed.
- NoSuchTopicException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchTopicException
-
Constructs a new exception with the specified detail message.
- NoSuchTopicException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchTopicException
-
Constructs a new exception with the specified detail message and cause.
- NoSuchUserException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a user is not found.
- NoSuchUserException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchUserException
-
Constructs a new exception with the specified detail message.
- NoSuchUserException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NoSuchUserException
-
Constructs a new exception with the specified detail message and cause.
- NOT_BLANK_ERROR_MSG - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The value of messages used to indicate that the configuration is set to an empty value.
- NOT_FOUND_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for not found.
- NOT_IN_USE_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for operation on a no in use entity.
- NOT_NULL_ERROR_MSG - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The value of messages used to indicate that the configuration is not set.
- notFound(String, String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new not found error instance of
ErrorResponse
. - notFound(String, String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new not found error instance of
ErrorResponse
. - NotFoundException - Exception in org.apache.gravitino.exceptions
-
Base class for all exceptions thrown when a resource is not found.
- NotFoundException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NotFoundException
-
Constructs a new NotFoundException.
- NotFoundException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NotFoundException
-
Constructs a new NotFoundException.
- notInUse(String, String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new not in use error instance of
ErrorResponse
. - NotInUseException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when operating on a resource that is not in use.
- NotInUseException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.NotInUseException
-
Constructs a new exception with the specified detail message.
- notNull(Type) - Static method in class org.apache.gravitino.rel.types.Types.ListType
-
Create a new
Types.ListType
with the given element type. - notNullField(String, Type) - Static method in class org.apache.gravitino.rel.types.Types.StructType.Field
- notNullField(String, Type, String) - Static method in class org.apache.gravitino.rel.types.Types.StructType.Field
- NT_GSS_KRB5_PRINCIPAL_OID - Static variable in class org.apache.gravitino.auth.KerberosUtils
-
Oid instance for Kerberos principal name.
- NULL - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The null type.
- NULL - Static variable in class org.apache.gravitino.dto.rel.expressions.LiteralDTO
-
An instance of LiteralDTO with a value of "NULL" and a data type of Types.NullType.get().
- NULL - Static variable in class org.apache.gravitino.rel.expressions.literals.Literals
-
Used to represent a null literal.
- nullable - Variable in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Whether the column value can be null.
- nullable() - Method in class org.apache.gravitino.client.GenericColumn
- nullable() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
- nullable() - Method in class org.apache.gravitino.rel.Column.ColumnImpl
- nullable() - Method in interface org.apache.gravitino.rel.Column
- nullable() - Method in class org.apache.gravitino.rel.TableChange.UpdateColumnNullability
-
The nullable flag of the column.
- nullable() - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- nullable(Type) - Static method in class org.apache.gravitino.rel.types.Types.ListType
-
Create a new
Types.ListType
with the given element type and the type is nullable. - nullableField(String, Type) - Static method in class org.apache.gravitino.rel.types.Types.StructType.Field
- nullableField(String, Type, String) - Static method in class org.apache.gravitino.rel.types.Types.StructType.Field
- nullOrdering() - Method in class org.apache.gravitino.dto.rel.SortOrderDTO
- nullOrdering() - Method in interface org.apache.gravitino.rel.expressions.sorts.SortOrder
- nullOrdering() - Method in class org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- NullOrdering - Enum Class in org.apache.gravitino.rel.expressions.sorts
-
A null order used in sorting expressions.
- NULLS_FIRST - Enum constant in enum class org.apache.gravitino.rel.expressions.sorts.NullOrdering
-
Nulls appear before non-nulls.
- NULLS_LAST - Enum constant in enum class org.apache.gravitino.rel.expressions.sorts.NullOrdering
-
Nulls appear after non-nulls.
- number() - Method in class org.apache.gravitino.dto.rel.DistributionDTO
-
Returns the number of buckets.
- number() - Method in interface org.apache.gravitino.rel.expressions.distributions.Distribution
- number() - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl
-
Get the number of buckets of the distribution.
- numBuckets() - Method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
-
Returns the number of buckets.
- numBuckets() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.BucketTransform
- NumericType() - Constructor for class org.apache.gravitino.rel.types.Type.NumericType
O
- OAUTH - Enum constant in enum class org.apache.gravitino.auth.AuthenticatorType
-
Authentication that uses OAuth.
- OAuth2ErrorResponse - Class in org.apache.gravitino.dto.responses
-
Represents the response of an OAuth2 error.
- OAuth2ErrorResponse() - Constructor for class org.apache.gravitino.dto.responses.OAuth2ErrorResponse
-
This is the constructor that is used by Jackson deserializer
- OAuth2ErrorResponse(String, String) - Constructor for class org.apache.gravitino.dto.responses.OAuth2ErrorResponse
-
Creates a new OAuth2ErrorResponse.
- OAuth2TokenProvider - Class in org.apache.gravitino.client
-
OAuth2TokenProvider will request the access token from the authorization server and then provide the access token for every request.
- OAuth2TokenProvider() - Constructor for class org.apache.gravitino.client.OAuth2TokenProvider
- OAuth2TokenProvider.OAuth2TokenProviderBuilder<SELF extends org.apache.gravitino.client.OAuth2TokenProvider.Builder<SELF,
T>, T extends OAuth2TokenProvider> - Class in org.apache.gravitino.client -
Builder interface for creating instances of
OAuth2TokenProvider
. - OAuth2TokenProviderBuilder() - Constructor for class org.apache.gravitino.client.OAuth2TokenProvider.OAuth2TokenProviderBuilder
- OAuth2TokenResponse - Class in org.apache.gravitino.dto.responses
-
Represents the response of an OAuth2 token request.
- OAuth2TokenResponse() - Constructor for class org.apache.gravitino.dto.responses.OAuth2TokenResponse
-
Creates a new OAuth2TokenResponse.
- OAuth2TokenResponse(String, String, String, Integer, String, String) - Constructor for class org.apache.gravitino.dto.responses.OAuth2TokenResponse
-
Creates a new OAuth2TokenResponse.
- oauthError(int, String, String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new oauth error instance of
ErrorResponse
. - oauthErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to OAuth2 requests.
- OAuthErrorHandler() - Constructor for class org.apache.gravitino.client.ErrorHandlers.OAuthErrorHandler
- objectMapper() - Static method in class org.apache.gravitino.client.ObjectMapperProvider
-
Retrieves a globally shared
ObjectMapper
instance. - objectMapper() - Static method in class org.apache.gravitino.json.JsonUtils
-
Returns a shared
ObjectMapper
instance for JSON serialization/deserialization test. - ObjectMapperProvider - Class in org.apache.gravitino.client
-
Provides a singleton
ObjectMapper
configured for specific serialization and deserialization behaviors. - objects() - Method in interface org.apache.gravitino.policy.Policy.AssociatedObjects
- objects() - Method in interface org.apache.gravitino.tag.Tag.AssociatedObjects
- objectValue(Map<String, StatisticValue<?>>) - Static method in class org.apache.gravitino.stats.StatisticValues
-
Creates a statistic value that holds a map of string keys to other statistic values.
- of(int) - Static method in class org.apache.gravitino.rel.types.Types.FixedCharType
- of(int) - Static method in class org.apache.gravitino.rel.types.Types.FixedType
- of(int) - Static method in class org.apache.gravitino.rel.types.Types.TimeType
- of(int) - Static method in class org.apache.gravitino.rel.types.Types.VarCharType
- of(int, int) - Static method in class org.apache.gravitino.rel.types.Types.DecimalType
- of(int, String[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
-
Constructs a truncate partitioning.
- of(int, String[]...) - Static method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
-
Creates a new instance of
BucketPartitioningDTO
. - of(String) - Static method in interface org.apache.gravitino.rel.expressions.FunctionExpression
-
Creates a new
FunctionExpression
with the given function name and no arguments. - of(String) - Static method in interface org.apache.gravitino.rel.expressions.UnparsedExpression
-
Creates a new
UnparsedExpression
with the given unparsed expression. - of(String) - Static method in class org.apache.gravitino.rel.types.Decimal
-
Creates a decimal value with the given value.
- of(String) - Static method in class org.apache.gravitino.rel.types.Types.ExternalType
-
Creates a new
Types.ExternalType
with the given catalog string. - of(String) - Static method in class org.apache.gravitino.rel.types.Types.UnparsedType
-
Creates a new
Types.UnparsedType
with the given unparsed type. - of(String...) - Static method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO
-
Creates a new instance of
FieldReferenceDTO
. - of(String...) - Static method in class org.apache.gravitino.dto.rel.partitioning.DayPartitioningDTO
-
Creates a new instance of
DayPartitioningDTO
. - of(String[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.HourPartitioningDTO
-
Creates a new HourPartitioningDTO.
- of(String...) - Static method in class org.apache.gravitino.dto.rel.partitioning.IdentityPartitioningDTO
-
Creates a new IdentityPartitioningDTO.
- of(String[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.MonthPartitioningDTO
-
Creates a new MonthPartitioningDTO.
- of(String[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
-
Creates a new RangePartitioningDTO with no pre-assigned partitions.
- of(String[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.YearPartitioningDTO
-
Creates a new YearPartitioningDTO.
- of(String...) - Static method in class org.apache.gravitino.NameIdentifier
-
Create the
NameIdentifier
with the given levels of names. - of(String...) - Static method in class org.apache.gravitino.Namespace
-
Create a namespace with the given levels.
- of(String[][]) - Static method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
-
Creates a new ListPartitioningDTO with no pre-assigned partitions.
- of(String[][], ListPartitionDTO[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
-
Creates a new ListPartitioningDTO.
- of(String[], RangePartitionDTO[]) - Static method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
-
Creates a new RangePartitioningDTO.
- of(String, int, int) - Static method in class org.apache.gravitino.rel.types.Decimal
-
Creates a decimal value with the given value, precision and scale.
- of(String, String, MetadataObject.Type) - Static method in class org.apache.gravitino.MetadataObjects
-
Create the metadata object with the given name, parent and type.
- of(String, List<String>) - Static method in class org.apache.gravitino.dto.stats.PartitionStatisticsDropDTO
-
Creates a new instance of PartitionStatisticsDropDTO.
- of(String, Map<String, StatisticValue<?>>) - Static method in class org.apache.gravitino.dto.stats.PartitionStatisticsUpdateDTO
-
Creates a new instance of PartitionStatisticsUpdateDTO.
- of(String, FunctionArg...) - Static method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Creates a new function partitioning DTO.
- of(String, StatisticDTO[]) - Static method in class org.apache.gravitino.dto.stats.PartitionStatisticsDTO
-
Creates a new instance of PartitionStatisticsDTO.
- of(String, Expression...) - Static method in interface org.apache.gravitino.rel.expressions.FunctionExpression
-
Creates a new
FunctionExpression
with the given function name and arguments. - of(String, Type) - Static method in interface org.apache.gravitino.rel.Column
-
Create a
Column
instance. - of(String, Type, boolean, String) - Static method in class org.apache.gravitino.rel.types.Types.StructType.Field
- of(String, Type, String) - Static method in interface org.apache.gravitino.rel.Column
-
Create a
Column
instance. - of(String, Type, String, boolean, boolean, Expression) - Static method in interface org.apache.gravitino.rel.Column
-
Create a
Column
instance. - of(String, Type, String, Expression) - Static method in interface org.apache.gravitino.rel.Column
-
Create a
Column
instance. - of(BigDecimal) - Static method in class org.apache.gravitino.rel.types.Decimal
-
Creates a decimal value with the given value.
- of(BigDecimal, int, int) - Static method in class org.apache.gravitino.rel.types.Decimal
-
Creates a decimal value with the given value, precision and scale.
- of(List<String>, MetadataObject.Type) - Static method in class org.apache.gravitino.MetadataObjects
-
Create the metadata object with the given names and type.
- of(Namespace, String) - Static method in class org.apache.gravitino.NameIdentifier
-
Create the
NameIdentifier
with the givenNamespace
and name. - of(Strategy, int, Expression...) - Static method in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
Create a distribution by the given strategy.
- of(Expression, SortDirection) - Static method in class org.apache.gravitino.rel.expressions.sorts.SortOrders
-
Create a sort order by the given expression with the given sort direction and default null ordering.
- of(Expression, SortDirection, NullOrdering) - Static method in class org.apache.gravitino.rel.expressions.sorts.SortOrders
-
Create a sort order by the given expression with the given sort direction and null ordering.
- of(Index.IndexType, String, String[][]) - Static method in class org.apache.gravitino.rel.indexes.Indexes
- of(Type...) - Static method in class org.apache.gravitino.rel.types.Types.UnionType
-
Create a new
Types.UnionType
with the given types. - of(Type, boolean) - Static method in class org.apache.gravitino.rel.types.Types.ListType
-
Create a new
Types.ListType
with the given element type and whether the element is nullable. - of(Type, Type, boolean) - Static method in class org.apache.gravitino.rel.types.Types.MapType
-
Create a new
Types.MapType
with the given key type, value type and whether the value is nullable - of(Types.StructType.Field...) - Static method in class org.apache.gravitino.rel.types.Types.StructType
- of(T, Type) - Static method in interface org.apache.gravitino.rel.expressions.Literal
-
Deprecated.Creates a literal with the given value and data type.
- of(T, Type) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a literal with the given value and data type.
- ofCatalog(String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the catalog
SecurableObject
with the given catalog name and privileges. - ofFileset(SecurableObject, String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the fileset
SecurableObject
with the given securable schema object, fileset name and privileges. - ofMetalake(String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the metalake
SecurableObject
with the given metalake name and privileges. - ofModel(SecurableObject, String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the model
SecurableObject
with the given securable schema object, model name and privileges. - ofSchema(SecurableObject, String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the schema
SecurableObject
with the given securable catalog object, schema name and privileges. - ofTable(SecurableObject, String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the table
SecurableObject
with the given securable schema object, table name and privileges. - ofTopic(SecurableObject, String, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create the topic
SecurableObject
with the given securable schema object ,topic name and privileges. - ON_PREMISE - Enum constant in enum class org.apache.gravitino.Catalog.CloudName
-
Not running on cloud
- OPEN - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Opens a file.
- OPEN - Enum constant in enum class org.apache.gravitino.stats.PartitionRange.BoundType
-
Indicates that the bound is exclusive
- OPEN_AND_APPEND - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Opens a file and appends to it.
- OPEN_AND_WRITE - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Opens a file and writes to it.
- org.apache.gravitino - package org.apache.gravitino
- org.apache.gravitino.annotation - package org.apache.gravitino.annotation
- org.apache.gravitino.audit - package org.apache.gravitino.audit
- org.apache.gravitino.auth - package org.apache.gravitino.auth
- org.apache.gravitino.authorization - package org.apache.gravitino.authorization
- org.apache.gravitino.client - package org.apache.gravitino.client
- org.apache.gravitino.config - package org.apache.gravitino.config
- org.apache.gravitino.credential - package org.apache.gravitino.credential
- org.apache.gravitino.dto - package org.apache.gravitino.dto
- org.apache.gravitino.dto.authorization - package org.apache.gravitino.dto.authorization
- org.apache.gravitino.dto.credential - package org.apache.gravitino.dto.credential
- org.apache.gravitino.dto.file - package org.apache.gravitino.dto.file
- org.apache.gravitino.dto.job - package org.apache.gravitino.dto.job
- org.apache.gravitino.dto.messaging - package org.apache.gravitino.dto.messaging
- org.apache.gravitino.dto.model - package org.apache.gravitino.dto.model
- org.apache.gravitino.dto.policy - package org.apache.gravitino.dto.policy
- org.apache.gravitino.dto.rel - package org.apache.gravitino.dto.rel
- org.apache.gravitino.dto.rel.expressions - package org.apache.gravitino.dto.rel.expressions
- org.apache.gravitino.dto.rel.indexes - package org.apache.gravitino.dto.rel.indexes
- org.apache.gravitino.dto.rel.partitioning - package org.apache.gravitino.dto.rel.partitioning
- org.apache.gravitino.dto.rel.partitions - package org.apache.gravitino.dto.rel.partitions
- org.apache.gravitino.dto.requests - package org.apache.gravitino.dto.requests
- org.apache.gravitino.dto.responses - package org.apache.gravitino.dto.responses
- org.apache.gravitino.dto.stats - package org.apache.gravitino.dto.stats
- org.apache.gravitino.dto.tag - package org.apache.gravitino.dto.tag
- org.apache.gravitino.dto.util - package org.apache.gravitino.dto.util
- org.apache.gravitino.exceptions - package org.apache.gravitino.exceptions
- org.apache.gravitino.file - package org.apache.gravitino.file
- org.apache.gravitino.job - package org.apache.gravitino.job
- org.apache.gravitino.json - package org.apache.gravitino.json
- org.apache.gravitino.messaging - package org.apache.gravitino.messaging
- org.apache.gravitino.model - package org.apache.gravitino.model
- org.apache.gravitino.policy - package org.apache.gravitino.policy
- org.apache.gravitino.rel - package org.apache.gravitino.rel
- org.apache.gravitino.rel.expressions - package org.apache.gravitino.rel.expressions
- org.apache.gravitino.rel.expressions.distributions - package org.apache.gravitino.rel.expressions.distributions
- org.apache.gravitino.rel.expressions.literals - package org.apache.gravitino.rel.expressions.literals
- org.apache.gravitino.rel.expressions.sorts - package org.apache.gravitino.rel.expressions.sorts
- org.apache.gravitino.rel.expressions.transforms - package org.apache.gravitino.rel.expressions.transforms
- org.apache.gravitino.rel.indexes - package org.apache.gravitino.rel.indexes
- org.apache.gravitino.rel.partitions - package org.apache.gravitino.rel.partitions
- org.apache.gravitino.rel.types - package org.apache.gravitino.rel.types
- org.apache.gravitino.rest - package org.apache.gravitino.rest
- org.apache.gravitino.stats - package org.apache.gravitino.stats
- org.apache.gravitino.tag - package org.apache.gravitino.tag
- org.apache.gravitino.utils - package org.apache.gravitino.utils
- OSS_SECRET_KEY_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.OSSSecretKeyCredential
-
OSS secret key credential type.
- OSS_TOKEN_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.OSSTokenCredential
-
OSS token credential type.
- OSSSecretKeyCredential - Class in org.apache.gravitino.credential
-
OSS secret key credential.
- OSSSecretKeyCredential() - Constructor for class org.apache.gravitino.credential.OSSSecretKeyCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- OSSSecretKeyCredential(String, String) - Constructor for class org.apache.gravitino.credential.OSSSecretKeyCredential
-
Constructs an instance of
OSSSecretKeyCredential
with the static OSS access key ID and secret access key. - OSSTokenCredential - Class in org.apache.gravitino.credential
-
OSS token credential.
- OSSTokenCredential() - Constructor for class org.apache.gravitino.credential.OSSTokenCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- OSSTokenCredential(String, String, String, long) - Constructor for class org.apache.gravitino.credential.OSSTokenCredential
-
Constructs an instance of
OSSTokenCredential
with secret key and token. - OTHER - Enum constant in enum class org.apache.gravitino.Catalog.CloudName
-
Other cloud providers
- Owner - Interface in org.apache.gravitino.authorization
-
Every metadata object has an owner.
- OWNER - Static variable in class org.apache.gravitino.auth.AuthConstants
-
OWNER.
- Owner.Type - Enum Class in org.apache.gravitino.authorization
-
The type of the owner.
- OwnerDTO - Class in org.apache.gravitino.dto.authorization
-
Represents an Owner Data Transfer Object (DTO).
- OwnerDTO.Builder - Class in org.apache.gravitino.dto.authorization
-
Builder class for constructing OwnerDTO instances.
- ownerErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Owner operations.
- OwnerResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing owner information.
- OwnerResponse() - Constructor for class org.apache.gravitino.dto.responses.OwnerResponse
-
Default constructor for OwnerResponse.
- OwnerResponse(OwnerDTO) - Constructor for class org.apache.gravitino.dto.responses.OwnerResponse
-
Constructor for OwnerResponse.
- OwnerSetRequest - Class in org.apache.gravitino.dto.requests
-
Request to set the owner for a metadata object.
- OwnerSetRequest() - Constructor for class org.apache.gravitino.dto.requests.OwnerSetRequest
-
Default constructor for OwnerSetRequest.
- OwnerSetRequest(String, Owner.Type) - Constructor for class org.apache.gravitino.dto.requests.OwnerSetRequest
-
Creates a new OwnerSetRequest.
P
- parent() - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
- parent() - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO
- parent() - Method in interface org.apache.gravitino.MetadataObject
-
The parent full name of the object.
- parent() - Method in class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
- parent(MetadataObject) - Static method in class org.apache.gravitino.MetadataObjects
-
Get the parent metadata object of the given metadata object.
- parse(String) - Static method in class org.apache.gravitino.NameIdentifier
-
Create a
NameIdentifier
from the given identifier string. - parse(String, MetadataObject.Type) - Static method in class org.apache.gravitino.MetadataObjects
-
Parse the metadata object with the given full name and type.
- parse(String, MetadataObject.Type, List<Privilege>) - Static method in class org.apache.gravitino.authorization.SecurableObjects
-
Create a
SecurableObject
from the given full name. - parseResponse(int, String, ObjectMapper) - Method in class org.apache.gravitino.client.ErrorHandler
-
Parses the response and creates an ErrorResponse object based on the response code and the JSON data using the provided ObjectMapper.
- parseResponse(int, String, ObjectMapper) - Method in class org.apache.gravitino.client.ErrorHandlers.OAuthErrorHandler
-
Parses the error response from the server.
- parseVersionNumber(String) - Static method in class org.apache.gravitino.Version
-
Parse the version number from a version string
- Partition - Interface in org.apache.gravitino.rel.partitions
-
A partition represents a result of partitioning a table.
- PARTITION_NAME_FIELD - Static variable in class org.apache.gravitino.rel.expressions.NamedReference.MetadataField
-
A metadata field that represents the name of a partition in a partitioned table.
- PartitionAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a partition with specified name already exists.
- PartitionAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.PartitionAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- PartitionAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.PartitionAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- PartitionDTO - Interface in org.apache.gravitino.dto.rel.partitions
-
Represents a Partition Data Transfer Object (DTO) that implements the Partition interface.
- PartitionDTO.Type - Enum Class in org.apache.gravitino.dto.rel.partitions
-
Type of the partition.
- PartitionDTODeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.PartitionDTODeserializer
- PartitionDTOSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.PartitionDTOSerializer
- partitionErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Partition operations.
- partitionExists(String) - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
Check if a partition exists.
- partitioning() - Method in class org.apache.gravitino.dto.rel.TableDTO
- partitioning() - Method in interface org.apache.gravitino.rel.Table
- Partitioning - Interface in org.apache.gravitino.dto.rel.partitioning
-
A partitioning strategy is a way to divide a table into smaller, more manageable pieces.
- Partitioning - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The partitioning of the table.
- Partitioning.SingleFieldPartitioning - Class in org.apache.gravitino.dto.rel.partitioning
-
A single field partitioning strategy.
- Partitioning.Strategy - Enum Class in org.apache.gravitino.dto.rel.partitioning
-
Represents a partitioning strategy.
- PartitioningDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.PartitioningDeserializer
- PartitioningSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.PartitioningSerializer
- PartitionListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of partitions.
- PartitionListResponse() - Constructor for class org.apache.gravitino.dto.responses.PartitionListResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of PartitionListResponse.
- PartitionListResponse(PartitionDTO[]) - Constructor for class org.apache.gravitino.dto.responses.PartitionListResponse
-
Creates a new PartitionListResponse.
- partitionName() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsDropDTO
- partitionName() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsDTO
- partitionName() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsUpdateDTO
- partitionName() - Method in interface org.apache.gravitino.stats.PartitionStatistics
-
Returns the name of the partition for which these statistics are applicable.
- partitionName() - Method in interface org.apache.gravitino.stats.PartitionStatisticsDrop
-
Returns the name of the partition for which these statistics are applicable.
- partitionName() - Method in interface org.apache.gravitino.stats.PartitionStatisticsUpdate
-
Returns the name of the partition for which these statistics are applicable.
- PartitionNameListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of partition names.
- PartitionNameListResponse() - Constructor for class org.apache.gravitino.dto.responses.PartitionNameListResponse
-
Default constructor for PartitionNameListResponse.
- PartitionNameListResponse(String[]) - Constructor for class org.apache.gravitino.dto.responses.PartitionNameListResponse
-
Constructor for PartitionNameListResponse.
- partitionNames() - Method in class org.apache.gravitino.dto.responses.PartitionNameListResponse
- PartitionRange - Class in org.apache.gravitino.stats
-
PartitionRange represents a range of partitions defined by lower and upper partition names.
- PartitionRange.BoundType - Enum Class in org.apache.gravitino.stats
-
Enum representing the type of bounds for a partition range.
- PartitionResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a partition.
- PartitionResponse() - Constructor for class org.apache.gravitino.dto.responses.PartitionResponse
-
This is the constructor that is used by Jackson deserializer
- PartitionResponse(PartitionDTO) - Constructor for class org.apache.gravitino.dto.responses.PartitionResponse
-
Creates a new PartitionResponse.
- Partitions - Class in org.apache.gravitino.rel.partitions
-
The helper class for partition expressions.
- PartitionStatistics - Interface in org.apache.gravitino.stats
-
PartitionStatistics represents statistics for a specific partition in a data source.
- PartitionStatisticsDrop - Interface in org.apache.gravitino.stats
-
PartitionDropStatistics represents the statistics related to dropping partitions in a data source.
- PartitionStatisticsDropDTO - Class in org.apache.gravitino.dto.stats
-
PartitionStatisticsDropDTO is a Data Transfer Object (DTO) that represents the request to drop statistics for a specific partition in a data source.
- PartitionStatisticsDropDTO() - Constructor for class org.apache.gravitino.dto.stats.PartitionStatisticsDropDTO
-
Default constructor for Jackson.
- PartitionStatisticsDropRequest - Class in org.apache.gravitino.dto.requests
-
Request to drop partition statistics.
- PartitionStatisticsDropRequest() - Constructor for class org.apache.gravitino.dto.requests.PartitionStatisticsDropRequest
-
This is the constructor that is used by Jackson deserializer
- PartitionStatisticsDropRequest(List<PartitionStatisticsDropDTO>) - Constructor for class org.apache.gravitino.dto.requests.PartitionStatisticsDropRequest
-
Creates a new PartitionStatsDropRequest.
- PartitionStatisticsDTO - Class in org.apache.gravitino.dto.stats
-
PartitionStatisticsDTO is a Data Transfer Object (DTO) that represents the statistics for a specific partition in a data source.
- PartitionStatisticsDTO() - Constructor for class org.apache.gravitino.dto.stats.PartitionStatisticsDTO
-
Default constructor for Jackson.
- PartitionStatisticsListResponse - Class in org.apache.gravitino.dto.responses
-
PartitionStatisticsListResponse is a response object that contains an array of PartitionStatisticsDTO.
- PartitionStatisticsListResponse() - Constructor for class org.apache.gravitino.dto.responses.PartitionStatisticsListResponse
-
This is the constructor that is used by Jackson deserializer
- PartitionStatisticsListResponse(PartitionStatisticsDTO[]) - Constructor for class org.apache.gravitino.dto.responses.PartitionStatisticsListResponse
-
Creates a new PartitionStatsListResponse.
- PartitionStatisticsModification - Class in org.apache.gravitino.stats
-
PartitionStatisticsModification provides methods to create instances of PartitionStatisticsDrop and PartitionStatisticsUpdate, which are used to manage statistics related to partitions in a data source.
- PartitionStatisticsModification() - Constructor for class org.apache.gravitino.stats.PartitionStatisticsModification
- PartitionStatisticsUpdate - Interface in org.apache.gravitino.stats
-
PartitionUpdateStatistics represents the statistics for a specific partition that can be updated.
- PartitionStatisticsUpdateDTO - Class in org.apache.gravitino.dto.stats
-
PartitionStatisticsUpdateDTO is a Data Transfer Object (DTO) that represents the request to update statistics for a specific partition in a data source.
- PartitionStatisticsUpdateDTO() - Constructor for class org.apache.gravitino.dto.stats.PartitionStatisticsUpdateDTO
-
Default constructor for Jackson.
- PartitionStatisticsUpdateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update partition statistics.
- PartitionStatisticsUpdateRequest() - Constructor for class org.apache.gravitino.dto.requests.PartitionStatisticsUpdateRequest
-
Default constructor for PartitionStatsUpdateRequest.
- PartitionStatisticsUpdateRequest(List<PartitionStatisticsUpdateDTO>) - Constructor for class org.apache.gravitino.dto.requests.PartitionStatisticsUpdateRequest
-
Creates a new PartitionStatsUpdateRequest.
- PartitionUtils - Class in org.apache.gravitino.dto.rel
-
Utility class for partitioning validation.
- patch(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP PATCH request to the specified path with the provided request body and processes the response with support for response headers.
- patch(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a PATCH request on the specified path with given information.
- path() - Method in class org.apache.gravitino.dto.file.FileInfoDTO
- path() - Method in interface org.apache.gravitino.file.FileInfo
- path(String) - Method in class org.apache.gravitino.dto.file.FileInfoDTO.FileInfoDTOBuilder
-
Set the path of the FileInfo.
- PathBasedCredentialContext - Class in org.apache.gravitino.credential
-
LocationContext is generated when user requesting resources associated with storage location like table, fileset, etc.
- PathBasedCredentialContext(String, Set<String>, Set<String>) - Constructor for class org.apache.gravitino.credential.PathBasedCredentialContext
-
Constructor for PathBasedCredentialContext.
- permissionOperationErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to permission operations.
- PoliciesAssociateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to associate policies.
- PoliciesAssociateRequest(String[], String[]) - Constructor for class org.apache.gravitino.dto.requests.PoliciesAssociateRequest
-
Creates a new PoliciesAssociateRequest.
- Policy - Interface in org.apache.gravitino.policy
-
The interface of the policy.
- Policy.AssociatedObjects - Interface in org.apache.gravitino.policy
-
The interface of the associated objects of the policy.
- Policy.BuiltInType - Enum Class in org.apache.gravitino.policy
-
The built-in policy types.
- PolicyAlreadyAssociatedException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a policy with specified name is already associated with a metadata object.
- PolicyAlreadyAssociatedException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.PolicyAlreadyAssociatedException
-
Constructs a new exception with the specified detail message.
- PolicyAlreadyAssociatedException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.PolicyAlreadyAssociatedException
-
Constructs a new exception with the specified detail message and cause.
- PolicyAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a policy with specified name already exists.
- PolicyAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.PolicyAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- PolicyAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.PolicyAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- policyChange() - Method in interface org.apache.gravitino.dto.requests.PolicyUpdateRequest
-
Returns the policy change.
- policyChange() - Method in class org.apache.gravitino.dto.requests.PolicyUpdateRequest.RenamePolicyRequest
- policyChange() - Method in class org.apache.gravitino.dto.requests.PolicyUpdateRequest.UpdatePolicyCommentRequest
- policyChange() - Method in class org.apache.gravitino.dto.requests.PolicyUpdateRequest.UpdatePolicyContentRequest
- PolicyChange - Interface in org.apache.gravitino.policy
-
Interface for supporting policy changes.
- PolicyChange.RenamePolicy - Class in org.apache.gravitino.policy
-
A policy change to rename the policy.
- PolicyChange.UpdateContent - Class in org.apache.gravitino.policy
-
A policy change to update the content of the policy.
- PolicyChange.UpdatePolicyComment - Class in org.apache.gravitino.policy
-
Creates a new policy change to update the comment of the policy.
- PolicyContent - Interface in org.apache.gravitino.policy
-
The interface of the content of the policy.
- PolicyContentDTO - Interface in org.apache.gravitino.dto.policy
-
Represents a Policy Content Data Transfer Object (DTO).
- PolicyContentDTO.CustomContentDTO - Class in org.apache.gravitino.dto.policy
-
Represents a custom policy content DTO.
- PolicyContents - Class in org.apache.gravitino.policy
-
Utility class for creating instances of
PolicyContent
. - PolicyContents.CustomContent - Class in org.apache.gravitino.policy
-
A custom content implementation of
PolicyContent
that holds custom rules and properties. - PolicyCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a policy.
- PolicyCreateRequest(String, String, String, boolean, PolicyContentDTO) - Constructor for class org.apache.gravitino.dto.requests.PolicyCreateRequest
-
Creates a new PolicyCreateRequest.
- PolicyDTO - Class in org.apache.gravitino.dto.policy
-
Represents a Policy Data Transfer Object (DTO).
- PolicyDTO.Builder - Class in org.apache.gravitino.dto.policy
-
Builder class for constructing PolicyDTO instances.
- policyErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to policy operations.
- PolicyListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of policies.
- PolicyListResponse() - Constructor for class org.apache.gravitino.dto.responses.PolicyListResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of PolicyListResponse.
- PolicyListResponse(PolicyDTO[]) - Constructor for class org.apache.gravitino.dto.responses.PolicyListResponse
-
Creates a new PolicyListResponse.
- PolicyOperations - Interface in org.apache.gravitino.policy
-
The interface of the policy operations.
- PolicyResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a policy.
- PolicyResponse(PolicyDTO) - Constructor for class org.apache.gravitino.dto.responses.PolicyResponse
-
Creates a new PolicyResponse.
- PolicySetRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a policy in use.
- PolicySetRequest() - Constructor for class org.apache.gravitino.dto.requests.PolicySetRequest
-
Default constructor for PolicySetRequest.
- PolicySetRequest(boolean) - Constructor for class org.apache.gravitino.dto.requests.PolicySetRequest
-
Constructor for PolicySetRequest.
- policyType() - Method in class org.apache.gravitino.dto.policy.PolicyDTO
- policyType() - Method in enum class org.apache.gravitino.policy.Policy.BuiltInType
-
Get the policy type string.
- policyType() - Method in interface org.apache.gravitino.policy.Policy
-
Get the type of the policy.
- PolicyUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents a request to update a policy.
- PolicyUpdateRequest.RenamePolicyRequest - Class in org.apache.gravitino.dto.requests
-
The policy update request for renaming a policy.
- PolicyUpdateRequest.UpdatePolicyCommentRequest - Class in org.apache.gravitino.dto.requests
-
The policy update request for updating a policy comment.
- PolicyUpdateRequest.UpdatePolicyContentRequest - Class in org.apache.gravitino.dto.requests
-
The policy update request for updating a policy content.
- PolicyUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a policy.
- PolicyUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.PolicyUpdatesRequest
-
This is the constructor that is used by Jackson deserializer
- PolicyUpdatesRequest(List<PolicyUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.PolicyUpdatesRequest
-
Creates a new PolicyUpdatesRequest.
- POSITIVE_NUMBER_ERROR_MSG - Static variable in class org.apache.gravitino.client.GravitinoClientConfiguration
-
The value of messages used to indicate that the configuration should be a positive number.
- POSITIVE_NUMBER_ERROR_MSG - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The value of messages used to indicate that the configuration should be a positive number.
- post(String, RESTRequest, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a POST request on the specified path with given information.
- post(String, RESTRequest, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>, Consumer<Map<String, String>>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a POST request on the specified path with a given information.
- post(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP POST request to the specified path with the provided request body and processes the response.
- post(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a POST request on the specified path with given information.
- post(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>, Consumer<Map<String, String>>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP POST request to the specified path with the provided request body and processes the response with support for response headers.
- post(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>, Consumer<Map<String, String>>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a POST request on the specified path with a given information.
- postForm(String, Map<String, String>, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a POST request with form data on the specified path with the given information.
- postForm(String, Map<String, String>, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP POST request with form data to the specified path and processes the response.
- postForm(String, Map<String, String>, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a POST request with form data on the specified path with the given information.
- precision() - Method in class org.apache.gravitino.rel.types.Decimal
- precision() - Method in class org.apache.gravitino.rel.types.Types.DecimalType
- precision() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- precision() - Method in class org.apache.gravitino.rel.types.Types.TimeType
- primary(String, String[][]) - Static method in class org.apache.gravitino.rel.indexes.Indexes
-
Create a primary index on columns.
- PRIMARY_KEY - Enum constant in enum class org.apache.gravitino.rel.indexes.Index.IndexType
-
PRIMARY KEY index in a relational database is a field or a combination of fields that uniquely identifies each record in a table.
- PrimitiveType() - Constructor for class org.apache.gravitino.rel.types.Type.PrimitiveType
- Privilege - Interface in org.apache.gravitino.authorization
-
The interface of a privilege.
- Privilege.Condition - Enum Class in org.apache.gravitino.authorization
-
The condition of this privilege.
- Privilege.Name - Enum Class in org.apache.gravitino.authorization
-
The name of this privilege.
- PrivilegeDTO - Class in org.apache.gravitino.dto.authorization
-
Data transfer object representing a privilege.
- PrivilegeDTO() - Constructor for class org.apache.gravitino.dto.authorization.PrivilegeDTO
-
Default constructor for Jackson deserialization.
- PrivilegeDTO(Privilege.Name, Privilege.Condition) - Constructor for class org.apache.gravitino.dto.authorization.PrivilegeDTO
-
Creates a new instance of PrivilegeDTO.
- PrivilegeDTO.Builder - Class in org.apache.gravitino.dto.authorization
-
Builder for
PrivilegeDTO
. - PrivilegeGrantRequest - Class in org.apache.gravitino.dto.requests
-
Request to grant a privilege to a role.
- PrivilegeGrantRequest() - Constructor for class org.apache.gravitino.dto.requests.PrivilegeGrantRequest
-
Default constructor for PrivilegeGrantRequest.
- PrivilegeGrantRequest(List<PrivilegeDTO>) - Constructor for class org.apache.gravitino.dto.requests.PrivilegeGrantRequest
-
Constructor for privilegeGrantRequest.
- PrivilegeRevokeRequest - Class in org.apache.gravitino.dto.requests
-
Request to revoke a privilege from a role.
- PrivilegeRevokeRequest() - Constructor for class org.apache.gravitino.dto.requests.PrivilegeRevokeRequest
-
Default constructor for PrivilegeRevokeRequest.
- PrivilegeRevokeRequest(List<PrivilegeDTO>) - Constructor for class org.apache.gravitino.dto.requests.PrivilegeRevokeRequest
-
Constructor for privilegeRevokeRequest.
- privileges() - Method in interface org.apache.gravitino.authorization.SecurableObject
-
The privileges of the securable object.
- privileges() - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
- Privileges - Class in org.apache.gravitino.authorization
-
The helper class for
Privilege
. - Privileges() - Constructor for class org.apache.gravitino.authorization.Privileges
- Privileges.ConsumeTopic - Class in org.apache.gravitino.authorization
-
The privilege to consume from a topic.
- Privileges.CreateCatalog - Class in org.apache.gravitino.authorization
-
The privilege to create a catalog.
- Privileges.CreateFileset - Class in org.apache.gravitino.authorization
-
The privilege to create a fileset.
- Privileges.CreateModel - Class in org.apache.gravitino.authorization
-
The privilege to create a model
- Privileges.CreateModelVersion - Class in org.apache.gravitino.authorization
-
The privilege to create a model version
- Privileges.CreateRole - Class in org.apache.gravitino.authorization
-
The privilege to create a role.
- Privileges.CreateSchema - Class in org.apache.gravitino.authorization
-
The privilege to create a schema.
- Privileges.CreateTable - Class in org.apache.gravitino.authorization
-
The privilege to create a table.
- Privileges.CreateTopic - Class in org.apache.gravitino.authorization
-
The privilege to create a topic.
- Privileges.GenericPrivilege<T extends Privileges.GenericPrivilege<T>> - Class in org.apache.gravitino.authorization
-
Abstract class representing a generic privilege.
- Privileges.ManageGrants - Class in org.apache.gravitino.authorization
-
The privilege to grant or revoke a role for the user or the group.
- Privileges.ManageGroups - Class in org.apache.gravitino.authorization
-
The privilege to manage groups.
- Privileges.ManageUsers - Class in org.apache.gravitino.authorization
-
The privilege to manage users.
- Privileges.ModifyTable - Class in org.apache.gravitino.authorization
-
The privilege to write data to a table or modify the table schema.
- Privileges.ProduceTopic - Class in org.apache.gravitino.authorization
-
The privilege to produce to a topic.
- Privileges.ReadFileset - Class in org.apache.gravitino.authorization
-
The privilege to read a fileset.
- Privileges.SelectTable - Class in org.apache.gravitino.authorization
-
The privilege to select data from a table.
- Privileges.UseCatalog - Class in org.apache.gravitino.authorization
-
The privilege to use a catalog.
- Privileges.UseModel - Class in org.apache.gravitino.authorization
-
The privilege to view the metadata of the model and download all the model versions
- Privileges.UseSchema - Class in org.apache.gravitino.authorization
-
The privilege to use a schema.
- Privileges.WriteFileset - Class in org.apache.gravitino.authorization
-
The privilege to write a fileset.
- PRODUCE_TOPIC - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to produce to a topic.
- properties - Variable in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
A map of properties (key-value pairs) used to configure the Gravitino client.
- properties - Variable in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
The properties of the role.
- properties - Variable in class org.apache.gravitino.dto.CatalogDTO.Builder
-
The properties of the catalog.
- properties - Variable in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
The properties of the Metalake DTO.
- properties - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The properties associated with the table.
- properties - Variable in class org.apache.gravitino.dto.SchemaDTO.Builder
-
The properties associated with the schema.
- properties() - Method in interface org.apache.gravitino.authorization.Role
-
The properties of the role.
- properties() - Method in interface org.apache.gravitino.Catalog
-
The properties of the catalog.
- properties() - Method in class org.apache.gravitino.dto.authorization.RoleDTO
-
The properties of the role.
- properties() - Method in class org.apache.gravitino.dto.CatalogDTO
-
Get the properties of the catalog.
- properties() - Method in class org.apache.gravitino.dto.file.FilesetDTO
- properties() - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- properties() - Method in class org.apache.gravitino.dto.MetalakeDTO
- properties() - Method in class org.apache.gravitino.dto.model.ModelDTO
- properties() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO
- properties() - Method in class org.apache.gravitino.dto.policy.PolicyContentDTO.CustomContentDTO
- properties() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- properties() - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- properties() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- properties() - Method in class org.apache.gravitino.dto.rel.TableDTO
- properties() - Method in class org.apache.gravitino.dto.SchemaDTO
- properties() - Method in class org.apache.gravitino.dto.tag.TagDTO
- properties() - Method in interface org.apache.gravitino.file.Fileset
- properties() - Method in interface org.apache.gravitino.messaging.Topic
- properties() - Method in interface org.apache.gravitino.Metalake
-
The properties of the metalake.
- properties() - Method in interface org.apache.gravitino.model.Model
-
The properties of the model object.
- properties() - Method in interface org.apache.gravitino.model.ModelVersion
-
The properties of the model version.
- properties() - Method in interface org.apache.gravitino.policy.PolicyContent
- properties() - Method in class org.apache.gravitino.policy.PolicyContents.CustomContent
- properties() - Method in interface org.apache.gravitino.rel.partitions.Partition
- properties() - Method in interface org.apache.gravitino.rel.Table
- properties() - Method in interface org.apache.gravitino.Schema
- properties() - Method in interface org.apache.gravitino.tag.Tag
- properties(Map<String, String>) - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Set the properties of the fileset.
- property() - Method in class org.apache.gravitino.model.ModelChange.RemoveProperty
-
Retrieves the name of the property to be removed from the model.
- property() - Method in class org.apache.gravitino.model.ModelChange.SetProperty
-
Retrieves the name of the property to be set.
- property() - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveProperty
-
Returns the name of the property to be removed.
- property() - Method in class org.apache.gravitino.model.ModelVersionChange.SetProperty
-
Returns the name of the property to be set.
- PROPERTY_CATALOG_PLACEHOLDER - Static variable in interface org.apache.gravitino.file.Fileset
-
The reserved property name for the catalog name placeholder, when creating a fileset, all placeholders as {{catalog}} will be replaced by the catalog name
- PROPERTY_COLOR - Static variable in interface org.apache.gravitino.tag.Tag
-
A reserved property to specify the color of the tag.
- PROPERTY_DEFAULT_LOCATION_NAME - Static variable in interface org.apache.gravitino.file.Fileset
-
The property name for the default location name of the fileset.
- PROPERTY_DEFAULT_URI_NAME - Static variable in interface org.apache.gravitino.model.ModelVersion
-
The property name for the default uri name of the model version.
- PROPERTY_FILESET_PLACEHOLDER - Static variable in interface org.apache.gravitino.file.Fileset
-
The reserved property name for the fileset name placeholder, when creating a fileset, all placeholders as {{fileset}} will be replaced by the fileset name
- PROPERTY_IN_USE - Static variable in interface org.apache.gravitino.Catalog
-
The property indicates the catalog is in use.
- PROPERTY_IN_USE - Static variable in interface org.apache.gravitino.Metalake
-
The property indicating the metalake is in use.
- PROPERTY_LOCATION_PLACEHOLDER_PREFIX - Static variable in interface org.apache.gravitino.file.Fileset
-
The prefix of fileset placeholder property
- PROPERTY_MULTIPLE_LOCATIONS_PREFIX - Static variable in interface org.apache.gravitino.file.Fileset
-
The prefix of the location name in the property at the catalog/schema level.
- PROPERTY_PACKAGE - Static variable in interface org.apache.gravitino.Catalog
-
A reserved property to specify the package location of the catalog.
- PROPERTY_SCHEMA_PLACEHOLDER - Static variable in interface org.apache.gravitino.file.Fileset
-
The reserved property name for the schema name placeholder, when creating a fileset, all placeholders as {{schema}} will be replaced by the schema name
- propertyAsInt(Map<String, String>, String, int) - Static method in class org.apache.gravitino.utils.MapUtils
-
Extract an integer value from the properties map with provided key.
- propertyAsLong(Map<String, String>, String, long) - Static method in class org.apache.gravitino.utils.MapUtils
-
Extract a long value from the properties map with provided key.
- provider - Variable in class org.apache.gravitino.dto.CatalogDTO.Builder
-
The provider of the catalog.
- provider() - Method in interface org.apache.gravitino.Catalog
- provider() - Method in class org.apache.gravitino.dto.CatalogDTO
-
Get the provider of the catalog.
- purgePartition(String) - Method in interface org.apache.gravitino.rel.SupportsPartitions
-
If the table supports purging, drop a partition with specified name and completely remove partition data by skipping a trash.
- purgeTable(NameIdentifier) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Drop a table from the catalog and completely remove its data.
- put(String, RESTRequest, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a PUT request on the specified path with given information.
- put(String, RESTRequest, Class<T>, Supplier<Map<String, String>>, Consumer<ErrorResponse>, Consumer<Map<String, String>>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a PUT request on the specified path with given information.
- put(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP PUT request to the specified path with the provided request body and processes the response.
- put(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a PUT request on the specified path with given information.
- put(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>, Consumer<Map<String, String>>) - Method in class org.apache.gravitino.client.HTTPClient
-
Sends an HTTP PUT request to the specified path with the provided request body and processes the response with support for response headers.
- put(String, RESTRequest, Class<T>, Map<String, String>, Consumer<ErrorResponse>, Consumer<Map<String, String>>) - Method in interface org.apache.gravitino.client.RESTClient
-
Perform a PUT request on the specified path with a request body, response type, headers, and error handling.
- PYTHON_GVFS - Enum constant in enum class org.apache.gravitino.audit.InternalClientType
-
The client type is `gravitino.filesystem.gvfs.GravitinoVirtualFileSystem` which in the client-python module.
Q
- QUEUED - Enum constant in enum class org.apache.gravitino.job.JobHandle.Status
-
The job is in the queue and waiting to be executed.
R
- RandomNameUtils - Class in org.apache.gravitino.utils
-
Tools to generate random values.
- range(String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the range of the input value.
- range(String[], RangePartition[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the range of the input value with preassigned range partitions.
- range(String, Literal<?>, Literal<?>, Map<String, String>) - Static method in class org.apache.gravitino.rel.partitions.Partitions
-
Creates a range partition.
- RANGE - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The range partitioning strategy.
- RANGE - Enum constant in enum class org.apache.gravitino.dto.rel.partitions.PartitionDTO.Type
-
The range partition type.
- RANGE - Enum constant in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
Uses the range of the expression specified to distribute data.
- RANGE - Static variable in class org.apache.gravitino.rel.expressions.distributions.Distributions
-
List bucketing strategy range, TODO: #1505 Separate the bucket number from the Distribution.
- RangePartition - Interface in org.apache.gravitino.rel.partitions
-
A range partition represents a result of range partitioning.
- RangePartitionDTO - Class in org.apache.gravitino.dto.rel.partitions
-
Data transfer object representing a range partition.
- RangePartitionDTO.Builder - Class in org.apache.gravitino.dto.rel.partitions
-
Builder for
RangePartitionDTO
. - RangePartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Represents the range partitioning.
- READ_FILESET - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to read a fileset.
- readFrom(Map<String, String>) - Method in class org.apache.gravitino.config.ConfigEntry
-
Reads the configuration value.
- references() - Method in interface org.apache.gravitino.rel.expressions.Expression
- references() - Method in interface org.apache.gravitino.rel.expressions.NamedReference
- references() - Method in class org.apache.gravitino.rel.expressions.transforms.Transform.SingleFieldTransform
- registerJobTemplate(JobTemplate) - Method in class org.apache.gravitino.client.GravitinoClient
- registerJobTemplate(JobTemplate) - Method in class org.apache.gravitino.client.GravitinoMetalake
- registerJobTemplate(JobTemplate) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Register a job template with the specified job template to Gravitino.
- registerModel(NameIdentifier, String, Map<String, String>) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Register a model in the catalog if the model is not existed, otherwise the
ModelAlreadyExistsException
will be thrown. - registerModel(NameIdentifier, Map<String, String>, String[], String, Map<String, String>) - Method in interface org.apache.gravitino.model.ModelCatalog
-
Register a model in the catalog if the model is not existed, otherwise the
ModelAlreadyExistsException
will be thrown. - RELATIONAL - Enum constant in enum class org.apache.gravitino.Catalog.Type
-
Catalog Type for Relational Data Structure, like db.table, catalog.db.table.
- remove() - Static method in class org.apache.gravitino.audit.CallerContext.CallerContextHolder
-
Remove the CallerContext from the thread local.
- remove(MetadataObject, List<String>) - Static method in interface org.apache.gravitino.authorization.MetadataObjectChange
-
Remove a metadata entity MetadataObjectChange.
- RemoveCatalogPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RemoveCatalogPropertyRequest
-
Default constructor for RemoveCatalogPropertyRequest.
- RemoveCatalogPropertyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RemoveCatalogPropertyRequest
-
Constructor for RemoveCatalogPropertyRequest.
- removeComment() - Static method in interface org.apache.gravitino.file.FilesetChange
-
Deprecated.Use
FilesetChange.updateComment(String)
with null value as the argument instead. - RemoveComment() - Constructor for class org.apache.gravitino.file.FilesetChange.RemoveComment
- removed() - Method in class org.apache.gravitino.dto.responses.RemoveResponse
-
Returns whether the remove operation was successful.
- RemoveFilesetCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RemoveFilesetCommentRequest
- RemoveFilesetPropertiesRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RemoveFilesetPropertiesRequest
- removeGroup(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Removes a Group.
- removeGroup(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Removes a Group.
- RemoveMetalakePropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RemoveMetalakePropertyRequest
-
Default constructor for RemoveMetalakePropertyRequest.
- RemoveMetalakePropertyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RemoveMetalakePropertyRequest
-
Constructor for RemoveMetalakePropertyRequest.
- RemoveModelPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelUpdateRequest.RemoveModelPropertyRequest
- RemoveModelVersionPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.RemoveModelVersionPropertyRequest
- RemoveModelVersionUriRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.RemoveModelVersionUriRequest
- removeProperty(String) - Static method in interface org.apache.gravitino.CatalogChange
-
Creates a new catalog change to remove a property from the catalog.
- removeProperty(String) - Static method in interface org.apache.gravitino.file.FilesetChange
-
Creates a new fileset change to remove a property from the fileset.
- removeProperty(String) - Static method in interface org.apache.gravitino.messaging.TopicChange
-
Creates a new topic change to remove a property from the topic.
- removeProperty(String) - Static method in interface org.apache.gravitino.MetalakeChange
-
Creates a new metalake change to remove a property from the metalake.
- removeProperty(String) - Static method in interface org.apache.gravitino.model.ModelChange
-
Create a ModelChange for removing a property from a model.
- removeProperty(String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for removing a property from a model version.
- removeProperty(String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for removing a table property.
- removeProperty(String) - Static method in interface org.apache.gravitino.SchemaChange
-
SchemaChange class to remove a property from the schema.
- removeProperty(String) - Static method in interface org.apache.gravitino.tag.TagChange
-
Creates a new tag change to remove a property from the tag.
- RemoveProperty(String) - Constructor for class org.apache.gravitino.model.ModelChange.RemoveProperty
-
Constructs a new
ModelChange.RemoveProperty
instance with the specified property name. - RemoveProperty(String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.RemoveProperty
-
Creates a new
ModelVersionChange.RemoveProperty
instance with the specified property name. - RemoveResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a remove operation.
- RemoveResponse() - Constructor for class org.apache.gravitino.dto.responses.RemoveResponse
-
Default constructor for RemoveResponse (used by Jackson deserializer).
- RemoveResponse(boolean) - Constructor for class org.apache.gravitino.dto.responses.RemoveResponse
-
Constructor for RemoveResponse.
- RemoveSchemaPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.SchemaUpdateRequest.RemoveSchemaPropertyRequest
-
Default constructor for Jackson deserialization.
- RemoveSchemaPropertyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.SchemaUpdateRequest.RemoveSchemaPropertyRequest
-
Creates a new RemoveSchemaPropertyRequest.
- removeSecurableObject(String, SecurableObject) - Static method in interface org.apache.gravitino.authorization.RoleChange
-
Create a RoleChange to remove a securable object from a role.
- RemoveTablePropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.RemoveTablePropertyRequest
-
Default constructor for Jackson deserialization.
- RemoveTablePropertyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.RemoveTablePropertyRequest
-
Constructor for RemoveTablePropertyRequest.
- RemoveTagPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.RemoveTagPropertyRequest
-
This is the constructor that is used by Jackson deserializer
- RemoveTagPropertyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.RemoveTagPropertyRequest
-
Creates a new RemoveTagPropertyRequest.
- RemoveTopicPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.TopicUpdateRequest.RemoveTopicPropertyRequest
-
Default constructor for Jackson deserialization.
- RemoveTopicPropertyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TopicUpdateRequest.RemoveTopicPropertyRequest
-
Constructor for RemoveTopicPropertyRequest.
- removeUri(String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for removing the uri of a model version.
- RemoveUri(String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.RemoveUri
-
Creates a new
ModelVersionChange.RemoveUri
instance with the specified uri name. - removeUser(String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Removes a User.
- removeUser(String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Removes a User.
- rename(String) - Static method in interface org.apache.gravitino.CatalogChange
-
Creates a new catalog change to rename the catalog.
- rename(String) - Static method in interface org.apache.gravitino.file.FilesetChange
-
Creates a new fileset change to rename the fileset.
- rename(String) - Static method in interface org.apache.gravitino.MetalakeChange
-
Creates a new metalake change to rename the metalake.
- rename(String) - Static method in interface org.apache.gravitino.model.ModelChange
-
Create a ModelChange for renaming a model.
- rename(String) - Static method in interface org.apache.gravitino.policy.PolicyChange
-
Creates a new policy change to rename the policy.
- rename(String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for renaming a table.
- rename(String) - Static method in interface org.apache.gravitino.tag.TagChange
-
Creates a new tag change to rename the tag.
- rename(MetadataObject, MetadataObject, List<String>) - Static method in interface org.apache.gravitino.authorization.MetadataObjectChange
-
Rename a metadata entity MetadataObjectChange.
- RENAME - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Renames a file or a directory.
- RenameCatalogRequest() - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RenameCatalogRequest
-
Default constructor for RenameCatalogRequest.
- RenameCatalogRequest(String) - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RenameCatalogRequest
-
Constructor for RenameCatalogRequest.
- renameColumn(String[], String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for renaming a field.
- RenameFilesetRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RenameFilesetRequest
- RenameMetalakeRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RenameMetalakeRequest
-
Default constructor for RenameMetalakeRequest.
- RenameMetalakeRequest(String) - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RenameMetalakeRequest
-
Constructor for RenameMetalakeRequest.
- RenameModel(String) - Constructor for class org.apache.gravitino.model.ModelChange.RenameModel
-
Constructs a new
ModelChange.RenameModel
instance with the specified new name. - RenameModelRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelUpdateRequest.RenameModelRequest
-
Default constructor for Jackson deserialization.
- RenameModelRequest(String) - Constructor for class org.apache.gravitino.dto.requests.ModelUpdateRequest.RenameModelRequest
-
Constructor for RenameModelRequest.
- RenamePolicyRequest(String) - Constructor for class org.apache.gravitino.dto.requests.PolicyUpdateRequest.RenamePolicyRequest
-
Creates a new RenamePolicyRequest.
- RenameTableColumnRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableColumnRequest
-
Default constructor for Jackson deserialization.
- RenameTableColumnRequest(String[], String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableColumnRequest
-
Constructor for RenameTableColumnRequest.
- RenameTableRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableRequest
-
Default constructor for Jackson deserialization.
- RenameTableRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableRequest
-
Constructor for RenameTableRequest.
- RenameTagRequest() - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.RenameTagRequest
-
This is the constructor that is used by Jackson deserializer
- RenameTagRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.RenameTagRequest
-
Creates a new RenameTagRequest.
- reserved() - Method in class org.apache.gravitino.dto.stats.StatisticDTO
- reserved() - Method in interface org.apache.gravitino.stats.Statistic
-
The statistic is predefined by Gravitino if the value is true.
- REST_ERROR_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for REST responses error.
- restClient - Variable in class org.apache.gravitino.client.GravitinoClientBase
-
The REST client to communicate with the REST server
- RESTClient - Interface in org.apache.gravitino.client
-
Interface for a basic HTTP Client for interfacing with the REST catalog.
- restError(String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Creates a new rest error instance of
ErrorResponse
. - restErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates a generic error handler for REST requests.
- RESTException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a REST request fails.
- RESTException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.RESTException
-
Constructs a new exception with the specified detail message.
- RESTException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.RESTException
-
Constructs a new exception with the specified detail message and cause.
- RESTMessage - Interface in org.apache.gravitino.rest
-
Interface for REST messages.
- RESTRequest - Interface in org.apache.gravitino.rest
-
Interface to mark a REST request.
- RESTResponse - Interface in org.apache.gravitino.rest
-
Interface to mark a REST response
- RESTUtils - Class in org.apache.gravitino.rest
-
Referred from Apache Iceberg's RESTUtil implementation core/src/main/java/org/apache/iceberg/rest/RESTUtil.java
- revokePrivilegesFromRole(String, MetadataObject, List<Privilege>) - Method in class org.apache.gravitino.client.GravitinoClient
-
Deprecated.
- revokePrivilegesFromRole(String, MetadataObject, List<Privilege>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Deprecated.
- revokePrivilegesFromRole(String, MetadataObject, Set<Privilege>) - Method in class org.apache.gravitino.client.GravitinoClient
-
Revoke privileges from a role.
- revokePrivilegesFromRole(String, MetadataObject, Set<Privilege>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Revoke privileges from a role.
- revokeRolesFromGroup(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Revoke roles from a group.
- revokeRolesFromGroup(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Revoke roles from a group.
- revokeRolesFromUser(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoClient
-
Revoke roles from a user.
- revokeRolesFromUser(List<String>, String) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Revoke roles from a user.
- Role - Interface in org.apache.gravitino.authorization
-
The interface of a role.
- ROLE - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A role is an object contains specific securable objects with privileges
- RoleAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a role with specified name already exists.
- RoleAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.RoleAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- RoleAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.RoleAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- RoleChange - Interface in org.apache.gravitino.authorization
-
The RoleChange interface defines the public API for managing roles in an authorization.
- RoleChange.AddSecurableObject - Class in org.apache.gravitino.authorization
-
A AddSecurableObject to add a securable object to a role.
- RoleChange.RemoveSecurableObject - Class in org.apache.gravitino.authorization
-
A RemoveSecurableObject to remove a securable object from a role.
- RoleChange.UpdateSecurableObject - Class in org.apache.gravitino.authorization
-
A UpdateSecurableObject is to update securable object's privilege from a role.
- RoleCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a role.
- RoleCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.RoleCreateRequest
-
Default constructor for RoleCreateRequest.
- RoleCreateRequest(String, Map<String, String>, SecurableObjectDTO[]) - Constructor for class org.apache.gravitino.dto.requests.RoleCreateRequest
-
Creates a new RoleCreateRequest.
- RoleDTO - Class in org.apache.gravitino.dto.authorization
-
Represents a Role Data Transfer Object (DTO).
- RoleDTO() - Constructor for class org.apache.gravitino.dto.authorization.RoleDTO
-
Default constructor for Jackson deserialization.
- RoleDTO(String, Map<String, String>, SecurableObjectDTO[], AuditDTO) - Constructor for class org.apache.gravitino.dto.authorization.RoleDTO
-
Creates a new instance of RoleDTO.
- RoleDTO.Builder<S extends RoleDTO.Builder> - Class in org.apache.gravitino.dto.authorization
-
Builder class for constructing a RoleDTO instance.
- roleErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Role operations.
- RoleGrantRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to grant roles to the user or the group.
- RoleGrantRequest() - Constructor for class org.apache.gravitino.dto.requests.RoleGrantRequest
-
Default constructor for RoleGrantRequest.
- RoleGrantRequest(List<String>) - Constructor for class org.apache.gravitino.dto.requests.RoleGrantRequest
-
Constructor for RoleGrantRequest.
- RoleResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a role.
- RoleResponse() - Constructor for class org.apache.gravitino.dto.responses.RoleResponse
-
Default constructor for RoleResponse.
- RoleResponse(RoleDTO) - Constructor for class org.apache.gravitino.dto.responses.RoleResponse
-
Constructor for RoleResponse.
- RoleRevokeRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to revoke roles from the user or the group.
- RoleRevokeRequest() - Constructor for class org.apache.gravitino.dto.requests.RoleRevokeRequest
-
Default constructor for RoleRevokeRequest.
- RoleRevokeRequest(List<String>) - Constructor for class org.apache.gravitino.dto.requests.RoleRevokeRequest
-
Constructor for RoleRevokeRequest.
- roles - Variable in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
The roles of the group.
- roles - Variable in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
The roles of the user.
- roles() - Method in interface org.apache.gravitino.authorization.Group
-
The roles of the group.
- roles() - Method in interface org.apache.gravitino.authorization.User
-
The roles of the user.
- roles() - Method in class org.apache.gravitino.dto.authorization.GroupDTO
-
The roles of the group.
- roles() - Method in class org.apache.gravitino.dto.authorization.UserDTO
-
The roles of the user.
- RSA - Enum constant in enum class org.apache.gravitino.auth.SignatureAlgorithmFamilyType
-
RSA family of algorithms.
- runJob(String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoClient
- runJob(String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoMetalake
- runJob(String, Map<String, String>) - Method in interface org.apache.gravitino.job.SupportsJobs
-
Run a job with the template name and configuration.
S
- S3_SECRET_KEY_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.S3SecretKeyCredential
-
S3 secret key credential type.
- S3_TOKEN_CREDENTIAL_TYPE - Static variable in class org.apache.gravitino.credential.S3TokenCredential
-
S3 token credential type.
- S3SecretKeyCredential - Class in org.apache.gravitino.credential
-
S3 secret key credential.
- S3SecretKeyCredential() - Constructor for class org.apache.gravitino.credential.S3SecretKeyCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- S3SecretKeyCredential(String, String) - Constructor for class org.apache.gravitino.credential.S3SecretKeyCredential
-
Constructs an instance of
S3SecretKeyCredential
with the static S3 access key ID and secret access key. - S3TokenCredential - Class in org.apache.gravitino.credential
-
S3 token credential.
- S3TokenCredential() - Constructor for class org.apache.gravitino.credential.S3TokenCredential
-
This is the constructor that is used by credential factory to create an instance of credential according to the credential information.
- S3TokenCredential(String, String, String, long) - Constructor for class org.apache.gravitino.credential.S3TokenCredential
-
Constructs an instance of
S3SecretKeyCredential
with session secret key and token. - sasToken() - Method in class org.apache.gravitino.credential.ADLSTokenCredential
-
Get ADLS SAS token.
- scale() - Method in class org.apache.gravitino.rel.types.Decimal
- scale() - Method in class org.apache.gravitino.rel.types.Types.DecimalType
- Schema - Interface in org.apache.gravitino
-
An interface representing a schema in the
Catalog
. - SCHEMA - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A schema is a sub collection of the catalog.
- SchemaAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when the schema already exists.
- SchemaAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.SchemaAlreadyExistsException
-
Constructs a new SchemaAlreadyExistsException.
- SchemaAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.SchemaAlreadyExistsException
-
Constructs a new SchemaAlreadyExistsException.
- schemaChange() - Method in class org.apache.gravitino.dto.requests.SchemaUpdateRequest.RemoveSchemaPropertyRequest
-
Returns the schema change.
- schemaChange() - Method in interface org.apache.gravitino.dto.requests.SchemaUpdateRequest
-
The schema change that is requested.
- schemaChange() - Method in class org.apache.gravitino.dto.requests.SchemaUpdateRequest.SetSchemaPropertyRequest
-
Returns the schema change.
- SchemaChange - Interface in org.apache.gravitino
-
NamespaceChange class to set the property and value pairs for the namespace.
- SchemaChange.RemoveProperty - Class in org.apache.gravitino
-
SchemaChange class to remove a property from the schema.
- SchemaChange.SetProperty - Class in org.apache.gravitino
-
SchemaChange class to set the property and value pairs for the schema.
- SchemaCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a schema.
- SchemaCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.SchemaCreateRequest
-
Default constructor for Jackson deserialization.
- SchemaCreateRequest(String, String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.SchemaCreateRequest
-
Creates a new SchemaCreateRequest.
- SchemaDTO - Class in org.apache.gravitino.dto
-
Represents a Schema DTO (Data Transfer Object).
- SchemaDTO.Builder<S extends SchemaDTO.Builder> - Class in org.apache.gravitino.dto
-
Builder class for constructing SchemaDTO instances.
- schemaErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Schema operations.
- schemaExists(String) - Method in interface org.apache.gravitino.SupportsSchemas
-
Check if a schema exists.
- SchemaResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a schema.
- SchemaResponse() - Constructor for class org.apache.gravitino.dto.responses.SchemaResponse
-
This is the constructor that is used by Jackson deserializer
- SchemaResponse(SchemaDTO) - Constructor for class org.apache.gravitino.dto.responses.SchemaResponse
-
Creates a new SchemaResponse.
- SchemaUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents a request to update a schema.
- SchemaUpdateRequest.RemoveSchemaPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to remove a property of a schema.
- SchemaUpdateRequest.SetSchemaPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a property of a schema.
- SchemaUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a schema.
- SchemaUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.SchemaUpdatesRequest
-
This is the constructor that is used by Jackson deserializer
- SchemaUpdatesRequest(List<SchemaUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.SchemaUpdatesRequest
-
Creates a new SchemaUpdatesRequest.
- schemeName - Variable in class org.apache.gravitino.client.CustomTokenProvider.CustomTokenProviderBuilder
-
the name of authentication scheme
- schemeName - Variable in class org.apache.gravitino.client.CustomTokenProvider
-
The name of authentication scheme.
- scripts() - Method in class org.apache.gravitino.job.ShellJobTemplate
-
Returns the list of scripts to be executed by the shell job template.
- SECRET_ACCESS_KEY - Static variable in class org.apache.gravitino.credential.AwsIrsaCredential
-
The key for AWS secret access key in credential info.
- secretAccessKey() - Method in class org.apache.gravitino.credential.AwsIrsaCredential
-
Returns the AWS secret access key.
- secretAccessKey() - Method in class org.apache.gravitino.credential.OSSSecretKeyCredential
-
Get OSS static secret access key.
- secretAccessKey() - Method in class org.apache.gravitino.credential.OSSTokenCredential
-
Get oss secret access key.
- secretAccessKey() - Method in class org.apache.gravitino.credential.S3SecretKeyCredential
-
Get S3 static secret access key.
- secretAccessKey() - Method in class org.apache.gravitino.credential.S3TokenCredential
-
Get S3 session secret access key.
- SecurableObject - Interface in org.apache.gravitino.authorization
-
The securable object is the entity which access can be granted.
- SecurableObjectDTO - Class in org.apache.gravitino.dto.authorization
-
Data transfer object representing a securable object.
- SecurableObjectDTO() - Constructor for class org.apache.gravitino.dto.authorization.SecurableObjectDTO
-
Default constructor for Jackson deserialization.
- SecurableObjectDTO.Builder - Class in org.apache.gravitino.dto.authorization
-
Builder for
SecurableObjectDTO
. - securableObjects - Variable in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
The securable objects of the role.
- securableObjects() - Method in interface org.apache.gravitino.authorization.Role
-
The securable object represents a special kind of entity with a unique identifier.
- securableObjects() - Method in class org.apache.gravitino.dto.authorization.RoleDTO
-
The resource represents a special kind of entity with a unique identifier.
- SecurableObjects - Class in org.apache.gravitino.authorization
-
The helper class for
SecurableObject
. - SecurableObjects() - Constructor for class org.apache.gravitino.authorization.SecurableObjects
- securityToken() - Method in class org.apache.gravitino.credential.OSSTokenCredential
-
Get oss security token.
- SELECT_TABLE - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to select data from a table.
- self() - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Returns the current instance of the builder.
- self() - Method in class org.apache.gravitino.job.ShellJobTemplate.Builder
- self() - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
- SELF - Static variable in class org.apache.gravitino.auth.AuthConstants
-
SELF authorization expression.
- seqToStr(List<T>, Function<T, String>) - Method in class org.apache.gravitino.config.ConfigEntry
-
Reduce the values then join them as a string.
- serialize(DistributionDTO, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.DistributionSerializer
- serialize(Partitioning, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.PartitioningSerializer
- serialize(PartitionDTO, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.PartitionDTOSerializer
- serialize(SortOrderDTO, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.SortOrderSerializer
- serialize(JobHandle.Status, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.dto.job.JobDTO.StatusSerializer
- serialize(JobTemplate.JobType, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.dto.job.JobTemplateDTO.JobTypeSerializer
- serialize(NameIdentifier, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.NameIdentifierSerializer
- serialize(Expression, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.ColumnDefaultValueSerializer
- serialize(Index, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.IndexSerializer
- serialize(TableChange.ColumnPosition, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.ColumnPositionSerializer
- serialize(Type, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.TypeSerializer
- serialize(StatisticValue, JsonGenerator, SerializerProvider) - Method in class org.apache.gravitino.json.JsonUtils.StatisticValueSerializer
- serverVersion() - Method in class org.apache.gravitino.client.GravitinoClientBase
-
Retrieves the server version of the Gravitino server.
- SESSION_TOKEN - Static variable in class org.apache.gravitino.credential.AwsIrsaCredential
-
The key for AWS session token in credential info.
- sessionToken() - Method in class org.apache.gravitino.credential.AwsIrsaCredential
-
Returns the AWS session token.
- sessionToken() - Method in class org.apache.gravitino.credential.S3TokenCredential
-
Get S3 session token.
- set() - Method in class org.apache.gravitino.dto.responses.SetResponse
-
Returns whether the set operation was successful.
- set(CallerContext) - Static method in class org.apache.gravitino.audit.CallerContext.CallerContextHolder
-
Set the CallerContext in the thread local.
- set(ConfigEntry<T>, T) - Method in class org.apache.gravitino.Config
-
Sets the value of a configuration entry.
- SET_WORKING_DIR - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Sets current working directory.
- SetCatalogPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.SetCatalogPropertyRequest
-
Default constructor for SetCatalogPropertyRequest.
- SetCatalogPropertyRequest(String, String) - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.SetCatalogPropertyRequest
-
Constructor for SetCatalogPropertyRequest.
- SetFilesetPropertiesRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetUpdateRequest.SetFilesetPropertiesRequest
- setFullName(String) - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
-
Sets the full name of the securable object.
- setFullName(String) - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO
-
Sets the full name of the metadata object.
- SetMetalakePropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.SetMetalakePropertyRequest
-
Default constructor for SetMetalakePropertyRequest.
- SetMetalakePropertyRequest(String, String) - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.SetMetalakePropertyRequest
-
Constructor for SetMetalakePropertyRequest.
- SetModelPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelUpdateRequest.SetModelPropertyRequest
- SetModelVersionPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.SetModelVersionPropertyRequest
- setOwner(MetadataObject, String, Owner.Type) - Method in class org.apache.gravitino.client.GravitinoClient
-
Set the owner of a metadata object.
- setOwner(MetadataObject, String, Owner.Type) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Set the owner of a metadata object.
- setProperty(String, String) - Static method in interface org.apache.gravitino.CatalogChange
-
Creates a new catalog change to set the property and value for the catalog.
- setProperty(String, String) - Static method in interface org.apache.gravitino.file.FilesetChange
-
Creates a new fileset change to set the property and value for the fileset.
- setProperty(String, String) - Static method in interface org.apache.gravitino.messaging.TopicChange
-
Creates a new topic change to set or update the property and value for the topic.
- setProperty(String, String) - Static method in interface org.apache.gravitino.MetalakeChange
-
Creates a new metalake change to set a property and value pair for the metalake.
- setProperty(String, String) - Static method in interface org.apache.gravitino.model.ModelChange
-
Create a ModelChange for setting a property and value of a model.
- setProperty(String, String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for setting a property of a model version.
- setProperty(String, String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for setting a table property.
- setProperty(String, String) - Static method in interface org.apache.gravitino.SchemaChange
-
SchemaChange class to set the property and value pairs for the schema.
- setProperty(String, String) - Static method in interface org.apache.gravitino.tag.TagChange
-
Creates a new tag change to set the property and value for the tag.
- SetProperty(String, String) - Constructor for class org.apache.gravitino.model.ModelChange.SetProperty
-
Constructs a new
ModelChange.SetProperty
instance with the specified property name and value. - SetProperty(String, String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.SetProperty
-
Creates a new
ModelVersionChange.SetProperty
instance with the specified property name and value. - SetProperty(String, String) - Constructor for class org.apache.gravitino.rel.TableChange.SetProperty
-
Creates a new SetProperty instance.
- SetResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a set operation.
- SetResponse() - Constructor for class org.apache.gravitino.dto.responses.SetResponse
-
Default constructor for SetResponse (used by Jackson deserializer).
- SetResponse(boolean) - Constructor for class org.apache.gravitino.dto.responses.SetResponse
-
Constructor for SetResponse.
- SetSchemaPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.SchemaUpdateRequest.SetSchemaPropertyRequest
-
Default constructor for Jackson deserialization.
- SetSchemaPropertyRequest(String, String) - Constructor for class org.apache.gravitino.dto.requests.SchemaUpdateRequest.SetSchemaPropertyRequest
-
Creates a new SetSchemaPropertyRequest.
- SetTablePropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.SetTablePropertyRequest
-
Default constructor for Jackson deserialization.
- SetTablePropertyRequest(String, String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.SetTablePropertyRequest
-
Constructor for SetTablePropertyRequest.
- SetTagPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.SetTagPropertyRequest
-
This is the constructor that is used by Jackson deserializer
- SetTagPropertyRequest(String, String) - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.SetTagPropertyRequest
-
Creates a new SetTagPropertyRequest.
- SetTopicPropertyRequest() - Constructor for class org.apache.gravitino.dto.requests.TopicUpdateRequest.SetTopicPropertyRequest
-
Default constructor for Jackson deserialization.
- SetTopicPropertyRequest(String, String) - Constructor for class org.apache.gravitino.dto.requests.TopicUpdateRequest.SetTopicPropertyRequest
-
Constructor for SetTopicPropertyRequest.
- SHELL - Enum constant in enum class org.apache.gravitino.job.JobTemplate.JobType
-
Job type for executing a shell command.
- ShellJobTemplate - Class in org.apache.gravitino.job
-
Represents a job template for executing shell scripts.
- ShellJobTemplate(ShellJobTemplate.Builder) - Constructor for class org.apache.gravitino.job.ShellJobTemplate
-
Constructs a ShellJobTemplate with the specified builder.
- ShellJobTemplate.Builder - Class in org.apache.gravitino.job
-
Builder for creating instances of
ShellJobTemplate
. - ShellJobTemplateDTO - Class in org.apache.gravitino.dto.job
-
Represents a Shell Job Template Data Transfer Object (DTO).
- SHORT - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The short type.
- shortLiteral(Short) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a short type literal with the given value.
- shortName() - Method in interface org.apache.gravitino.CatalogProvider
-
The string that represents the catalog that this provider uses.
- shortNameForManagedCatalog(Catalog.Type) - Static method in interface org.apache.gravitino.CatalogProvider
-
Form the provider short name for a managed catalog.
- SignatureAlgorithmFamilyType - Enum Class in org.apache.gravitino.auth
-
Represents the type of signature algorithm family.
- signed() - Method in class org.apache.gravitino.rel.types.Type.IntegralType
- SIMPLE - Enum constant in enum class org.apache.gravitino.auth.AuthenticatorType
-
Simple authentication.
- simpleString() - Method in interface org.apache.gravitino.authorization.Privilege
- simpleString() - Method in class org.apache.gravitino.authorization.Privileges.GenericPrivilege
- simpleString() - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO
- simpleString() - Method in interface org.apache.gravitino.rel.types.Type
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.BinaryType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.BooleanType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.ByteType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.DateType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.DecimalType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.DoubleType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.ExternalType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.FixedCharType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.FixedType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.FloatType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.IntegerType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.IntervalDayType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.IntervalYearType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.ListType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.LongType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.MapType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.NullType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.ShortType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.StringType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.StructType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.TimeType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.UnionType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.UnparsedType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.UUIDType
- simpleString() - Method in class org.apache.gravitino.rel.types.Types.VarCharType
- since() - Element in annotation interface org.apache.gravitino.annotation.Stable
- SingleFieldPartitioning() - Constructor for class org.apache.gravitino.dto.rel.partitioning.Partitioning.SingleFieldPartitioning
- SingleFieldTransform() - Constructor for class org.apache.gravitino.rel.expressions.transforms.Transform.SingleFieldTransform
- size() - Method in class org.apache.gravitino.dto.file.FileInfoDTO
- size() - Method in interface org.apache.gravitino.file.FileInfo
- size(long) - Method in class org.apache.gravitino.dto.file.FileInfoDTO.FileInfoDTOBuilder
-
Set the size of the FileInfo.
- SortDirection - Enum Class in org.apache.gravitino.rel.expressions.sorts
-
A sort direction used in sorting expressions.
- sortOrder() - Method in class org.apache.gravitino.dto.rel.TableDTO
- sortOrder() - Method in interface org.apache.gravitino.rel.Table
- SortOrder - Interface in org.apache.gravitino.rel.expressions.sorts
-
Represents a sort order in the public expression API.
- SortOrderDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.SortOrderDeserializer
- SortOrderDTO - Class in org.apache.gravitino.dto.rel
-
Data Transfer Object for SortOrder.
- SortOrderDTO.Builder - Class in org.apache.gravitino.dto.rel
-
Builder for SortOrderDTO.
- sortOrderDTOs - Variable in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
The distribution of the table.
- SortOrders - Class in org.apache.gravitino.rel.expressions.sorts
-
Helper methods to create SortOrders to pass into Apache Gravitino.
- SortOrders.SortImpl - Class in org.apache.gravitino.rel.expressions.sorts
-
Create a sort order by the given expression with the given sort direction and null ordering.
- SortOrderSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.SortOrderSerializer
- sortTerm() - Method in class org.apache.gravitino.dto.rel.SortOrderDTO
- SPARK - Enum constant in enum class org.apache.gravitino.job.JobTemplate.JobType
-
Job type for executing a Spark application.
- SparkJobTemplate - Class in org.apache.gravitino.job
-
Represents a job template for executing Spark applications.
- SparkJobTemplate(SparkJobTemplate.Builder) - Constructor for class org.apache.gravitino.job.SparkJobTemplate
-
Constructs a SparkJobTemplate with the specified builder.
- SparkJobTemplate.Builder - Class in org.apache.gravitino.job
-
Builder for creating instances of
SparkJobTemplate
. - SparkJobTemplateDTO - Class in org.apache.gravitino.dto.job
-
Represents a Spark Job Template Data Transfer Object (DTO).
- Stable - Annotation Interface in org.apache.gravitino.annotation
-
APIs that can evolve while retaining compatibility for feature releases (0.5.0 to 0.6.0).
- STARTED - Enum constant in enum class org.apache.gravitino.job.JobHandle.Status
-
The job is currently being executed.
- Statistic - Interface in org.apache.gravitino.stats
-
Statistic interface represents a statistic that can be associated with a metadata object.
- StatisticDTO - Class in org.apache.gravitino.dto.stats
-
Data Transfer Object (DTO) for representing a statistic.
- StatisticDTO() - Constructor for class org.apache.gravitino.dto.stats.StatisticDTO
- StatisticDTO.Builder - Class in org.apache.gravitino.dto.stats
-
Builder class for constructing instances of
StatisticDTO
. - StatisticListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of statistics.
- StatisticListResponse() - Constructor for class org.apache.gravitino.dto.responses.StatisticListResponse
-
Default constructor for StatisticsListResponse (used by Jackson deserializer).
- StatisticListResponse(StatisticDTO[]) - Constructor for class org.apache.gravitino.dto.responses.StatisticListResponse
-
Constructor for StatisticsListResponse.
- statisticNames() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsDropDTO
- statisticNames() - Method in interface org.apache.gravitino.stats.PartitionStatisticsDrop
-
Returns the names of the statistics that are relevant to the partition being dropped.
- statistics() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsDTO
- statistics() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsUpdateDTO
- statistics() - Method in interface org.apache.gravitino.stats.PartitionStatistics
-
Returns the statistics for the partition.
- statistics() - Method in interface org.apache.gravitino.stats.PartitionStatisticsUpdate
-
Returns the statistics to be updated for the partition.
- StatisticsDropRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to drop statistics for specified names.
- StatisticsDropRequest() - Constructor for class org.apache.gravitino.dto.requests.StatisticsDropRequest
-
Default constructor for deserialization.
- StatisticsDropRequest(String[]) - Constructor for class org.apache.gravitino.dto.requests.StatisticsDropRequest
-
Creates a new StatisticsDropRequest with the specified names.
- statisticsErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Statistics operations.
- StatisticsUpdateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update statistics.
- StatisticsUpdateRequest() - Constructor for class org.apache.gravitino.dto.requests.StatisticsUpdateRequest
-
Default constructor for deserialization.
- StatisticsUpdateRequest(Map<String, StatisticValue<?>>) - Constructor for class org.apache.gravitino.dto.requests.StatisticsUpdateRequest
-
Creates a new StatisticsUpdateRequest with the specified updates.
- StatisticValue<T> - Interface in org.apache.gravitino.stats
-
An interface representing a statistic value.
- StatisticValueDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.StatisticValueDeserializer
- StatisticValues - Class in org.apache.gravitino.stats
-
A class representing a collection of statistic values.
- StatisticValues.BooleanValue - Class in org.apache.gravitino.stats
-
A statistic value that holds a Boolean value.
- StatisticValues.DoubleValue - Class in org.apache.gravitino.stats
-
A statistic value that holds a Double value.
- StatisticValues.ListValue<T> - Class in org.apache.gravitino.stats
-
A statistic value that holds a List of other statistic values.
- StatisticValues.LongValue - Class in org.apache.gravitino.stats
-
A statistic value that holds a Long value.
- StatisticValues.ObjectValue - Class in org.apache.gravitino.stats
-
A statistic value that holds a Map of String keys to other statistic values.
- StatisticValues.StringValue - Class in org.apache.gravitino.stats
-
A statistic value that holds a String value.
- StatisticValueSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.StatisticValueSerializer
- StatusDeserializer() - Constructor for class org.apache.gravitino.dto.job.JobDTO.StatusDeserializer
- StatusSerializer() - Constructor for class org.apache.gravitino.dto.job.JobDTO.StatusSerializer
- storageLocation() - Method in interface org.apache.gravitino.file.Fileset
-
Get the unnamed storage location of the file or directory path that is managed by this fileset object.
- storageLocations() - Method in class org.apache.gravitino.dto.file.FilesetDTO
- storageLocations() - Method in interface org.apache.gravitino.file.Fileset
-
Get the storage location name and corresponding path of the file or directory path that is managed by this fileset object.
- storageLocations(Map<String, String>) - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Set the storage locations of the fileset.
- strategy() - Method in class org.apache.gravitino.dto.rel.DistributionDTO
-
Returns the strategy of the distribution.
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.DayPartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Returns the strategy of the partitioning.
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.HourPartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.IdentityPartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.MonthPartitioningDTO
- strategy() - Method in interface org.apache.gravitino.dto.rel.partitioning.Partitioning
-
Returns the name of the partitioning strategy.
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
- strategy() - Method in class org.apache.gravitino.dto.rel.partitioning.YearPartitioningDTO
- strategy() - Method in interface org.apache.gravitino.rel.expressions.distributions.Distribution
- strategy() - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl
-
Get the strategy of the distribution.
- Strategy - Enum Class in org.apache.gravitino.rel.expressions.distributions
-
An enum that defines the distribution strategy.
- string(String) - Static method in interface org.apache.gravitino.rel.expressions.Literal
-
Deprecated.Creates a string literal with the given value.
- STRING - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The interval day type.
- stringConf() - Method in class org.apache.gravitino.config.ConfigBuilder
-
Creates a configuration entry for String data type.
- stringLiteral(String) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a string type literal with the given value.
- stringValue(String) - Static method in class org.apache.gravitino.stats.StatisticValues
-
Creates a statistic value that holds a string value.
- stripTrailingSlash(String) - Static method in class org.apache.gravitino.rest.RESTUtils
-
Remove trailing slashes from a path.
- strToSeq(String, Function<String, T>) - Method in class org.apache.gravitino.config.ConfigEntry
-
Split the string to a list, then map each string element to its converted form.
- STRUCT - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The struct type.
- SUCCEEDED - Enum constant in enum class org.apache.gravitino.job.JobHandle.Status
-
The job has completed successfully.
- supportedObjectTypes() - Method in class org.apache.gravitino.dto.policy.PolicyContentDTO.CustomContentDTO
- supportedObjectTypes() - Method in interface org.apache.gravitino.policy.PolicyContent
- supportedObjectTypes() - Method in class org.apache.gravitino.policy.PolicyContents.CustomContent
- supportPartitions() - Method in interface org.apache.gravitino.rel.Table
-
Table method for working with partitions.
- SupportsCatalogs - Interface in org.apache.gravitino
-
Client interface for supporting catalogs.
- supportsCredentials() - Method in interface org.apache.gravitino.Catalog
- supportsCredentials() - Method in interface org.apache.gravitino.file.Fileset
- SupportsCredentials - Interface in org.apache.gravitino.credential
-
Interface to get credentials.
- SupportsJobs - Interface in org.apache.gravitino.job
-
Interface for job management operations.
- supportsManagedCatalog() - Method in enum class org.apache.gravitino.Catalog.Type
-
A flag to indicate whether the catalog type supports managed catalog.
- SupportsMetalakes - Interface in org.apache.gravitino
-
Client interface for supporting metalakes.
- SupportsPartitions - Interface in org.apache.gravitino.rel
-
Interface for tables that support partitions.
- supportsPartitionStatistics() - Method in interface org.apache.gravitino.rel.Table
-
Returns the
SupportsPartitionStatistics
if the table supports partition statistics - SupportsPartitionStatistics - Interface in org.apache.gravitino.stats
-
SupportsPartitionStatistics provides methods to list and update statistics for partitions.
- supportsPolicies() - Method in interface org.apache.gravitino.Catalog
- supportsPolicies() - Method in interface org.apache.gravitino.file.Fileset
- supportsPolicies() - Method in interface org.apache.gravitino.messaging.Topic
- supportsPolicies() - Method in interface org.apache.gravitino.model.Model
- supportsPolicies() - Method in interface org.apache.gravitino.rel.Table
- supportsPolicies() - Method in interface org.apache.gravitino.Schema
- SupportsPolicies - Interface in org.apache.gravitino.policy
-
The interface for supporting getting or associating policies with a metadata object.
- supportsRoles() - Method in interface org.apache.gravitino.Catalog
- supportsRoles() - Method in class org.apache.gravitino.client.GravitinoMetalake
- supportsRoles() - Method in interface org.apache.gravitino.file.Fileset
- supportsRoles() - Method in interface org.apache.gravitino.messaging.Topic
- supportsRoles() - Method in interface org.apache.gravitino.Metalake
- supportsRoles() - Method in interface org.apache.gravitino.model.Model
- supportsRoles() - Method in interface org.apache.gravitino.rel.Table
- supportsRoles() - Method in interface org.apache.gravitino.Schema
- SupportsRoles - Interface in org.apache.gravitino.authorization
-
Interface for supporting list role names for objects.
- SupportsSchemas - Interface in org.apache.gravitino
-
The client interface to support schema operations.
- supportsStatistics() - Method in interface org.apache.gravitino.rel.Table
-
Returns the
SupportsStatistics
if the table supports statistics operations. - SupportsStatistics - Interface in org.apache.gravitino.stats
-
SupportsStatistics provides methods to list and update statistics.
- supportsTags() - Method in interface org.apache.gravitino.Catalog
- supportsTags() - Method in class org.apache.gravitino.client.GenericColumn
- supportsTags() - Method in interface org.apache.gravitino.file.Fileset
- supportsTags() - Method in interface org.apache.gravitino.messaging.Topic
- supportsTags() - Method in interface org.apache.gravitino.model.Model
- supportsTags() - Method in interface org.apache.gravitino.rel.Column
- supportsTags() - Method in interface org.apache.gravitino.rel.Table
- supportsTags() - Method in interface org.apache.gravitino.Schema
- SupportsTags - Interface in org.apache.gravitino.tag
-
Interface for supporting getting or associate tags to objects.
T
- Table - Interface in org.apache.gravitino.rel
-
An interface representing a table in a
Namespace
. - TABLE - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A table is mapped the table of relational data sources like Apache Hive, MySQL, etc.
- TableAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a table with specified name already exists.
- TableAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TableAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- TableAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TableAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- TableCatalog - Interface in org.apache.gravitino.rel
-
The TableCatalog interface defines the public API for managing tables in a schema.
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableColumnRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableIndexRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableColumnRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableIndexRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.RemoveTablePropertyRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableColumnRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableRequest
-
Returns the table change.
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.SetTablePropertyRequest
-
Returns the table change.
- tableChange() - Method in interface org.apache.gravitino.dto.requests.TableUpdateRequest
-
The table change that is requested.
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateColumnAutoIncrementRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnCommentRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnDefaultValueRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnNullabilityRequest
-
Validates the request.
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnPositionRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnTypeRequest
- tableChange() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableCommentRequest
-
Returns the table change.
- TableChange - Interface in org.apache.gravitino.rel
-
The TableChange interface defines the public API for managing tables in a schema.
- TableChange.AddColumn - Class in org.apache.gravitino.rel
-
A TableChange to add a field.
- TableChange.AddIndex - Class in org.apache.gravitino.rel
-
A TableChange to add an index.
- TableChange.After - Class in org.apache.gravitino.rel
-
Column position AFTER means the specified column should be put after the given `column`.
- TableChange.ColumnChange - Interface in org.apache.gravitino.rel
-
The interface for all column changes.
- TableChange.ColumnPosition - Interface in org.apache.gravitino.rel
-
The interface for all column positions.
- TableChange.Default - Class in org.apache.gravitino.rel
-
Column position DEFAULT means the position of the column was ignored by the user, and should be determined by the catalog implementation.
- TableChange.DeleteColumn - Class in org.apache.gravitino.rel
-
A TableChange to delete a field.
- TableChange.DeleteIndex - Class in org.apache.gravitino.rel
-
A TableChange to delete an index.
- TableChange.First - Class in org.apache.gravitino.rel
-
Column position FIRST means the specified column should be the first column.
- TableChange.RemoveProperty - Class in org.apache.gravitino.rel
-
A TableChange to remove a table property.
- TableChange.RenameColumn - Class in org.apache.gravitino.rel
-
A TableChange to rename a field.
- TableChange.RenameTable - Class in org.apache.gravitino.rel
-
A TableChange to rename a table.
- TableChange.SetProperty - Class in org.apache.gravitino.rel
-
A TableChange to set a table property.
- TableChange.UpdateColumnAutoIncrement - Class in org.apache.gravitino.rel
-
A TableChange to update the autoIncrement of a field.
- TableChange.UpdateColumnComment - Class in org.apache.gravitino.rel
-
A TableChange to update the comment of a field.
- TableChange.UpdateColumnDefaultValue - Class in org.apache.gravitino.rel
-
A TableChange to update the default of a field.
- TableChange.UpdateColumnNullability - Class in org.apache.gravitino.rel
-
A TableChange to update the nullability of a field.
- TableChange.UpdateColumnPosition - Class in org.apache.gravitino.rel
-
A TableChange to update the position of a field.
- TableChange.UpdateColumnType - Class in org.apache.gravitino.rel
-
A TableChange to update the type of a field.
- TableChange.UpdateComment - Class in org.apache.gravitino.rel
-
A TableChange to update a table's comment.
- TableCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a table.
- TableCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.TableCreateRequest
-
Default constructor for Jackson deserialization.
- TableCreateRequest(String, String, ColumnDTO[], Map<String, String>, SortOrderDTO[], DistributionDTO, Partitioning[], IndexDTO[]) - Constructor for class org.apache.gravitino.dto.requests.TableCreateRequest
-
Creates a new TableCreateRequest.
- TableDTO - Class in org.apache.gravitino.dto.rel
-
Represents a Table DTO (Data Transfer Object).
- TableDTO.Builder<S extends TableDTO.Builder> - Class in org.apache.gravitino.dto.rel
-
Builder class for constructing TableDTO instances.
- tableErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Table operations.
- tableExists(NameIdentifier) - Method in interface org.apache.gravitino.rel.TableCatalog
-
Check if a table exists using an
NameIdentifier
from the catalog. - TableResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a table.
- TableResponse() - Constructor for class org.apache.gravitino.dto.responses.TableResponse
-
This is the constructor that is used by Jackson deserializer
- TableResponse(TableDTO) - Constructor for class org.apache.gravitino.dto.responses.TableResponse
-
Creates a new TableResponse.
- TableUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents a request to update a table.
- TableUpdateRequest.AddTableColumnRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to add a column to a table.
- TableUpdateRequest.AddTableIndexRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to add an index to a table.
- TableUpdateRequest.DeleteTableColumnRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to delete a column from a table.
- TableUpdateRequest.DeleteTableIndexRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to delete an index from a table.
- TableUpdateRequest.RemoveTablePropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to remove a property of a table.
- TableUpdateRequest.RenameTableColumnRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to rename a column of a table.
- TableUpdateRequest.RenameTableRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to rename a table.
- TableUpdateRequest.SetTablePropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a property of a table.
- TableUpdateRequest.UpdateColumnAutoIncrementRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a column autoIncrement from a table.
- TableUpdateRequest.UpdateTableColumnCommentRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the comment of a column of a table.
- TableUpdateRequest.UpdateTableColumnDefaultValueRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the default value of a column of a table.
- TableUpdateRequest.UpdateTableColumnNullabilityRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the nullability of a column of a table.
- TableUpdateRequest.UpdateTableColumnPositionRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the position of a column of a table.
- TableUpdateRequest.UpdateTableColumnTypeRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the type of a column of a table.
- TableUpdateRequest.UpdateTableCommentRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the comment of a table.
- TableUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a table.
- TableUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdatesRequest
-
This is the constructor that is used by Jackson deserializer
- TableUpdatesRequest(List<TableUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.TableUpdatesRequest
-
Creates a new TableUpdatesRequest.
- Tag - Interface in org.apache.gravitino.tag
-
The interface of a tag.
- Tag.AssociatedObjects - Interface in org.apache.gravitino.tag
-
The interface of the associated objects of the tag.
- TagAlreadyAssociatedException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a tag with specified name already associated to a metadata object.
- TagAlreadyAssociatedException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TagAlreadyAssociatedException
-
Constructs a new exception with the specified detail message.
- TagAlreadyAssociatedException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TagAlreadyAssociatedException
-
Constructs a new exception with the specified detail message and cause.
- TagAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a tag with specified name already exists.
- TagAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TagAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- TagAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TagAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- tagChange() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.RemoveTagPropertyRequest
- tagChange() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.RenameTagRequest
- tagChange() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.SetTagPropertyRequest
- tagChange() - Method in interface org.apache.gravitino.dto.requests.TagUpdateRequest
-
Returns the tag change.
- tagChange() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.UpdateTagCommentRequest
- TagChange - Interface in org.apache.gravitino.tag
-
Interface for supporting tag changes.
- TagChange.RemoveProperty - Class in org.apache.gravitino.tag
-
A tag change to remove a property from the tag.
- TagChange.RenameTag - Class in org.apache.gravitino.tag
-
A tag change to rename the tag.
- TagChange.SetProperty - Class in org.apache.gravitino.tag
-
A tag change to set the property and value for the tag.
- TagChange.UpdateTagComment - Class in org.apache.gravitino.tag
-
A tag change to update the tag comment.
- TagCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a tag.
- TagCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.TagCreateRequest
-
This is the constructor that is used by Jackson deserializer
- TagCreateRequest(String, String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.TagCreateRequest
-
Creates a new TagCreateRequest.
- TagDTO - Class in org.apache.gravitino.dto.tag
-
Represents a Tag Data Transfer Object (DTO).
- TagDTO.Builder - Class in org.apache.gravitino.dto.tag
-
Builder class for constructing TagDTO instances.
- tagErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Tag operations.
- TagListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a list of tags.
- TagListResponse() - Constructor for class org.apache.gravitino.dto.responses.TagListResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of TagListResponse.
- TagListResponse(TagDTO[]) - Constructor for class org.apache.gravitino.dto.responses.TagListResponse
-
Creates a new TagListResponse.
- TagOperations - Interface in org.apache.gravitino.tag
-
Interface for supporting global tag operations.
- TagResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a tag.
- TagResponse() - Constructor for class org.apache.gravitino.dto.responses.TagResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of TagResponse.
- TagResponse(TagDTO) - Constructor for class org.apache.gravitino.dto.responses.TagResponse
-
Creates a new TagResponse.
- TagsAssociateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to associate tags.
- TagsAssociateRequest() - Constructor for class org.apache.gravitino.dto.requests.TagsAssociateRequest
-
This is the constructor that is used by Jackson deserializer
- TagsAssociateRequest(String[], String[]) - Constructor for class org.apache.gravitino.dto.requests.TagsAssociateRequest
-
Creates a new TagsAssociateRequest.
- TagUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents a request to update a tag.
- TagUpdateRequest.RemoveTagPropertyRequest - Class in org.apache.gravitino.dto.requests
-
The tag update request for removing a tag property.
- TagUpdateRequest.RenameTagRequest - Class in org.apache.gravitino.dto.requests
-
The tag update request for renaming a tag.
- TagUpdateRequest.SetTagPropertyRequest - Class in org.apache.gravitino.dto.requests
-
The tag update request for setting a tag property.
- TagUpdateRequest.UpdateTagCommentRequest - Class in org.apache.gravitino.dto.requests
-
The tag update request for updating a tag comment.
- TagUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a tag.
- TagUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.TagUpdatesRequest
-
This is the constructor that is used by Jackson deserializer
- TagUpdatesRequest(List<TagUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.TagUpdatesRequest
-
Creates a new TagUpdatesRequest.
- testConnection(String, Catalog.Type, String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoClient
-
Test whether a catalog can be created successfully with the specified parameters, without actually creating it.
- testConnection(String, Catalog.Type, String, String, Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoMetalake
-
Test whether a catalog can be created successfully with the specified parameters, without actually creating it.
- testConnection(String, Catalog.Type, String, String, Map<String, String>) - Method in interface org.apache.gravitino.SupportsCatalogs
-
Test whether the catalog with specified parameters can be connected to before creating it.
- TIME - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The time type.
- timeLiteral(String) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a time type literal with the given value.
- timeLiteral(LocalTime) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a time type literal with the given value.
- TIMESTAMP - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The timestamp type.
- timestampLiteral(String) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a timestamp type literal with the given value.
- timestampLiteral(LocalDateTime) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a timestamp type literal with the given value.
- toDTO(Audit) - Static method in class org.apache.gravitino.dto.util.DTOConverters
- toDTO(Group) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a group implementation to a GroupDTO.
- toDTO(Owner) - Static method in class org.apache.gravitino.dto.util.DTOConverters
- toDTO(Privilege) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a privilege implementation to a PrivilegeDTO.
- toDTO(Role) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a role implementation to a RoleDTO.
- toDTO(SecurableObject) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a securable object implementation to a SecurableObjectDTO.
- toDTO(User) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a user implementation to a UserDTO.
- toDTO(Catalog) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a
Catalog
to aCatalogDTO
. - toDTO(Credential) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Credential to a CredentialDTO.
- toDTO(Credential[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts credentials to CredentialDTOs.
- toDTO(FileInfo[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts array of FileInfo to array of FileInfoDTO.
- toDTO(Fileset) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Fileset to a FilesetDTO.
- toDTO(Topic) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Topic to a TopicDTO.
- toDTO(MetadataObject) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a MetadataObject to a MetadataObjectDTO.
- toDTO(Metalake) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a
Metalake
to aMetalakeDTO
. - toDTO(Model) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Model to a ModelDTO.
- toDTO(ModelVersion) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a ModelVersion to a ModelVersionDTO.
- toDTO(PolicyContent) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a PolicyContent to a PolicyContentDTO.
- toDTO(Column) - Static method in class org.apache.gravitino.dto.util.DTOConverters
- toDTO(Distribution) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Distribution implementation to a DistributionDTO.
- toDTO(SortOrder) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a SortOrder implementation to a SortOrderDTO.
- toDTO(Transform) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Transform implementation to a Partitioning DTO.
- toDTO(Index) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an index implementation to an IndexDTO.
- toDTO(Partition) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a
Partition
to aPartitionDTO
. - toDTO(Table) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a table implementation to a
TableDTO
. - toDTO(Schema) - Static method in class org.apache.gravitino.dto.util.DTOConverters
- toDTO(Tag, Optional<Boolean>) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts a Tag to a TagDTO.
- toDTOs(Group[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Groups to an array of GroupDTOs.
- toDTOs(User[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Users to an array of UserDTOs.
- toDTOs(Catalog[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Catalogs to an array of CatalogDTOs.
- toDTOs(ModelVersion[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of ModelVersions to an array of ModelVersionDTOs.
- toDTOs(Column[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Columns to an array of ColumnDTOs.
- toDTOs(SortOrder[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of SortOrders to an array of SortOrderDTOs.
- toDTOs(Transform[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Transforms to an array of Partitioning DTOs.
- toDTOs(Index[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Indexes to an array of IndexDTOs.
- toDTOs(Partition[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Partitions to an array of PartitionDTOs.
- toDTOs(Statistic[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of statistics to an array of StatisticDTOs.
- toFunctionArg(Expression) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an Expression to an FunctionArg DTO.
- toFunctionArg(Expression[]) - Static method in class org.apache.gravitino.dto.util.DTOConverters
-
Converts an array of Expressions to an array of FunctionArg DTOs.
- toIcebergProperties(Credential) - Static method in class org.apache.gravitino.credential.CredentialPropertyUtils
-
Transforms a specific credential into a map of Iceberg properties.
- token() - Method in class org.apache.gravitino.credential.GCSTokenCredential
-
Get GCS token.
- Topic - Interface in org.apache.gravitino.messaging
-
An interface representing a topic under a schema
Namespace
. - TOPIC - Enum constant in enum class org.apache.gravitino.MetadataObject.Type
-
A topic is mapped the topic of messaging data sources like Apache Kafka, Apache Pulsar, etc.
- TopicAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a topic with specified name already exists.
- TopicAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TopicAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- TopicAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.TopicAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- TopicCatalog - Interface in org.apache.gravitino.messaging
-
The
TopicCatalog
interface defines the public API for managing topic objects in a schema. - topicChange() - Method in class org.apache.gravitino.dto.requests.TopicUpdateRequest.RemoveTopicPropertyRequest
- topicChange() - Method in class org.apache.gravitino.dto.requests.TopicUpdateRequest.SetTopicPropertyRequest
-
Returns the topic change.
- topicChange() - Method in interface org.apache.gravitino.dto.requests.TopicUpdateRequest
- topicChange() - Method in class org.apache.gravitino.dto.requests.TopicUpdateRequest.UpdateTopicCommentRequest
-
Returns the topic change.
- TopicChange - Interface in org.apache.gravitino.messaging
-
A topic change is a change to a topic.
- TopicChange.RemoveProperty - Class in org.apache.gravitino.messaging
-
A topic change to remove a property from the topic.
- TopicChange.SetProperty - Class in org.apache.gravitino.messaging
-
A topic change to set or update the property and value for the topic.
- TopicChange.UpdateTopicComment - Class in org.apache.gravitino.messaging
-
A topic change to update the topic comment.
- TopicCreateRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to create a topic.
- TopicCreateRequest() - Constructor for class org.apache.gravitino.dto.requests.TopicCreateRequest
-
Default constructor for Jackson deserialization.
- TopicCreateRequest(String, String, Map<String, String>) - Constructor for class org.apache.gravitino.dto.requests.TopicCreateRequest
-
Creates a topic create request.
- TopicDTO - Class in org.apache.gravitino.dto.messaging
-
Represents a topic DTO (Data Transfer Object).
- TopicDTO.Builder - Class in org.apache.gravitino.dto.messaging
-
A builder for constructing a Topic DTO.
- topicErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to Topic operations.
- topicExists(NameIdentifier) - Method in interface org.apache.gravitino.messaging.TopicCatalog
-
Check if a topic exists using an
NameIdentifier
from the catalog. - TopicResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response to a topic.
- TopicResponse() - Constructor for class org.apache.gravitino.dto.responses.TopicResponse
-
This is the constructor that is used by Jackson deserializer
- TopicResponse(TopicDTO) - Constructor for class org.apache.gravitino.dto.responses.TopicResponse
-
Creates a new TopicResponse.
- TopicUpdateRequest - Interface in org.apache.gravitino.dto.requests
-
Represents a request to update a topic.
- TopicUpdateRequest.RemoveTopicPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to remove a property of a topic.
- TopicUpdateRequest.SetTopicPropertyRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to set a property of a Topic.
- TopicUpdateRequest.UpdateTopicCommentRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update the comment of a topic.
- TopicUpdatesRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to update a topic.
- TopicUpdatesRequest() - Constructor for class org.apache.gravitino.dto.requests.TopicUpdatesRequest
-
This is the constructor that is used by Jackson deserializer
- TopicUpdatesRequest(List<TopicUpdateRequest>) - Constructor for class org.apache.gravitino.dto.requests.TopicUpdatesRequest
-
Creates a new TopicUpdatesRequest.
- toProperties() - Method in interface org.apache.gravitino.credential.Credential
-
Converts the credential to properties to transfer the credential though API.
- toSequence() - Method in class org.apache.gravitino.config.ConfigEntry
-
Converts the configuration value to value list.
- toString() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RemoveMetadataObject
-
Returns a string representation of the RemoveMetadataObject instance.
- toString() - Method in class org.apache.gravitino.authorization.MetadataObjectChange.RenameMetadataObject
-
Returns a string representation of the RenameMetadataObject instance.
- toString() - Method in class org.apache.gravitino.authorization.RoleChange.AddSecurableObject
-
Returns a string representation of the AddSecurableObject instance.
- toString() - Method in class org.apache.gravitino.authorization.RoleChange.RemoveSecurableObject
-
Returns a string representation of the RemoveSecurableObject instance.
- toString() - Method in class org.apache.gravitino.authorization.RoleChange.UpdateSecurableObject
-
Returns a string representation of the UpdateSecurableObject instance.
- toString() - Method in class org.apache.gravitino.CatalogChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.CatalogChange.RenameCatalog
-
Provides a string representation of the RenameCatalog instance.
- toString() - Method in class org.apache.gravitino.CatalogChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.CatalogChange.UpdateCatalogComment
-
Provides a string representation of the UpdateCatalogComment instance.
- toString() - Method in class org.apache.gravitino.credential.PathBasedCredentialContext
- toString() - Method in class org.apache.gravitino.dto.messaging.TopicDTO
- toString() - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO
- toString() - Method in class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO
- toString() - Method in class org.apache.gravitino.dto.responses.ErrorResponse
- toString() - Method in class org.apache.gravitino.file.FilesetChange.RemoveComment
-
Provides a string representation of the RemoveComment instance.
- toString() - Method in class org.apache.gravitino.file.FilesetChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.file.FilesetChange.RenameFileset
-
Provides a string representation of the RenameFile instance.
- toString() - Method in class org.apache.gravitino.file.FilesetChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.file.FilesetChange.UpdateFilesetComment
-
Provides a string representation of the UpdateFilesetComment instance.
- toString() - Method in class org.apache.gravitino.job.JobTemplate
- toString() - Method in class org.apache.gravitino.job.ShellJobTemplate
- toString() - Method in class org.apache.gravitino.job.SparkJobTemplate
- toString() - Method in class org.apache.gravitino.messaging.TopicChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.messaging.TopicChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.messaging.TopicChange.UpdateTopicComment
-
Provides a string representation of the UpdateTopicComment instance.
- toString() - Method in class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
- toString() - Method in class org.apache.gravitino.MetalakeChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.MetalakeChange.RenameMetalake
-
Provides a string representation of the RenameMetalake instance.
- toString() - Method in class org.apache.gravitino.MetalakeChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.MetalakeChange.UpdateMetalakeComment
-
Provides a string representation of the UpdateMetalakeComment instance.
- toString() - Method in class org.apache.gravitino.model.ModelChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.model.ModelChange.RenameModel
-
Returns a string representation of the
RenameModel
instance. - toString() - Method in class org.apache.gravitino.model.ModelChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.model.ModelChange.UpdateComment
-
Provides a string representation of the UpdateComment instance.
- toString() - Method in class org.apache.gravitino.model.ModelVersionChange.AddUri
-
Provides a string representation of the AddUri instance.
- toString() - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveUri
-
Provides a string representation of the RemoveUri instance.
- toString() - Method in class org.apache.gravitino.model.ModelVersionChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateAliases
-
Provides a string representation of the UpdateAlias instance.
- toString() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateComment
-
Returns a string representation of the
ModelVersionChange.UpdateComment
instance. - toString() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Provides a string representation of the UpdateUri instance.
- toString() - Method in class org.apache.gravitino.NameIdentifier
- toString() - Method in class org.apache.gravitino.Namespace
- toString() - Method in class org.apache.gravitino.policy.PolicyChange.RenamePolicy
-
Get the string representation of the policy change.
- toString() - Method in class org.apache.gravitino.policy.PolicyChange.UpdateContent
- toString() - Method in class org.apache.gravitino.policy.PolicyChange.UpdatePolicyComment
-
Get the string representation of the policy change.
- toString() - Method in class org.apache.gravitino.policy.PolicyContents.CustomContent
- toString() - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl
- toString() - Method in class org.apache.gravitino.rel.expressions.FunctionExpression.FuncExpressionImpl
- toString() - Method in class org.apache.gravitino.rel.expressions.literals.Literals.LiteralImpl
- toString() - Method in class org.apache.gravitino.rel.expressions.NamedReference.FieldReference
- toString() - Method in class org.apache.gravitino.rel.expressions.NamedReference.MetadataField
- toString() - Method in enum class org.apache.gravitino.rel.expressions.sorts.NullOrdering
- toString() - Method in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
- toString() - Method in class org.apache.gravitino.rel.expressions.sorts.SortOrders.SortImpl
- toString() - Method in class org.apache.gravitino.rel.expressions.UnparsedExpression.UnparsedExpressionImpl
- toString() - Method in class org.apache.gravitino.rel.TableChange.After
- toString() - Method in class org.apache.gravitino.rel.TableChange.Default
- toString() - Method in class org.apache.gravitino.rel.TableChange.First
- toString() - Method in class org.apache.gravitino.rel.TableChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.rel.TableChange.RenameTable
-
Returns a string representation of the RenameTable instance.
- toString() - Method in class org.apache.gravitino.rel.TableChange.SetProperty
-
Returns a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.rel.TableChange.UpdateComment
-
Returns a string representation of the UpdateComment instance.
- toString() - Method in class org.apache.gravitino.rel.types.Decimal
- toString() - Method in class org.apache.gravitino.rel.types.Types.ExternalType
- toString() - Method in class org.apache.gravitino.rel.types.Types.TimestampType
- toString() - Method in class org.apache.gravitino.rel.types.Types.TimeType
- toString() - Method in class org.apache.gravitino.rel.types.Types.UnparsedType
- toString() - Method in class org.apache.gravitino.SchemaChange.RemoveProperty
-
Provides a string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.SchemaChange.SetProperty
-
Provides a string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.tag.TagChange.RemoveProperty
-
Get the string representation of the RemoveProperty instance.
- toString() - Method in class org.apache.gravitino.tag.TagChange.RenameTag
-
Get the string representation of the RenameTag instance.
- toString() - Method in class org.apache.gravitino.tag.TagChange.SetProperty
-
Get the string representation of the SetProperty instance.
- toString() - Method in class org.apache.gravitino.tag.TagChange.UpdateTagComment
-
Get the string representation of the UpdateTagComment instance.
- Transform - Interface in org.apache.gravitino.rel.expressions.transforms
-
Represents a transform function in the public logical expression API.
- Transform.SingleFieldTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
Base class for simple transforms of a single field.
- Transforms - Class in org.apache.gravitino.rel.expressions.transforms
-
Helper methods to create logical transforms to pass into Apache Gravitino.
- Transforms.ApplyTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that applies a function to the input value.
- Transforms.BucketTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the bucket of the input value.
- Transforms.DayTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the day of the input value.
- Transforms.HourTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the hour of the input value.
- Transforms.IdentityTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the input value.
- Transforms.ListTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that includes multiple fields in a list.
- Transforms.MonthTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the month of the input value.
- Transforms.RangeTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the range of the input value.
- Transforms.TruncateTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the truncated value of the input value with the given width.
- Transforms.YearTransform - Class in org.apache.gravitino.rel.expressions.transforms
-
A transform that returns the year of the input value.
- truncate(int, String) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the truncated value of the input value with the given width.
- truncate(int, String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the truncated value of the input value with the given width.
- TRUNCATE - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The truncate partitioning strategy.
- TruncatePartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Represents the truncate partitioning.
- type - Variable in class org.apache.gravitino.dto.CatalogDTO.Builder
-
The type of the catalog.
- type() - Method in interface org.apache.gravitino.authorization.Owner
-
The type of the owner.
- type() - Method in interface org.apache.gravitino.Catalog
- type() - Method in class org.apache.gravitino.dto.authorization.OwnerDTO
- type() - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO
- type() - Method in class org.apache.gravitino.dto.CatalogDTO
-
Get the type of the catalog.
- type() - Method in class org.apache.gravitino.dto.file.FilesetDTO
- type() - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO
- type() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- type() - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO
- type() - Method in interface org.apache.gravitino.dto.rel.partitions.PartitionDTO
- type() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- type() - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO
- type() - Method in interface org.apache.gravitino.file.Fileset
- type() - Method in interface org.apache.gravitino.MetadataObject
-
The type of the object.
- type() - Method in class org.apache.gravitino.MetadataObjects.MetadataObjectImpl
- type() - Method in interface org.apache.gravitino.rel.indexes.Index
- type() - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl
- type() - Method in class org.apache.gravitino.rel.types.Types.StructType.Field
- type(Fileset.Type) - Method in class org.apache.gravitino.dto.file.FilesetDTO.FilesetDTOBuilder
-
Set the type of the fileset.
- Type - Interface in org.apache.gravitino.rel.types
-
An interface representing all data types supported by Apache Gravitino.
- Type.ComplexType - Class in org.apache.gravitino.rel.types
-
The base type of all complex types, including struct, list, map, and union.
- Type.DateTimeType - Class in org.apache.gravitino.rel.types
-
The base type of all date/time types.
- Type.FractionType - Class in org.apache.gravitino.rel.types
-
The base type of all fractional types.
- Type.IntegralType - Class in org.apache.gravitino.rel.types
-
The base type of all integral types.
- Type.IntervalType - Class in org.apache.gravitino.rel.types
-
The base type of all interval types.
- Type.Name - Enum Class in org.apache.gravitino.rel.types
-
The root type name of this type.
- Type.NumericType - Class in org.apache.gravitino.rel.types
-
The base type of all numeric types.
- Type.PrimitiveType - Class in org.apache.gravitino.rel.types
-
The base type of all primitive types.
- TypeDeserializer() - Constructor for class org.apache.gravitino.json.JsonUtils.TypeDeserializer
- types() - Method in class org.apache.gravitino.rel.types.Types.UnionType
- Types - Class in org.apache.gravitino.rel.types
-
The helper class for
Type
. - Types.BinaryType - Class in org.apache.gravitino.rel.types
-
The binary type in Gravitino.
- Types.BooleanType - Class in org.apache.gravitino.rel.types
-
The boolean type in Gravitino.
- Types.ByteType - Class in org.apache.gravitino.rel.types
-
The byte type in Gravitino.
- Types.DateType - Class in org.apache.gravitino.rel.types
-
The date time type in Gravitino.
- Types.DecimalType - Class in org.apache.gravitino.rel.types
-
The decimal type in Gravitino.
- Types.DoubleType - Class in org.apache.gravitino.rel.types
-
The double type in Gravitino.
- Types.ExternalType - Class in org.apache.gravitino.rel.types
-
Represents a type that is defined in an external catalog.
- Types.FixedCharType - Class in org.apache.gravitino.rel.types
-
The fixed char type in Gravitino.
- Types.FixedType - Class in org.apache.gravitino.rel.types
-
Fixed-length byte array type, if you want to use variable-length byte array, use
Types.BinaryType
instead. - Types.FloatType - Class in org.apache.gravitino.rel.types
-
The float type in Gravitino.
- Types.IntegerType - Class in org.apache.gravitino.rel.types
-
The integer type in Gravitino.
- Types.IntervalDayType - Class in org.apache.gravitino.rel.types
-
The interval day type in Gravitino.
- Types.IntervalYearType - Class in org.apache.gravitino.rel.types
-
The interval year type in Gravitino.
- Types.ListType - Class in org.apache.gravitino.rel.types
-
The list type in Gravitino.
- Types.LongType - Class in org.apache.gravitino.rel.types
-
The long type in Gravitino.
- Types.MapType - Class in org.apache.gravitino.rel.types
-
The map type in Gravitino.
- Types.NullType - Class in org.apache.gravitino.rel.types
-
The data type representing `NULL` values.
- Types.ShortType - Class in org.apache.gravitino.rel.types
-
The short type in Gravitino.
- Types.StringType - Class in org.apache.gravitino.rel.types
-
The string type in Gravitino, equivalent to varchar(MAX), which the MAX is determined by the underlying catalog.
- Types.StructType - Class in org.apache.gravitino.rel.types
-
The struct type in Gravitino.
- Types.StructType.Field - Class in org.apache.gravitino.rel.types
-
A field of a struct type.
- Types.TimestampType - Class in org.apache.gravitino.rel.types
-
The timestamp type in Gravitino.
- Types.TimeType - Class in org.apache.gravitino.rel.types
-
The time type in Gravitino.
- Types.UnionType - Class in org.apache.gravitino.rel.types
-
The union type in Gravitino.
- Types.UnparsedType - Class in org.apache.gravitino.rel.types
-
Represents a type that is not parsed yet.
- Types.UUIDType - Class in org.apache.gravitino.rel.types
-
The uuid type in Gravitino.
- Types.VarCharType - Class in org.apache.gravitino.rel.types
-
The varchar type in Gravitino.
- TypeSerializer() - Constructor for class org.apache.gravitino.json.JsonUtils.TypeSerializer
U
- UnauthorizedException - Exception in org.apache.gravitino.exceptions
-
Exception thrown when a user is not authorized to perform an action.
- UnauthorizedException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.UnauthorizedException
-
Constructs a new exception with the specified detail message.
- UnauthorizedException(String, String) - Constructor for exception org.apache.gravitino.exceptions.UnauthorizedException
-
Constructs a new exception with the specified detail message and challenge.
- UnauthorizedException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.UnauthorizedException
-
Constructs a new exception with the specified detail message and cause.
- UNION - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The union type.
- unique(String, String[][]) - Static method in class org.apache.gravitino.rel.indexes.Indexes
-
Create a unique index on columns.
- UNIQUE_KEY - Enum constant in enum class org.apache.gravitino.rel.indexes.Index.IndexType
-
UNIQUE KEY in a relational database is a field or a combination of fields that ensures each record in a table has a distinct value or combination of values.
- UNKNOWN - Enum constant in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Unknown data operation.
- UNKNOWN - Enum constant in enum class org.apache.gravitino.audit.InternalClientType
-
The client type is unknown.
- UNKNOWN_ERROR_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for invalid state.
- unknownError(String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new unknown error instance of
ErrorResponse
. - unmodifiableMap(Map<String, String>) - Static method in class org.apache.gravitino.utils.MapUtils
-
Returns an unmodifiable map.
- UnmodifiableStatisticException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when users modify an unmodifiable statistic
- UnmodifiableStatisticException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.UnmodifiableStatisticException
-
Constructs a new exception with the specified detail message.
- UnmodifiableStatisticException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.UnmodifiableStatisticException
-
Constructs a new exception with the specified detail message and cause.
- UNPARSED - Enum constant in enum class org.apache.gravitino.dto.rel.expressions.FunctionArg.ArgType
-
An argument that cannot be parsed.
- UNPARSED - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The unparsed type.
- unparsedExpression() - Method in class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO
- unparsedExpression() - Method in interface org.apache.gravitino.rel.expressions.UnparsedExpression
- unparsedExpression() - Method in class org.apache.gravitino.rel.expressions.UnparsedExpression.UnparsedExpressionImpl
- UnparsedExpression - Interface in org.apache.gravitino.rel.expressions
-
Represents an expression that is not parsed yet.
- UnparsedExpression.UnparsedExpressionImpl - Class in org.apache.gravitino.rel.expressions
-
An
UnparsedExpression
implementation - UnparsedExpressionDTO - Class in org.apache.gravitino.dto.rel.expressions
-
Data transfer object representing an unparsed expression.
- UnparsedExpressionDTO.Builder - Class in org.apache.gravitino.dto.rel.expressions
-
Builder for
UnparsedExpressionDTO
. - unparsedType() - Method in class org.apache.gravitino.rel.types.Types.UnparsedType
- unsigned() - Static method in class org.apache.gravitino.rel.types.Types.ByteType
- unsigned() - Static method in class org.apache.gravitino.rel.types.Types.IntegerType
- unsigned() - Static method in class org.apache.gravitino.rel.types.Types.LongType
- unsigned() - Static method in class org.apache.gravitino.rel.types.Types.ShortType
- unsignedByteLiteral(Short) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates an unsigned byte type literal with the given value.
- unsignedIntegerLiteral(Long) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates an unsigned integer type literal with the given value.
- unsignedLongLiteral(Decimal) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates an unsigned long type literal with the given value.
- unsignedShortLiteral(Integer) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates an unsigned short type literal with the given value.
- Unstable - Annotation Interface in org.apache.gravitino.annotation
-
Unstable APIs, with no guarantee on stability and compatibility across any releases.
- UNSUPPORTED - Enum constant in enum class org.apache.gravitino.Catalog.Type
-
Catalog Type for test only.
- UNSUPPORTED_OPERATION_CODE - Static variable in class org.apache.gravitino.dto.responses.ErrorConstants
-
Error codes for unsupported operation.
- unsupportedOperation(String) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new unsupported operation error instance of
ErrorResponse
. - unsupportedOperation(String, Throwable) - Static method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Create a new unsupported operation error instance of
ErrorResponse
. - update(String, Map<String, StatisticValue<?>>) - Static method in class org.apache.gravitino.stats.PartitionStatisticsModification
-
Creates a PartitionUpdateStatistics instance with the specified partition name and statistics.
- updateAliases(String[], String[]) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for updating the aliases of a model version.
- UpdateAliases(List<String>, List<String>) - Constructor for class org.apache.gravitino.model.ModelVersionChange.UpdateAliases
-
Constructs a new aliases-update operation, specifying the aliases to add and remove.
- UpdateCatalogCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.UpdateCatalogCommentRequest
-
Default constructor for UpdateCatalogCommentRequest.
- UpdateCatalogCommentRequest(String) - Constructor for class org.apache.gravitino.dto.requests.CatalogUpdateRequest.UpdateCatalogCommentRequest
-
Constructor for UpdateCatalogCommentRequest.
- updateColumnAutoIncrement(String[], boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the autoIncrement of a field.
- UpdateColumnAutoIncrement(String[], boolean) - Constructor for class org.apache.gravitino.rel.TableChange.UpdateColumnAutoIncrement
-
Creates a new UpdateColumnAutoIncrement instance.
- UpdateColumnAutoIncrementRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateColumnAutoIncrementRequest
-
Default constructor for Jackson deserialization.
- UpdateColumnAutoIncrementRequest(String[], boolean) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateColumnAutoIncrementRequest
-
Constructor for UpdateColumnAutoIncrementRequest.
- updateColumnComment(String[], String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the comment of a field.
- updateColumnDefaultValue(String[], Expression) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the default value of a field.
- updateColumnNullability(String[], boolean) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the nullability of a field.
- updateColumnPosition(String[], TableChange.ColumnPosition) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the position of a field.
- updateColumnType(String[], Type) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the type of a field that is nullable.
- updateComment(String) - Static method in interface org.apache.gravitino.CatalogChange
-
Creates a new catalog change to update the catalog comment.
- updateComment(String) - Static method in interface org.apache.gravitino.file.FilesetChange
-
Creates a new fileset change to update the fileset comment.
- updateComment(String) - Static method in interface org.apache.gravitino.messaging.TopicChange
-
Creates a new topic change to update the topic comment.
- updateComment(String) - Static method in interface org.apache.gravitino.MetalakeChange
-
Creates a new metalake change to update the metalake comment.
- updateComment(String) - Static method in interface org.apache.gravitino.model.ModelChange
-
Create a ModelChange for updating the comment of a model.
- updateComment(String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for updating the comment of a model version.
- updateComment(String) - Static method in interface org.apache.gravitino.policy.PolicyChange
-
Creates a new policy change to update the policy comment.
- updateComment(String) - Static method in interface org.apache.gravitino.rel.TableChange
-
Create a TableChange for updating the comment.
- updateComment(String) - Static method in interface org.apache.gravitino.tag.TagChange
-
Creates a new tag change to update the tag comment.
- UpdateComment(String) - Constructor for class org.apache.gravitino.model.ModelChange.UpdateComment
-
Constructs a new
ModelChange.UpdateComment
instance with the specified new comment. - UpdateComment(String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.UpdateComment
-
Creates a new
ModelVersionChange.UpdateComment
instance with the specified new comment. - updateContent(String, PolicyContent) - Static method in interface org.apache.gravitino.policy.PolicyChange
-
Creates a new policy change to update the content of the policy.
- UpdateFilesetCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.FilesetUpdateRequest.UpdateFilesetCommentRequest
- UpdateMetalakeCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.UpdateMetalakeCommentRequest
-
Default constructor for UpdateMetalakeCommentRequest.
- UpdateMetalakeCommentRequest(String) - Constructor for class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.UpdateMetalakeCommentRequest
-
Constructor for UpdateMetalakeCommentRequest.
- UpdateModelCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelUpdateRequest.UpdateModelCommentRequest
- UpdateModelVersionAliasesRequest() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionAliasesRequest
- UpdateModelVersionComment() - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionComment
- UpdateModelVersionUriRequest(String) - Constructor for class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionUriRequest
-
Constructor for UpdateModelVersionUriRequest.
- updatePartitionStatistics(List<PartitionStatisticsUpdate>) - Method in interface org.apache.gravitino.stats.SupportsPartitionStatistics
-
Updates statistics with the provided values.
- UpdatePolicyCommentRequest(String) - Constructor for class org.apache.gravitino.dto.requests.PolicyUpdateRequest.UpdatePolicyCommentRequest
-
Creates a new UpdatePolicyCommentRequest.
- UpdatePolicyContentRequest(String, PolicyContentDTO) - Constructor for class org.apache.gravitino.dto.requests.PolicyUpdateRequest.UpdatePolicyContentRequest
-
Creates a new UpdatePolicyContentRequest.
- updateSecurableObject(String, SecurableObject, SecurableObject) - Static method in interface org.apache.gravitino.authorization.RoleChange
-
Update a securable object RoleChange.
- updateStatistics(Map<String, StatisticValue<?>>) - Method in interface org.apache.gravitino.stats.SupportsStatistics
-
Updates statistics with the provided values.
- UpdateTableColumnCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnCommentRequest
-
Default constructor for Jackson deserialization.
- UpdateTableColumnCommentRequest(String[], String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnCommentRequest
-
Constructor for UpdateTableColumnCommentRequest.
- UpdateTableColumnDefaultValueRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnDefaultValueRequest
-
Default constructor for Jackson deserialization.
- UpdateTableColumnDefaultValueRequest(String[], Expression) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnDefaultValueRequest
-
Constructor for UpdateTableColumnDefaultValueRequest.
- UpdateTableColumnNullabilityRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnNullabilityRequest
-
Default constructor for Jackson deserialization.
- UpdateTableColumnNullabilityRequest(String[], boolean) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnNullabilityRequest
-
Constructor for UpdateTableColumnNullabilityRequest.
- UpdateTableColumnPositionRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnPositionRequest
-
Default constructor for Jackson deserialization.
- UpdateTableColumnPositionRequest(String[], TableChange.ColumnPosition) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnPositionRequest
-
Constructor for UpdateTableColumnPositionRequest.
- UpdateTableColumnTypeRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnTypeRequest
-
Default constructor for Jackson deserialization.
- UpdateTableColumnTypeRequest(String[], Type) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnTypeRequest
-
Constructor for UpdateTableColumnTypeRequest.
- UpdateTableCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableCommentRequest
-
Default constructor for Jackson deserialization.
- UpdateTableCommentRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableCommentRequest
-
Constructor for UpdateTableCommentRequest.
- UpdateTagCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.UpdateTagCommentRequest
-
This is the constructor that is used by Jackson deserializer
- UpdateTagCommentRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TagUpdateRequest.UpdateTagCommentRequest
-
Creates a new UpdateTagCommentRequest.
- UpdateTopicCommentRequest() - Constructor for class org.apache.gravitino.dto.requests.TopicUpdateRequest.UpdateTopicCommentRequest
-
Default constructor for Jackson deserialization.
- UpdateTopicCommentRequest(String) - Constructor for class org.apache.gravitino.dto.requests.TopicUpdateRequest.UpdateTopicCommentRequest
-
Constructor for UpdateTopicCommentRequest.
- updateUri(String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for updating the uri of a model version.
- updateUri(String, String) - Static method in interface org.apache.gravitino.model.ModelVersionChange
-
Create a ModelVersionChange for updating the uri of a model version.
- UpdateUri(String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Creates a new
ModelVersionChange.UpdateUri
instance with the specified new uri. - UpdateUri(String, String) - Constructor for class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Creates a new
ModelVersionChange.UpdateUri
instance with the specified new uri and its name. - upper() - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- upper() - Method in interface org.apache.gravitino.rel.partitions.RangePartition
- upperBoundType() - Method in class org.apache.gravitino.stats.PartitionRange
-
Returns the type of the upper bound if it exists.
- upperPartitionName() - Method in class org.apache.gravitino.stats.PartitionRange
-
Returns the upper partition name if it exists.
- upTo(String, PartitionRange.BoundType) - Static method in class org.apache.gravitino.stats.PartitionRange
-
Creates a PartitionRange which only has upper bound partition name.
- upTo(String, PartitionRange.BoundType, SortOrder) - Static method in class org.apache.gravitino.stats.PartitionRange
-
Creates a PartitionRange which only has upper bound partition name with a specific comparator type.
- uri - Variable in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
The base URI for the Gravitino API.
- uri() - Method in interface org.apache.gravitino.model.ModelVersion
-
The unnamed URI of the model artifact.
- uri() - Method in class org.apache.gravitino.model.ModelVersionChange.AddUri
-
Returns the uri to be added for the model version.
- uri(String) - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Sets the base URI for the HTTP client.
- URI_NAME_UNKNOWN - Static variable in interface org.apache.gravitino.model.ModelVersion
-
The reserved URI name to indicate the URI name is unknown.
- uriName() - Method in class org.apache.gravitino.model.ModelVersionChange.AddUri
-
Returns the name of the uri to be added for the model version.
- uriName() - Method in class org.apache.gravitino.model.ModelVersionChange.RemoveUri
-
Returns the name of the uri to be removed for the model version.
- uriName() - Method in class org.apache.gravitino.model.ModelVersionChange.UpdateUri
-
Returns the name of the uri to be updated for the model version.
- uris() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO
- uris() - Method in interface org.apache.gravitino.model.ModelVersion
-
The name and corresponding URI of the model artifact.
- USE_CATALOG - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to use a catalog.
- USE_MODEL - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to view the metadata of the model and download all the model versions
- USE_SCHEMA - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
the privilege to use a schema.
- User - Interface in org.apache.gravitino.authorization
-
The interface of a user.
- USER - Enum constant in enum class org.apache.gravitino.authorization.Owner.Type
-
The type of the owner is a user.
- UserAddRequest - Class in org.apache.gravitino.dto.requests
-
Represents a request to add a user.
- UserAddRequest() - Constructor for class org.apache.gravitino.dto.requests.UserAddRequest
-
Default constructor for UserAddRequest.
- UserAddRequest(String) - Constructor for class org.apache.gravitino.dto.requests.UserAddRequest
-
Creates a new UserAddRequest.
- UserAlreadyExistsException - Exception in org.apache.gravitino.exceptions
-
An exception thrown when a user already exists.
- UserAlreadyExistsException(String, Object...) - Constructor for exception org.apache.gravitino.exceptions.UserAlreadyExistsException
-
Constructs a new exception with the specified detail message.
- UserAlreadyExistsException(Throwable, String, Object...) - Constructor for exception org.apache.gravitino.exceptions.UserAlreadyExistsException
-
Constructs a new exception with the specified detail message and cause.
- UserDTO - Class in org.apache.gravitino.dto.authorization
-
Represents a User Data Transfer Object (DTO).
- UserDTO() - Constructor for class org.apache.gravitino.dto.authorization.UserDTO
-
Default constructor for Jackson deserialization.
- UserDTO(String, List<String>, AuditDTO) - Constructor for class org.apache.gravitino.dto.authorization.UserDTO
-
Creates a new instance of UserDTO.
- UserDTO.Builder<S extends UserDTO.Builder> - Class in org.apache.gravitino.dto.authorization
-
Builder class for constructing a UserDTO instance.
- userErrorHandler() - Static method in class org.apache.gravitino.client.ErrorHandlers
-
Creates an error handler specific to User operations.
- UserListResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing a list of users.
- UserListResponse() - Constructor for class org.apache.gravitino.dto.responses.UserListResponse
-
This is the constructor that is used by Jackson deserializer to create an instance of UserListResponse.
- UserListResponse(UserDTO[]) - Constructor for class org.apache.gravitino.dto.responses.UserListResponse
-
Constructor for UserListResponse.
- UserResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response for a user.
- UserResponse() - Constructor for class org.apache.gravitino.dto.responses.UserResponse
-
Default constructor for UserResponse.
- UserResponse(UserDTO) - Constructor for class org.apache.gravitino.dto.responses.UserResponse
-
Constructor for UserResponse.
- UUID - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The UUID type.
V
- validate() - Method in class org.apache.gravitino.dto.job.JobDTO
-
Validates the JobDTO.
- validate() - Method in class org.apache.gravitino.dto.job.JobTemplateDTO
-
Validates the JobTemplateDTO.
- validate() - Method in class org.apache.gravitino.dto.job.SparkJobTemplateDTO
- validate() - Method in class org.apache.gravitino.dto.rel.ColumnDTO
-
Validates the Column DTO.
- validate() - Method in class org.apache.gravitino.dto.requests.AddPartitionsRequest
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogCreateRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogSetRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RemoveCatalogPropertyRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.RenameCatalogRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.SetCatalogPropertyRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogUpdateRequest.UpdateCatalogCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.CatalogUpdatesRequest
-
Validates each request in the list.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetCreateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RemoveFilesetCommentRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RemoveFilesetPropertiesRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.RenameFilesetRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.SetFilesetPropertiesRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetUpdateRequest.UpdateFilesetCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.FilesetUpdatesRequest
- validate() - Method in class org.apache.gravitino.dto.requests.GroupAddRequest
-
Validates the
GroupAddRequest
request. - validate() - Method in class org.apache.gravitino.dto.requests.JobRunRequest
- validate() - Method in class org.apache.gravitino.dto.requests.JobTemplateRegisterRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeCreateRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeSetRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RemoveMetalakePropertyRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.RenameMetalakeRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.SetMetalakePropertyRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdateRequest.UpdateMetalakeCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.MetalakeUpdatesRequest
-
Validates each request in the list.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelRegisterRequest
- validate() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.RemoveModelPropertyRequest
-
Validates the request, i.e., checks if the property is not empty.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.RenameModelRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.SetModelPropertyRequest
-
Validates the request, i.e., checks if the property and value are not empty and not null.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelUpdateRequest.UpdateModelCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelUpdatesRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionLinkRequest
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.AddModelVersionUriRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.RemoveModelVersionPropertyRequest
-
Validates the request, i.e., checks if the property is not empty.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.RemoveModelVersionUriRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.SetModelVersionPropertyRequest
-
Validates the request, i.e., checks if the property and value are not empty and not null.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionAliasesRequest
-
Validates the request
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionComment
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdateRequest.UpdateModelVersionUriRequest
-
Validates the request, i.e., checks if the newUri is not empty.
- validate() - Method in class org.apache.gravitino.dto.requests.ModelVersionUpdatesRequest
-
Ensures that a constructed instance of a REST message is valid according to the REST spec.
- validate() - Method in class org.apache.gravitino.dto.requests.OwnerSetRequest
- validate() - Method in class org.apache.gravitino.dto.requests.PartitionStatisticsDropRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PartitionStatisticsUpdateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PoliciesAssociateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PolicyCreateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PolicySetRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PolicyUpdateRequest.RenamePolicyRequest
- validate() - Method in class org.apache.gravitino.dto.requests.PolicyUpdateRequest.UpdatePolicyCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PolicyUpdateRequest.UpdatePolicyContentRequest
- validate() - Method in class org.apache.gravitino.dto.requests.PolicyUpdatesRequest
- validate() - Method in class org.apache.gravitino.dto.requests.PrivilegeGrantRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.PrivilegeRevokeRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.RoleCreateRequest
-
Validates the
RoleCreateRequest
request. - validate() - Method in class org.apache.gravitino.dto.requests.RoleGrantRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.RoleRevokeRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.SchemaCreateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.SchemaUpdateRequest.RemoveSchemaPropertyRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.SchemaUpdateRequest.SetSchemaPropertyRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.SchemaUpdatesRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.StatisticsDropRequest
- validate() - Method in class org.apache.gravitino.dto.requests.StatisticsUpdateRequest
- validate() - Method in class org.apache.gravitino.dto.requests.TableCreateRequest
-
Validates the
TableCreateRequest
request. - validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableColumnRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.AddTableIndexRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableColumnRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.DeleteTableIndexRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.RemoveTablePropertyRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableColumnRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.RenameTableRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.SetTablePropertyRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateColumnAutoIncrementRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnCommentRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnDefaultValueRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnNullabilityRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnPositionRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnTypeRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TableUpdatesRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TagCreateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TagsAssociateRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.RemoveTagPropertyRequest
- validate() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.RenameTagRequest
- validate() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.SetTagPropertyRequest
- validate() - Method in class org.apache.gravitino.dto.requests.TagUpdateRequest.UpdateTagCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TagUpdatesRequest
- validate() - Method in class org.apache.gravitino.dto.requests.TopicCreateRequest
- validate() - Method in class org.apache.gravitino.dto.requests.TopicUpdateRequest.RemoveTopicPropertyRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TopicUpdateRequest.SetTopicPropertyRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TopicUpdateRequest.UpdateTopicCommentRequest
-
Validates the fields of the request.
- validate() - Method in class org.apache.gravitino.dto.requests.TopicUpdatesRequest
-
Validates the request.
- validate() - Method in class org.apache.gravitino.dto.requests.UserAddRequest
-
Validates the
UserAddRequest
request. - validate() - Method in class org.apache.gravitino.dto.responses.BaseResponse
-
Validates the response code.
- validate() - Method in class org.apache.gravitino.dto.responses.CatalogListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.CatalogResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.CredentialResponse
- validate() - Method in class org.apache.gravitino.dto.responses.DropResponse
- validate() - Method in class org.apache.gravitino.dto.responses.EntityListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.ErrorResponse
-
Validates the error response.
- validate() - Method in class org.apache.gravitino.dto.responses.FileInfoListResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.FileLocationResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.FilesetResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.GroupListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.GroupResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.JobListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.JobResponse
- validate() - Method in class org.apache.gravitino.dto.responses.JobTemplateListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.JobTemplateResponse
- validate() - Method in class org.apache.gravitino.dto.responses.MetadataObjectListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.MetalakeListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.MetalakeResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.ModelResponse
- validate() - Method in class org.apache.gravitino.dto.responses.ModelVersionInfoListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.ModelVersionListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.ModelVersionResponse
- validate() - Method in class org.apache.gravitino.dto.responses.ModelVersionUriResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.NameListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.OAuth2ErrorResponse
-
Validates the OAuth2ErrorResponse.
- validate() - Method in class org.apache.gravitino.dto.responses.OAuth2TokenResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.OwnerResponse
- validate() - Method in class org.apache.gravitino.dto.responses.PartitionNameListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.PartitionStatisticsListResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.PolicyListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.PolicyResponse
- validate() - Method in class org.apache.gravitino.dto.responses.RoleResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.SchemaResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.StatisticListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.TableResponse
-
Validates the response.
- validate() - Method in class org.apache.gravitino.dto.responses.TagListResponse
- validate() - Method in class org.apache.gravitino.dto.responses.TagResponse
- validate() - Method in class org.apache.gravitino.dto.responses.TopicResponse
- validate() - Method in class org.apache.gravitino.dto.responses.UserListResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.UserResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.responses.VersionResponse
-
Validates the response data.
- validate() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsDropDTO
-
Validates the PartitionStatisticsDropDTO instance.
- validate() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsDTO
-
Validates the PartitionStatisticsDTO instance.
- validate() - Method in class org.apache.gravitino.dto.stats.PartitionStatisticsUpdateDTO
-
Validates the PartitionStatisticsUpdateDTO instance.
- validate() - Method in class org.apache.gravitino.dto.stats.StatisticDTO
-
Validates the StatisticDTO.
- validate() - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Validates the parameters of the job template.
- validate() - Method in class org.apache.gravitino.job.ShellJobTemplate.Builder
- validate() - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
- validate() - Method in interface org.apache.gravitino.policy.PolicyContent
-
Validates the policy content.
- validate() - Method in interface org.apache.gravitino.rest.RESTMessage
-
Ensures that a constructed instance of a REST message is valid according to the REST spec.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.DistributionDTO
-
Validates the distribution.
- validate(ColumnDTO[]) - Method in interface org.apache.gravitino.dto.rel.expressions.FunctionArg
-
Validates the function argument.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.partitioning.BucketPartitioningDTO
-
Validates the partitioning columns.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.partitioning.FunctionPartitioningDTO
-
Validates the function partitioning.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.partitioning.ListPartitioningDTO
-
Validates the partitioning columns.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.partitioning.Partitioning.SingleFieldPartitioning
-
Validates the partitioning columns.
- validate(ColumnDTO[]) - Method in interface org.apache.gravitino.dto.rel.partitioning.Partitioning
-
Validates the partitioning columns.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.partitioning.RangePartitioningDTO
-
Validates the partitioning columns.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
-
Validates the partitioning columns.
- validate(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.SortOrderDTO
-
Validates the sort order.
- validateFieldExistence(ColumnDTO[], String[]) - Static method in class org.apache.gravitino.dto.rel.PartitionUtils
-
Validates the existence of the partition field in the table.
- validateJdbcConfig(String, String, Map<String, String>) - Static method in class org.apache.gravitino.utils.JdbcUrlUtils
-
Validates the JDBC configuration by checking the driver and URL for unsafe parameters.
- value() - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO
- value() - Method in class org.apache.gravitino.dto.stats.StatisticDTO
- value() - Method in class org.apache.gravitino.model.ModelChange.SetProperty
-
Retrieves the value to be set for the property.
- value() - Method in class org.apache.gravitino.model.ModelVersionChange.SetProperty
-
Returns the value to be set for the property.
- value() - Method in class org.apache.gravitino.rel.expressions.Literal.LiteralImpl
-
Deprecated.
- value() - Method in interface org.apache.gravitino.rel.expressions.Literal
-
Deprecated.
- value() - Method in interface org.apache.gravitino.rel.expressions.literals.Literal
- value() - Method in class org.apache.gravitino.rel.expressions.literals.Literals.LiteralImpl
- value() - Method in class org.apache.gravitino.rel.types.Decimal
- value() - Method in interface org.apache.gravitino.stats.Statistic
-
Get the value of the statistic.
- value() - Method in interface org.apache.gravitino.stats.StatisticValue
-
Returns the value of the statistic.
- value() - Method in class org.apache.gravitino.stats.StatisticValues.BooleanValue
- value() - Method in class org.apache.gravitino.stats.StatisticValues.DoubleValue
- value() - Method in class org.apache.gravitino.stats.StatisticValues.ListValue
- value() - Method in class org.apache.gravitino.stats.StatisticValues.LongValue
- value() - Method in class org.apache.gravitino.stats.StatisticValues.ObjectValue
- value() - Method in class org.apache.gravitino.stats.StatisticValues.StringValue
- valueNotNull(Type, Type) - Static method in class org.apache.gravitino.rel.types.Types.MapType
-
Create a new
Types.MapType
with the given key type, value type and the value is not nullable. - valueNullable() - Method in class org.apache.gravitino.rel.types.Types.MapType
- valueNullable(Type, Type) - Static method in class org.apache.gravitino.rel.types.Types.MapType
-
Create a new
Types.MapType
with the given key type, value type and the value is nullable. - valueOf(String) - Static method in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.audit.InternalClientType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.auth.AuthenticatorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.auth.SignatureAlgorithmFamilyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.authorization.Owner.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.authorization.Privilege.Condition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.authorization.Privilege.Name
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.Catalog.CloudName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.Catalog.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.dto.rel.expressions.FunctionArg.ArgType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.dto.rel.partitions.PartitionDTO.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.file.Fileset.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.job.JobHandle.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.job.JobTemplate.JobType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.MetadataObject.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.policy.Policy.BuiltInType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.rel.expressions.sorts.NullOrdering
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.rel.indexes.Index.IndexType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.rel.types.Type.Name
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.gravitino.stats.PartitionRange.BoundType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.gravitino.audit.FilesetDataOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.audit.InternalClientType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.auth.AuthenticatorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.auth.SignatureAlgorithmFamilyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.authorization.Owner.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.authorization.Privilege.Condition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.authorization.Privilege.Name
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.Catalog.CloudName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.Catalog.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.dto.rel.expressions.FunctionArg.ArgType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO
- values() - Static method in enum class org.apache.gravitino.dto.rel.partitions.PartitionDTO.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.file.Fileset.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.job.JobHandle.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.job.JobTemplate.JobType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.MetadataObject.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.policy.Policy.BuiltInType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.rel.expressions.distributions.Strategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.rel.expressions.sorts.NullOrdering
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.rel.expressions.sorts.SortDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.rel.indexes.Index.IndexType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface org.apache.gravitino.rel.partitions.IdentityPartition
- values() - Static method in enum class org.apache.gravitino.rel.types.Type.Name
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.gravitino.stats.PartitionRange.BoundType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType() - Method in class org.apache.gravitino.rel.types.Types.MapType
- VARCHAR - Enum constant in enum class org.apache.gravitino.rel.types.Type.Name
-
The varchar type.
- varcharLiteral(int, String) - Static method in class org.apache.gravitino.rel.expressions.literals.Literals
-
Creates a varchar type literal with the given value.
- version - Variable in class org.apache.gravitino.Version.VersionInfo
-
build version
- version() - Method in class org.apache.gravitino.dto.model.ModelVersionDTO
- version() - Method in class org.apache.gravitino.dto.VersionDTO
- version() - Method in interface org.apache.gravitino.model.ModelVersion
-
The version of this model object.
- version(String) - Method in class org.apache.gravitino.config.ConfigBuilder
-
Sets the version for the configuration.
- Version - Class in org.apache.gravitino
-
Retrieve the version and build information from the building process
- VERSION_0_1_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.1.0 release.
- VERSION_0_2_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.2.0 release.
- VERSION_0_3_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.3.0 release.
- VERSION_0_4_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.4.0 release.
- VERSION_0_5_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.5.0 release.
- VERSION_0_5_1 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.5.1 release.
- VERSION_0_5_2 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.5.2 release.
- VERSION_0_6_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.6.0 release.
- VERSION_0_7_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.7.0 release.
- VERSION_0_8_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.8.0 release.
- VERSION_0_9_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 0.9.0 release.
- VERSION_1_0_0 - Static variable in class org.apache.gravitino.config.ConfigConstants
-
The version number for the 1.0.0 release.
- Version.VersionInfo - Class in org.apache.gravitino
-
Store version information
- VersionDTO - Class in org.apache.gravitino.dto
-
Represents a Version Data Transfer Object (DTO).
- VersionDTO() - Constructor for class org.apache.gravitino.dto.VersionDTO
-
Default constructor for Jackson deserialization.
- VersionDTO(String, String, String) - Constructor for class org.apache.gravitino.dto.VersionDTO
-
Creates a new instance of VersionDTO.
- VersionInfo() - Constructor for class org.apache.gravitino.Version.VersionInfo
- VersionResponse - Class in org.apache.gravitino.dto.responses
-
Represents a response containing version of Gravitino.
- VersionResponse() - Constructor for class org.apache.gravitino.dto.responses.VersionResponse
-
Default constructor for VersionResponse.
- VersionResponse(VersionDTO) - Constructor for class org.apache.gravitino.dto.responses.VersionResponse
-
Constructor for VersionResponse.
W
- WEBSERVER_HTTP_PORT - Static variable in class org.apache.gravitino.config.ConfigConstants
-
HTTP Server port, reused by Gravitino server and Iceberg REST server
- WEBSERVER_HTTPS_PORT - Static variable in class org.apache.gravitino.config.ConfigConstants
-
HTTPS Server port, reused by Gravitino server and Iceberg REST server
- width() - Method in class org.apache.gravitino.dto.rel.partitioning.TruncatePartitioningDTO
- width() - Method in class org.apache.gravitino.rel.expressions.transforms.Transforms.TruncateTransform
- withAliases(String[]) - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Sets the aliases of the model version.
- withArchives(List<String>) - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
-
Sets the list of archives required for the Spark job.
- withArgs(FunctionArg...) - Method in class org.apache.gravitino.dto.rel.DistributionDTO.Builder
-
Sets the arguments of the function.
- withArguments(List<String>) - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Set the arguments for the job template.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
Sets the audit information of the group.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
Sets the audit information of the role.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
Sets the audit information of the user.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Sets the audit information of the catalog.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.messaging.TopicDTO.Builder
-
Sets the audit information for the topic.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
Sets the audit information of the Metalake DTO.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.model.ModelDTO.Builder
-
Sets the audit information associated with the model.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Sets the audit information of the model version.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets the audit information for the policy.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the audit information for the table.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.SchemaDTO.Builder
-
Sets the audit information for the schema.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.stats.StatisticDTO.Builder
-
Sets the audit information for the statistic.
- withAudit(AuditDTO) - Method in class org.apache.gravitino.dto.tag.TagDTO.Builder
-
Sets the audit information for the tag.
- withAuthDataProvider(AuthDataProvider) - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Sets the AuthDataProvider for the HTTP client.
- withAutoIncrement(boolean) - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Sets whether the column is an auto-increment column.
- withClassName(String) - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
-
Sets the class name of the Spark application to be executed.
- withClientConfig(Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Set base client config for Gravitino Client.
- withClientPrincipal(String) - Method in class org.apache.gravitino.client.KerberosTokenProvider.Builder
-
Sets the client principal for the HTTP token requests.
- withColumnName(String) - Method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO.Builder
-
Set the column name for the field reference.
- withColumns(ColumnDTO[]) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the columns of the table.
- withComment(String) - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Sets the comment of the catalog.
- withComment(String) - Method in class org.apache.gravitino.dto.messaging.TopicDTO.Builder
-
Sets the comment associated with the topic.
- withComment(String) - Method in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
Sets the comment of the Metalake DTO.
- withComment(String) - Method in class org.apache.gravitino.dto.model.ModelDTO.Builder
-
Sets the comment associated with the model.
- withComment(String) - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Sets the comment of the model version.
- withComment(String) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets the comment associated with the policy.
- withComment(String) - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Sets the comment associated with the column.
- withComment(String) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the comment associated with the table.
- withComment(String) - Method in class org.apache.gravitino.dto.SchemaDTO.Builder
-
Sets the comment associated with the schema.
- withComment(String) - Method in class org.apache.gravitino.dto.tag.TagDTO.Builder
-
Sets the comment associated with the tag.
- withComment(String) - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Set the comment for the job template.
- withCondition(Privilege.Condition) - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO.Builder
-
Sets the condition of the privilege.
- withConfigs(Map<String, String>) - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
-
Sets the configuration map for the Spark job.
- withContent(PolicyContentDTO) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets the content of the policy.
- withContext(Map<String, String>) - Method in class org.apache.gravitino.audit.CallerContext.Builder
-
Sets the context for CallerContext
- withCreateTime(Instant) - Method in class org.apache.gravitino.dto.AuditDTO.Builder
-
Sets the create time for the audit.
- withCreator(String) - Method in class org.apache.gravitino.dto.AuditDTO.Builder
-
Sets the creator for the audit.
- withCredential(String) - Method in class org.apache.gravitino.client.DefaultOAuth2TokenProvider.Builder
-
Sets the credential for the HTTP token requests.
- withCredentialInfo(Map<String, String>) - Method in class org.apache.gravitino.dto.credential.CredentialDTO.Builder
-
Sets the credential information.
- withCredentialType(String) - Method in class org.apache.gravitino.dto.credential.CredentialDTO.Builder
-
Sets the credential type.
- withCustomFields(Map<String, String>) - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Set the custom fields for the job template.
- withCustomTokenAuth(CustomTokenProvider) - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Sets CustomTokenProvider for the Gravitino.
- withDataType(Type) - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Sets the data type of the column.
- withDataType(Type) - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO.Builder
-
Set the data type of the literal.
- withDefaultValue(Expression) - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Sets the default value of the column.
- withDirection(SortDirection) - Method in class org.apache.gravitino.dto.rel.SortOrderDTO.Builder
-
Set the sort direction.
- withDistribution(DistributionDTO) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the distribution of the table.
- withEnabled(boolean) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets whether the policy is enabled or not.
- withEnvironments(Map<String, String>) - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Set the environment variables for the job template.
- withExecutable(String) - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Set the executable for the job template.
- withExpireTimeInMs(long) - Method in class org.apache.gravitino.dto.credential.CredentialDTO.Builder
-
Sets the credential expire time.
- withExpressions(Expression[]) - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl.Builder
-
Set the expressions of the distribution.
- withFieldName(String[]) - Method in class org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO.Builder
-
Set the field name for the field reference.
- withFieldNames(String[][]) - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
Sets the field names of the index.
- withFieldNames(String[][]) - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO.Builder
-
Set the field names for the partition.
- withFieldNames(String[][]) - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
Set the field names of the index.
- withFiles(List<String>) - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
-
Sets the list of files required for the Spark job.
- withFullName(String) - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO.Builder
-
Sets the full name of the securable object.
- withFunctionArgs(FunctionArg...) - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO.Builder
-
Set the function arguments for the function expression.
- withFunctionName(String) - Method in class org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO.Builder
-
Set the function name for the function expression.
- withHeader(String, String) - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Adds a single request header to the HTTP client.
- withHeaders(Map<String, String>) - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Set base header for Gravitino Client.
- withHeaders(Map<String, String>) - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Adds multiple request headers to the HTTP client.
- withIndex(IndexDTO[]) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the indexes of the table.
- withIndexType(Index.IndexType) - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
Sets the type of the index.
- withIndexType(Index.IndexType) - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
Set the type of the index.
- withInherited(Optional<Boolean>) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets whether the policy is inherited.
- withInherited(Optional<Boolean>) - Method in class org.apache.gravitino.dto.tag.TagDTO.Builder
-
Sets whether the tag is inherited.
- withJars(List<String>) - Method in class org.apache.gravitino.job.SparkJobTemplate.Builder
-
Sets the list of JAR files required for the Spark job.
- withKerberosAuth(KerberosTokenProvider) - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Sets KerberosTokenProvider for the Gravitino.
- withKeyTabFile(File) - Method in class org.apache.gravitino.client.KerberosTokenProvider.Builder
-
Sets the keyTabFile for the HTTP token requests.
- withLastModifiedTime(Instant) - Method in class org.apache.gravitino.dto.AuditDTO.Builder
-
Sets the last modified time for the audit.
- withLastModifier(String) - Method in class org.apache.gravitino.dto.AuditDTO.Builder
-
Sets who last modified the audit.
- withLatestVersion(int) - Method in class org.apache.gravitino.dto.model.ModelDTO.Builder
-
Sets the latest version of the model.
- withLists(LiteralDTO[][]) - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO.Builder
-
Set the lists of the partition for the builder.
- withLower(LiteralDTO) - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO.Builder
-
Set the lower bound for the partition.
- withMetalake(String) - Method in class org.apache.gravitino.client.GravitinoClient.ClientBuilder
-
Optional, set the metalake name for this client.
- withModifiable(boolean) - Method in class org.apache.gravitino.dto.stats.StatisticDTO.Builder
-
Sets whether the statistic is modifiable.
- withName(String) - Method in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
Sets the name of the group.
- withName(String) - Method in class org.apache.gravitino.dto.authorization.OwnerDTO.Builder
-
Sets the name for the owner.
- withName(String) - Method in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
Sets the name of the role.
- withName(String) - Method in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
Sets the name of the user.
- withName(String) - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Sets the name of the catalog.
- withName(String) - Method in class org.apache.gravitino.dto.messaging.TopicDTO.Builder
-
Sets the name of the topic.
- withName(String) - Method in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
Sets the name of the Metalake DTO.
- withName(String) - Method in class org.apache.gravitino.dto.model.ModelDTO.Builder
-
Sets the name of the model.
- withName(String) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets the name of the policy.
- withName(String) - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Sets the name of the column.
- withName(String) - Method in class org.apache.gravitino.dto.rel.indexes.IndexDTO.Builder
-
Sets the name of the index.
- withName(String) - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO.Builder
-
Set the name of the partition.
- withName(String) - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO.Builder
-
Set the name of the partition for the builder.
- withName(String) - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO.Builder
-
Set the name for the partition.
- withName(String) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the name of the table.
- withName(String) - Method in class org.apache.gravitino.dto.SchemaDTO.Builder
-
Sets the name of the schema.
- withName(String) - Method in class org.apache.gravitino.dto.stats.StatisticDTO.Builder
-
Sets the name of the statistic.
- withName(String) - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO.Builder
-
Sets the name of the metadata object.
- withName(String) - Method in class org.apache.gravitino.dto.tag.TagDTO.Builder
-
Sets the name of the tag.
- withName(String) - Method in class org.apache.gravitino.job.JobTemplate.BaseBuilder
-
Set the name of the job template.
- withName(String) - Method in class org.apache.gravitino.rel.indexes.Indexes.IndexImpl.Builder
-
Set the name of the index.
- withName(Privilege.Name) - Method in class org.apache.gravitino.dto.authorization.PrivilegeDTO.Builder
-
Sets the name of the privilege.
- withNullable(boolean) - Method in class org.apache.gravitino.dto.rel.ColumnDTO.Builder
-
Sets whether the column value can be null.
- withNullOrder(NullOrdering) - Method in class org.apache.gravitino.dto.rel.SortOrderDTO.Builder
-
Set the null ordering.
- withNumber(int) - Method in class org.apache.gravitino.dto.rel.DistributionDTO.Builder
-
Sets the number of buckets.
- withNumber(int) - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl.Builder
-
Set the number of buckets of the distribution.
- withOAuth(OAuth2TokenProvider) - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Sets OAuth2TokenProvider for Gravitino.
- withObjectMapper(ObjectMapper) - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Sets the custom ObjectMapper for the HTTP client.
- withoutTimeZone() - Static method in class org.apache.gravitino.rel.types.Types.TimestampType
- withoutTimeZone(int) - Static method in class org.apache.gravitino.rel.types.Types.TimestampType
- withParent(String) - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO.Builder
-
Sets the parent of the metadata object.
- withPartitioning(Partitioning[]) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the partitioning of the table.
- withPath(String) - Method in class org.apache.gravitino.client.DefaultOAuth2TokenProvider.Builder
-
Sets the path for the HTTP token requests.
- withPolicyType(String) - Method in class org.apache.gravitino.dto.policy.PolicyDTO.Builder
-
Sets the type of the policy.
- withPreConnectHandler(Runnable) - Method in class org.apache.gravitino.client.HTTPClient.Builder
-
Sets the preConnect handle for the HTTP client.
- withPrivileges(PrivilegeDTO[]) - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO.Builder
-
Sets the privileges of the securable object.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
Sets the properties of the role.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Sets the properties of the catalog.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.messaging.TopicDTO.Builder
-
Sets the properties associated with the topic.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.MetalakeDTO.Builder
-
Sets the properties of the Metalake DTO.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.model.ModelDTO.Builder
-
Sets the properties associated with the model.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Sets the properties of the model version.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO.Builder
-
Set the properties for the partition.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.rel.partitions.ListPartitionDTO.Builder
-
Set the properties of the partition for the builder.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO.Builder
-
Set the properties for the partition.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the properties associated with the table.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.SchemaDTO.Builder
-
Sets the properties associated with the schema.
- withProperties(Map<String, String>) - Method in class org.apache.gravitino.dto.tag.TagDTO.Builder
-
Sets the properties associated with the tag.
- withProvider(String) - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Sets the provider of the catalog.
- withReserved(boolean) - Method in class org.apache.gravitino.dto.stats.StatisticDTO.Builder
-
Sets whether the statistic is reserved.
- withRoles(List<String>) - Method in class org.apache.gravitino.dto.authorization.GroupDTO.Builder
-
Sets the roles of the group.
- withRoles(List<String>) - Method in class org.apache.gravitino.dto.authorization.UserDTO.Builder
-
Sets the roles of the user.
- withSchemeName(String) - Method in interface org.apache.gravitino.client.CustomTokenProvider.Builder
-
Sets the scheme name for the CustomTokenProvider.
- withSchemeName(String) - Method in class org.apache.gravitino.client.CustomTokenProvider.CustomTokenProviderBuilder
-
Sets the scheme name for the CustomTokenProvider.
- withScope(String) - Method in class org.apache.gravitino.client.DefaultOAuth2TokenProvider.Builder
-
Sets the scope for the HTTP token requests.
- withScripts(List<String>) - Method in class org.apache.gravitino.job.ShellJobTemplate.Builder
-
Sets the scripts to be executed by the shell job template.
- withSecurableObjects(SecurableObjectDTO[]) - Method in class org.apache.gravitino.dto.authorization.RoleDTO.Builder
-
Sets the securable objects of the role.
- withSimpleAuth() - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Sets the simple mode authentication for Gravitino
- withSimpleAuth(String) - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Sets the simple mode authentication for Gravitino with a specific username
- withSortOrders(SortOrderDTO[]) - Method in class org.apache.gravitino.dto.rel.TableDTO.Builder
-
Sets the sort orders of the table.
- withSortTerm(FunctionArg) - Method in class org.apache.gravitino.dto.rel.SortOrderDTO.Builder
-
Set the sort term.
- withStrategy(Strategy) - Method in class org.apache.gravitino.dto.rel.DistributionDTO.Builder
-
Sets the strategy of the distribution.
- withStrategy(Strategy) - Method in class org.apache.gravitino.rel.expressions.distributions.Distributions.DistributionImpl.Builder
-
Set the strategy of the distribution.
- withTimeZone() - Static method in class org.apache.gravitino.rel.types.Types.TimestampType
- withTimeZone(int) - Static method in class org.apache.gravitino.rel.types.Types.TimestampType
- withType(Owner.Type) - Method in class org.apache.gravitino.dto.authorization.OwnerDTO.Builder
-
Sets the type for the owner.
- withType(Catalog.Type) - Method in class org.apache.gravitino.dto.CatalogDTO.Builder
-
Sets the type of the catalog.
- withType(MetadataObject.Type) - Method in class org.apache.gravitino.dto.authorization.SecurableObjectDTO.Builder
-
Sets the type of the securable object.
- withType(MetadataObject.Type) - Method in class org.apache.gravitino.dto.tag.MetadataObjectDTO.Builder
-
Sets the type of the metadata object.
- withUnparsedExpression(String) - Method in class org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO.Builder
-
Set the unparsed expression.
- withUpper(LiteralDTO) - Method in class org.apache.gravitino.dto.rel.partitions.RangePartitionDTO.Builder
-
Set the upper bound for the partition.
- withUri(String) - Method in class org.apache.gravitino.client.OAuth2TokenProvider.OAuth2TokenProviderBuilder
-
Sets the uri of the OAuth2TokenProvider
- withUris(Map<String, String>) - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Sets the URIs of the model version.
- withValue(String) - Method in class org.apache.gravitino.dto.rel.expressions.LiteralDTO.Builder
-
Set the value of the literal.
- withValue(Optional<StatisticValue<?>>) - Method in class org.apache.gravitino.dto.stats.StatisticDTO.Builder
-
Sets the value of the statistic.
- withValues(LiteralDTO[]) - Method in class org.apache.gravitino.dto.rel.partitions.IdentityPartitionDTO.Builder
-
Set the values for the partition.
- withVersion(int) - Method in class org.apache.gravitino.dto.model.ModelVersionDTO.Builder
-
Sets the version number of the model version.
- withVersionCheckDisabled() - Method in class org.apache.gravitino.client.GravitinoClientBase.Builder
-
Optional, set a flag to verify the client is supported to connector the server
- WRITE_FILESET - Enum constant in enum class org.apache.gravitino.authorization.Privilege.Name
-
The privilege to write a fileset.
- writeTo(Map<String, String>, T) - Method in class org.apache.gravitino.config.ConfigEntry
-
Writes the provided value to the specified properties map.
Y
- year(String) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the year of the input value.
- year(String[]) - Static method in class org.apache.gravitino.rel.expressions.transforms.Transforms
-
Create a transform that returns the year of the input value.
- YEAR - Enum constant in enum class org.apache.gravitino.dto.rel.partitioning.Partitioning.Strategy
-
The year partitioning strategy.
- YearPartitioningDTO - Class in org.apache.gravitino.dto.rel.partitioning
-
Represents the year partitioning.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
GravitinoClientBase.serverVersion()
. UseGravitinoClientBase.serverVersion()
instead for clarity and consistency.