| Modifier and Type | Class and Description |
|---|---|
class |
DDLOperation<T extends DDLDesc>
Abstract ancestor class of all DDL Operation classes.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DDLDesc.DDLDescWithWriteId
DDL Desc for operation which needs write id.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
DDLOperation.desc |
| Modifier and Type | Method and Description |
|---|---|
DDLDesc |
DDLWork.getDDLDesc() |
| Constructor and Description |
|---|
DDLWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
DDLDesc ddlDesc) |
DDLWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
DDLDesc ddlDesc,
boolean isReplication,
String dumpDirectory,
ReplicationMetricCollector metricCollector) |
DDLWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
DDLDesc ddlDesc,
boolean isReplication,
String dumpDirectory,
ReplicationMetricCollector metricCollector,
boolean executeInParallel) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterDatabaseDesc
DDL task description for ALTER DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetLocationDesc
DDL task description for ALTER DATABASE ...
|
class |
AlterDatabaseSetManagedLocationDesc
DDL task description for ALTER DATABASE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetOwnerDesc
DDL task description for ALTER DATABASE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseSetPropertiesDesc
DDL task description for ALTER DATABASE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDatabaseDesc
DDL task description for CREATE DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescDatabaseDesc
DDL task description for DESC DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropDatabaseDesc
DDL task description for DROP DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockDatabaseDesc
DDL task description for LOCK DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowDatabasesDesc
DDL task description for SHOW DATABASES commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCreateDatabaseDesc
DDL task description for SHOW CREATE DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnlockDatabaseDesc
DDL task description for UNLOCK DATABASE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchDatabaseDesc
DDL task description for USE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterDataConnectorDesc
DDL task description for ALTER CONNECTOR commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetOwnerDesc
DDL task description for ALTER CONNECTOR ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetPropertiesDesc
DDL task description for ALTER CONNECTOR ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterDataConnectorSetUrlDesc
DDL task description for ALTER CONNECTOR ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDataConnectorDesc
DDL task description for CREATE DATACONNECTOR commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescDataConnectorDesc
DDL task description for DESC CONNECTOR commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropDataConnectorDesc
DDL task description for DROP CONNECTOR commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowDataConnectorsDesc
DDL task description for SHOW CONNECTORS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateFunctionDesc
DDL task description for CREATE [TEMPORARY] FUNCTION commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescFunctionDesc
DDL task description for DESC FUNCTION commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropFunctionDesc
DDL task description for DROP [TEMPORARY] FUNCTION commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateMacroDesc
DDL task description for CREATE TEMPORARY MACRO commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropMacroDesc
DDL task description for DROP TEMPORARY MACRO commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReloadFunctionsDesc
DDL task description for RELOAD FUNCTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowFunctionsDesc
DDL task description for SHOW FUNCTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowConfDesc
DDL task description for SHOW CONF commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplRemoveFirstIncLoadPendFlagDesc
Remove the flag from db property if its already present.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertCommitHookDesc
DDL task description for Inserting Commit Hooks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheMetadataDesc
DDL task description for ANALYZE TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
MsckDesc
DDL task description for MSCK [REPAIR] TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrantDesc
DDL task description for GRANT commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RevokeDesc
DDL task description for REVOKE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateRoleDesc
DDL task description for CREATE ROLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropRoleDesc
DDL task description for DROP ROLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrantRoleDesc
DDL task description for GRANT ROLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RevokeRoleDesc
DDL task description for REVOKE ROLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetRoleDesc
DDL task description for SET ROLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCurrentRoleDesc
DDL task description for SHOW CURRENT ROLE commands.
|
class |
ShowRolesDesc
DDL task description for SHOW ROLES commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowGrantDesc
DDL task description for SHOW GRANT commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowPrincipalsDesc
DDL task description for SHOW PRINCIPALS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowRoleGrantDesc
DDL task description for SHOW ROLE GRANT commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortTransactionsDesc
DDL task description for ABORT TRANSACTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortCompactionsDesc
DDL task description for ABORT COMPACTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KillQueriesDesc
DDL task description for KILL QUERY commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCompactionsDesc
DDL task description for SHOW COMPACTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTransactionsDesc
DDL task description for SHOW TRANSACTIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlterTableDesc
Abstract ancestor of all ALTER TABLE descriptors that are handled by the AlterTableWithWriteIdOperations framework.
|
class |
AbstractAlterTableWithConstraintsDesc
Abstract ancestor of all ALTER TABLE descriptors that are handled by the AlterTableWithWriteIdOperations framework
and also has constraint changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableChangeColumnDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableReplaceColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowColumnsDesc
DDL task description for SHOW COLUMNS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableUpdateColumnsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddConstraintDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableDropConstraintDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConvertDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableDesc
DDL task description for CREATE TABLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableLikeDesc
DDL task description for CREATE TABLE LIKE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowCreateTableDesc
DDL task description for SHOW CREATE TABLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropTableDesc
DDL task description for DROP TABLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExecuteDesc
DDL task task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescTableDesc
DDL task description for DESC table_name commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTablePropertiesDesc
DDL task description for SHOW TABLE PROPERTIES commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTableStatusDesc
DDL task description for SHOW TABLE STATUS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowTablesDesc
DDL task description for SHOW TABLES commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockTableDesc
DDL task description for LOCK TABLE commands.
|
class |
UnlockTableDesc
DDL task description for UNLOCK TABLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowLocksDesc
DDL task description for SHOW LOCKS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetOwnerDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreInsertTableDesc
DDL task description for PRE INSERT commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPropertiesDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnsetPropertiesDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenameDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableTouchDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
TruncateTableDesc
DDL task description for TRUNCATE TABLE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAddPartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableAlterPartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableDropPartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableExchangePartitionsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableRenamePartitionDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetPartitionSpecDesc |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowPartitionsDesc
DDL task description for SHOW PARTITIONS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSnapshotRefDesc |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableArchiveDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnarchiveDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Method and Description |
|---|---|
protected DDLDesc |
AlterTableUnarchiveAnalyzer.createDesc(TableName tableName,
Map<String,String> partitionSpec) |
protected abstract DDLDesc |
AbstractAlterTableArchiveAnalyzer.createDesc(TableName tableName,
Map<String,String> partitionSpec) |
protected DDLDesc |
AlterTableArchiveAnalyzer.createDesc(TableName tableName,
Map<String,String> partitionSpec) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableClusteredByDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableIntoBucketsDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableNotClusteredDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableNotSortedDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableCompactDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableConcatenateDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetSerdeDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSetSerdePropsDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableUnsetSerdePropsDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetFileFormatDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableSetLocationDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableNotSkewedDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSetSkewedLocationDesc
DDL task description for ALTER TABLE ...
|
class |
AlterTableSkewedByDesc
DDL task description for ALTER TABLE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterViewAsDesc
DDL task description for ALTER VIEW ...
|
class |
CreateMaterializedViewDesc
DDL task description for CREATE VIEW commands.
|
class |
CreateViewDesc
DDL task description for CREATE VIEW commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropViewDesc
DDL task description for DROP VIEW commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterMaterializedViewRewriteDesc
DDL task description for the ALTER MATERIALIZED VIEW (ENABLE|DISABLE) REWRITE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropMaterializedViewDesc
DDL task description for DROP MATERIALIZED VIEW commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowMaterializedViewsDesc
DDL task description for SHOW MATERIALIZED VIEWS commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewUpdateDesc
DDL task description of updating a materialized view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowViewsDesc
DDL task description for SHOW VIEWS commands.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract DDLDesc |
AbstractVMMappingAnalyzer.getDesc(String resourcePlanName,
String entityType,
String entityName,
String poolPath,
Integer ordering) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMMappingDesc
DDL task description for ALTER ...
|
| Modifier and Type | Method and Description |
|---|---|
protected DDLDesc |
AlterWMMappingAnalyzer.getDesc(String resourcePlanName,
String entityType,
String entityName,
String poolPath,
Integer ordering) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMMappingDesc
DDL task description for CREATE ...
|
| Modifier and Type | Method and Description |
|---|---|
protected DDLDesc |
CreateWMMappingAnalyzer.getDesc(String resourcePlanName,
String entityType,
String entityName,
String poolPath,
Integer ordering) |
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMMappingDesc
DDL task description for DROP ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMPoolDesc
DDL task description for ALTER POOL commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMPoolDesc
DDL task description for CREATE POOL commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMPoolDesc
DDL task description for DROP POOL commands.
|
| 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 |
AlterResourcePlanDisableDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanEnableDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanRenameDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanReplaceDesc
DDL task description for REPLACE [ACTIVE] RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanSetDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanUnsetDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterResourcePlanValidateDesc
DDL task description for ALTER RESOURCE PLAN ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateResourcePlanDesc
DDL task description for CREATE RESOURCE PLAN commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropResourcePlanDesc
DDL task description for DROP RESOURCE PLAN commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShowResourcePlanDesc
DDL task description for SHOW RESOURCE PLAN(S) commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterWMTriggerDesc
DDL task description for ALTER TRIGGER commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWMTriggerDesc
DDL task description for CREATE TRIGGER commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropWMTriggerDesc
DDL task description for DROP TRIGGER commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterPoolAddTriggerDesc
DDL task description for ALTER POOL ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterPoolDropTriggerDesc
DDL task description for ALTER POOL ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnStatsUpdateWork
ColumnStatsUpdateWork implementation.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.