@InterfaceAudience.Public @InterfaceStability.Stable public class AddPartitionEvent extends ListenerEvent
| Constructor and Description |
|---|
AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
boolean status,
IHMSHandler handler) |
AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean status,
IHMSHandler handler) |
AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
PartitionSpecProxy partitionSpec,
boolean status,
IHMSHandler handler)
Alternative constructor to use PartitionSpec APIs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.hadoop.hive.metastore.api.Partition> |
getPartitionIterator() |
org.apache.hadoop.hive.metastore.api.Table |
getTable() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
boolean status,
IHMSHandler handler)
public AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean status,
IHMSHandler handler)
public AddPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
PartitionSpecProxy partitionSpec,
boolean status,
IHMSHandler handler)
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.