public abstract class DropTableMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
DropTableMessage() |
| Modifier and Type | Method and Description |
|---|---|
EventMessage |
checkValid()
Class invariant.
|
abstract String |
getTable()
Getter for the name of the table being dropped.
|
abstract org.apache.hadoop.hive.metastore.api.Table |
getTableObj() |
abstract String |
getTableType() |
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract String getTable()
public abstract String getTableType()
public abstract org.apache.hadoop.hive.metastore.api.Table getTableObj()
throws Exception
Exceptionpublic EventMessage checkValid()
EventMessagecheckValid in class EventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.