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