| Modifier and Type | Method and Description |
|---|---|
List<AlterTableAddPartitionDesc.PartitionDesc> |
AlterTableAddPartitionDesc.getPartitions() |
| Constructor and Description |
|---|
AlterTableAddPartitionDesc(String dbName,
String tableName,
boolean ifNotExists,
List<AlterTableAddPartitionDesc.PartitionDesc> partitions) |
| Modifier and Type | Method and Description |
|---|---|
AlterTableAddPartitionDesc.PartitionDesc |
PartitionEvent.lastPartSpecReplicated() |
| Modifier and Type | Method and Description |
|---|---|
AlterTableAddPartitionDesc.PartitionDesc |
FSPartitionEvent.lastPartSpecReplicated() |
| Modifier and Type | Field and Description |
|---|---|
AlterTableAddPartitionDesc.PartitionDesc |
ReplicationState.PartitionState.partSpec |
| Constructor and Description |
|---|
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 © 2022 The Apache Software Foundation. All rights reserved.