org.apache.hadoop.hive.metastore.events
Class PreAlterTableEvent
java.lang.Object
org.apache.hadoop.hive.metastore.events.PreEventContext
org.apache.hadoop.hive.metastore.events.PreAlterTableEvent
public class PreAlterTableEvent
- extends PreEventContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreAlterTableEvent
public PreAlterTableEvent(Table oldTable,
Table newTable,
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