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