Modifier and Type | Method and Description |
---|---|
AddPartitionDesc |
PartitionEvent.lastPartitionReplicated() |
Modifier and Type | Method and Description |
---|---|
List<AddPartitionDesc> |
TableEvent.partitionDescriptions(ImportTableDesc tblDesc) |
Modifier and Type | Method and Description |
---|---|
AddPartitionDesc |
FSPartitionEvent.lastPartitionReplicated() |
Modifier and Type | Method and Description |
---|---|
List<AddPartitionDesc> |
FSTableEvent.partitionDescriptions(ImportTableDesc tblDesc) |
List<AddPartitionDesc> |
FSPartitionEvent.partitionDescriptions(ImportTableDesc tblDesc) |
Modifier and Type | Field and Description |
---|---|
AddPartitionDesc |
ReplicationState.PartitionState.lastReplicatedPartition |
Constructor and Description |
---|
PartitionState(String tableName,
AddPartitionDesc lastReplicatedPartition) |
Constructor and Description |
---|
LoadPartitions(Context context,
ReplLogger replLogger,
TableContext tableContext,
TaskTracker limiter,
TableEvent event,
String dbNameToLoadIn,
AddPartitionDesc lastReplicatedPartition) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
Hive.createPartitions(AddPartitionDesc addPartitionDesc) |
Modifier and Type | Method and Description |
---|---|
AddPartitionDesc |
DDLWork.getAddPartitionDesc() |
Modifier and Type | Method and Description |
---|---|
void |
DDLWork.setAddPartitionDesc(AddPartitionDesc addPartitionDesc) |
Constructor and Description |
---|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
AddPartitionDesc addPartitionDesc) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.