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