| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterDatabaseOperation<T extends AbstractAlterDatabaseDesc>
Operation process of altering a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetLocationOperation
Operation process of altering a database's location.
|
class |
AlterDatabaseSetManagedLocationOperation
Operation process of altering a database's managed location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetOwnerOperation
Operation process of altering a database's owner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetPropertiesOperation
Operation process of altering a database's properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDatabaseOperation
Operation process of creating a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescDatabaseOperation
Operation process of describing a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropDatabaseOperation
Operation process of creating a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockDatabaseOperation
Operation process of locking a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowDatabasesOperation
Operation process of locking a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCreateDatabaseOperation
Operation process showing the creation of a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnlockDatabaseOperation
Operation process of locking a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchDatabaseOperation
Operation process of switching to another database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterDataConnectorOperation<T extends AbstractAlterDataConnectorDesc>
Operation process of altering a data connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetOwnerOperation
Operation process of altering a connector's owner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetPropertiesOperation
Operation process of altering a dataconnector's properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetUrlOperation
Operation process of altering a connector's URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDataConnectorOperation
Operation process of creating a dataconnector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescDataConnectorOperation
Operation process of describing a data connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropDataConnectorOperation
Operation process of dropping a data connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowDataConnectorsOperation
Operation process of showing data connectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateFunctionOperation
Operation process of creating a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescFunctionOperation
Operation process of describing a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropFunctionOperation
Operation process of dropping a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateMacroOperation
Operation process of creating a macro.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropMacroOperation
Operation process of dropping a macro.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReloadFunctionsOperation
Operation process of reloading the functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowFunctionsOperation
Operation process of showing the functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowConfOperation
Operation process of showing some configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplRemoveFirstIncLoadPendFlagOperation
Operation process of removing the REPL_FIRST_INC_PENDING_FLAG parameter from some tables or databases.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertCommitHookOperation
Operation process of inserting a commit hook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetadataOperation
Operation process of caching the metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MsckOperation
Operation process of metastore check.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrantOperation
Operation process of granting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RevokeOperation
Operation process of revoking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateRoleOperation
Operation process of creating a role.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropRoleOperation
Operation process of dropping a role.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrantRoleOperation
Operation process of granting a role.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RevokeRoleOperation
Operation process of revoking a role.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetRoleOperation
Operation process of setting a role.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCurrentRoleOperation
Operation process of showing the current role.
|
class |
ShowRolesOperation
Operation process of showing the roles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowGrantOperation
Operation process of showing a grant.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowPrincipalsOperation
Operation process of showing the principals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowRoleGrantOperation
Operation process of showing the role grants.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortTransactionsOperation
Operation process of aborting transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KillQueriesOperation
Operation process of killing queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCompactionsOperation
Operation process of showing compactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTransactionsOperation
Operation process of showing transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterTableOperation<T extends AbstractAlterTableDesc>
Operation process of running some alter table command that requires write id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddColumnsOperation
Operation process of adding some new columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableChangeColumnOperation
Operation process changing a column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableReplaceColumnsOperation
Operation process of replacing two columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowColumnsOperation
Operation process of showing the columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableUpdateColumnsOperation
Operation process of adding some new columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddConstraintOperation
Operation process of adding a new constraint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableDropConstraintOperation
Operation process of dropping a new constraint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableOperation
Operation process of creating a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableLikeOperation
Operation process of creating a table like an existing one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCreateTableOperation
Operation process showing the creation of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropTableOperation
Operation process of dropping a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExecuteOperation
Operation process of ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescTableOperation
Operation process of describing a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTablePropertiesOperation
Operation process showing the table status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTableStatusOperation
Operation process showing the table status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTablesOperation
Operation process showing the tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockTableOperation
Operation process of locking a table.
|
class |
UnlockTableOperation
Operation process of unlocking a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowLocksOperation
Operation process showing the locks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetOwnerOperation
Operation process of setting the owner of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreInsertTableOperation
Operation process of pre inserting a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPropertiesOperation
Operation process of setting properties of a table.
|
class |
AlterTableUnsetPropertiesOperation
Operation process of unsetting properties of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenameOperation
Operation process of renaming a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableTouchOperation
Operation process of touching a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TruncateTableOperation
Operation process of truncating a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddPartitionOperation
Operation process of adding a partition to a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAlterPartitionOperation
Operation process of altering a partition to a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableDropPartitionOperation
Operation process of dropping some partitions of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExchangePartitionsOperation
Operation process of exchanging some partitions between tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenamePartitionOperation
Operation process of renaming a partition of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPartitionSpecOperation
Operation process of setting partition spec of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowPartitionsOperation
Operation process of showing the partitions of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableArchiveOperation
Operation process of archiving a table.
|
class |
AlterTableUnarchiveOperation
Operation process of truncating a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableClusteredByOperation
Operation process of clustering a table by some column.
|
class |
AlterTableIntoBucketsOperation
Operation process of setting the number of buckets.
|
class |
AlterTableNotClusteredOperation
Operation process of turning off clustering.
|
class |
AlterTableNotSortedOperation
Operation process of turning of sorting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableCompactOperation
Operation process of compacting a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConcatenateOperation
Operation process of concatenating the files of a table/partition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetSerdeOperation
Operation process of setting the serde.
|
class |
AlterTableSetSerdePropsOperation
Operation process of setting serde properties.
|
class |
AlterTableUnsetSerdePropsOperation
Operation process of unsetting serde properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetFileFormatOperation
Operation process of setting the file format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetLocationOperation
Operation process of setting the location of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableNotSkewedOperation
Operation process of turning of skewing.
|
class |
AlterTableSetSkewedLocationOperation
Operation process of setting the skewed location.
|
class |
AlterTableSkewedByOperation
Operation process of setting the location of a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterViewAsOperation
Operation process of altering a view with a new query.
|
class |
CreateMaterializedViewOperation
Operation process of creating a view.
|
class |
CreateViewOperation
Operation process of creating a view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropViewOperation
Operation process of dropping a view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterMaterializedViewRewriteOperation
Operation process of enabling/disabling materialized view rewrite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropMaterializedViewOperation
Operation process of dropping a materialized view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowMaterializedViewsOperation
Operation process showing the materialized views.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewUpdateOperation
Operation process of updating a materialized view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowViewsOperation
Operation process showing the views.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMMappingOperation
Operation process of altering a workload management mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMMappingOperation
Operation process of creating a workload management mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMMappingOperation
Operation process of dropping a workload management mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMPoolOperation
Operation process of altering a workload management pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMPoolOperation
Operation process of creating a workload management pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMPoolOperation
Operation process of dropping a workload management pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterResourcePlanStatusOperation<T extends DDLDesc>
Abstract ancestor of the enable / disable Resource Plan operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanDisableOperation
Operation process of disabling a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanEnableOperation
Operation process of enabling a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanRenameOperation
Operation process of altering a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanReplaceOperation
Operation process of replacing a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanSetOperation
Operation process of setting properties of a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanUnsetOperation
Operation process of unsetting properties of a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanValidateOperation
Operation process of validating a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateResourcePlanOperation
Operation process of creating a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropResourcePlanOperation
Operation process of dropping a resource plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowResourcePlanOperation
Operation process of showing resource plans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMTriggerOperation
Operation process of altering a workload management trigger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMTriggerOperation
Operation process of creating a workload management trigger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMTriggerOperation
Operation process of dropping a workload management trigger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterPoolAddTriggerOperation
Operation process of adding a trigger to a pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterPoolDropTriggerOperation
Operation process of dropping a trigger to pool mapping.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.