org.apache.hadoop.hive.metastore.events
Class AddPartitionEvent
java.lang.Object
org.apache.hadoop.hive.metastore.events.ListenerEvent
org.apache.hadoop.hive.metastore.events.AddPartitionEvent
public class AddPartitionEvent
- extends ListenerEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddPartitionEvent
public AddPartitionEvent(Table table,
Partition partition,
boolean status,
HiveMetaStore.HMSHandler handler)
getPartition
public Partition getPartition()
- Returns:
- the partition
getTable
public Table getTable()
- Returns:
- the table
Copyright © 2011 The Apache Software Foundation