@InterfaceAudience.Public @InterfaceStability.Stable public class PreAddPartitionEvent extends PreEventContext
PreEventContext.PreEventType| Constructor and Description |
|---|
PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
IHMSHandler handler) |
PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
IHMSHandler handler) |
PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
PartitionSpecProxy partitionSpecProxy,
IHMSHandler handler)
Alternative constructor, using
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.hadoop.hive.metastore.api.Partition> |
getPartitionIterator() |
List<org.apache.hadoop.hive.metastore.api.Partition> |
getPartitions() |
org.apache.hadoop.hive.metastore.api.Table |
getTable() |
getEventType, getHandlerpublic PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
IHMSHandler handler)
public PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
IHMSHandler handler)
public PreAddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
PartitionSpecProxy partitionSpecProxy,
IHMSHandler handler)
public List<org.apache.hadoop.hive.metastore.api.Partition> getPartitions()
public org.apache.hadoop.hive.metastore.api.Table getTable()
public Iterator<org.apache.hadoop.hive.metastore.api.Partition> getPartitionIterator()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.