public class FSPartitionEvent extends Object implements PartitionEvent
BootstrapEvent.EventType| Modifier and Type | Method and Description |
|---|---|
TableEvent |
asTableEvent() |
BootstrapEvent.EventType |
eventType() |
AddPartitionDesc |
lastPartitionReplicated() |
org.apache.hadoop.fs.Path |
metadataPath()
Exposing the FileSystem implementation outside which is what it should NOT do.
|
List<AddPartitionDesc> |
partitionDescriptions(ImportTableDesc tblDesc) |
List<String> |
partitions(ImportTableDesc tblDesc) |
ReplicationSpec |
replicationSpec() |
boolean |
shouldNotReplicate() |
ImportTableDesc |
tableDesc(String dbName) |
public BootstrapEvent.EventType eventType()
eventType in interface BootstrapEventpublic AddPartitionDesc lastPartitionReplicated()
lastPartitionReplicated in interface PartitionEventpublic TableEvent asTableEvent()
asTableEvent in interface PartitionEventpublic ImportTableDesc tableDesc(String dbName) throws SemanticException
tableDesc in interface TableEventSemanticExceptionpublic List<AddPartitionDesc> partitionDescriptions(ImportTableDesc tblDesc) throws SemanticException
partitionDescriptions in interface TableEventSemanticExceptionpublic List<String> partitions(ImportTableDesc tblDesc) throws SemanticException
partitions in interface TableEventSemanticExceptionpublic ReplicationSpec replicationSpec()
replicationSpec in interface TableEventpublic boolean shouldNotReplicate()
shouldNotReplicate in interface TableEventpublic org.apache.hadoop.fs.Path metadataPath()
TableEventmetadataPath in interface TableEventCopyright © 2019 The Apache Software Foundation. All Rights Reserved.