public abstract class AlterTableMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
AlterTableMessage() |
| Modifier and Type | Method and Description |
|---|---|
EventMessage |
checkValid()
Class invariant.
|
abstract boolean |
getIsTruncateOp() |
abstract String |
getTable() |
abstract org.apache.hadoop.hive.metastore.api.Table |
getTableObjAfter() |
abstract org.apache.hadoop.hive.metastore.api.Table |
getTableObjBefore() |
abstract String |
getTableType() |
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract String getTable()
public abstract String getTableType()
public abstract boolean getIsTruncateOp()
public abstract org.apache.hadoop.hive.metastore.api.Table getTableObjBefore()
throws Exception
Exceptionpublic abstract org.apache.hadoop.hive.metastore.api.Table getTableObjAfter()
throws Exception
Exceptionpublic EventMessage checkValid()
EventMessagecheckValid in class EventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.