public abstract class AlterTableMessage extends EventMessage
EventMessage.EventType
eventType
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, getTimestamp
public abstract String getTable()
public abstract String getTableType()
public abstract boolean getIsTruncateOp()
public abstract org.apache.hadoop.hive.metastore.api.Table getTableObjBefore() throws Exception
Exception
public abstract org.apache.hadoop.hive.metastore.api.Table getTableObjAfter() throws Exception
Exception
public EventMessage checkValid()
EventMessage
checkValid
in class EventMessage
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.