| Modifier and Type | Method and Description |
|---|---|
protected void |
AlterTableAddPartitionAnalyzer.postProcess(TableName tableName,
Table table,
AlterTableAddPartitionDesc desc,
Task<DDLWork> ddlTask)
Add partition for Transactional tables needs to add (copy/rename) the data so that it lands
in a delta_x_x/ folder in the partition dir.
|
protected void |
AlterViewAddPartitionAnalyzer.postProcess(TableName tableName,
Table table,
AlterTableAddPartitionDesc desc,
Task<DDLWork> ddlTask) |
| Constructor and Description |
|---|
AlterTableAddPartitionOperation(DDLOperationContext context,
AlterTableAddPartitionDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
AlterTableAddPartitionDesc |
PartitionEvent.lastPartitionReplicated() |
| Modifier and Type | Method and Description |
|---|---|
List<AlterTableAddPartitionDesc> |
TableEvent.partitionDescriptions(ImportTableDesc tblDesc) |
| Modifier and Type | Method and Description |
|---|---|
AlterTableAddPartitionDesc |
FSPartitionEvent.lastPartitionReplicated() |
| Modifier and Type | Method and Description |
|---|---|
List<AlterTableAddPartitionDesc> |
FSTableEvent.partitionDescriptions(ImportTableDesc tblDesc) |
List<AlterTableAddPartitionDesc> |
FSPartitionEvent.partitionDescriptions(ImportTableDesc tblDesc) |
| Modifier and Type | Field and Description |
|---|---|
AlterTableAddPartitionDesc |
ReplicationState.PartitionState.lastReplicatedPartition |
| Constructor and Description |
|---|
PartitionState(String tableName,
AlterTableAddPartitionDesc lastReplicatedPartition) |
PartitionState(String tableName,
AlterTableAddPartitionDesc lastReplicatedPartition,
AlterTableAddPartitionDesc.PartitionDesc lastProcessedPartSpec,
ReplicationState.PartitionState.Stage stage) |
| Constructor and Description |
|---|
LoadPartitions(Context context,
ReplLogger replLogger,
TableContext tableContext,
TaskTracker limiter,
TableEvent event,
String dbNameToLoadIn,
AlterTableAddPartitionDesc lastReplicatedPartition,
ReplicationMetricCollector metricCollector,
AlterTableAddPartitionDesc.PartitionDesc lastReplicatedPartitionDesc,
ReplicationState.PartitionState.Stage lastReplicatedStage,
List<String> tablesToBootstrap) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.