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