| Modifier and Type | Method and Description |
|---|---|
ReplicationState.PartitionState.Stage |
PartitionEvent.lastStageReplicated() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationState.PartitionState.Stage |
FSPartitionEvent.lastStageReplicated() |
| Modifier and Type | Field and Description |
|---|---|
ReplicationState.PartitionState.Stage |
ReplicationState.PartitionState.stage |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationState.PartitionState.Stage |
ReplicationState.PartitionState.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationState.PartitionState.Stage[] |
ReplicationState.PartitionState.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.