public interface TableEvent extends BootstrapEvent
BootstrapEvent.EventType| Modifier and Type | Method and Description |
|---|---|
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) |
eventTypeImportTableDesc tableDesc(String dbName) throws SemanticException
SemanticExceptionList<AddPartitionDesc> partitionDescriptions(ImportTableDesc tblDesc) throws SemanticException
SemanticExceptionList<String> partitions(ImportTableDesc tblDesc) throws SemanticException
SemanticExceptionReplicationSpec replicationSpec()
boolean shouldNotReplicate()
org.apache.hadoop.fs.Path metadataPath()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.