public abstract class CreateTableMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
CreateTableMessage() |
| Modifier and Type | Method and Description |
|---|---|
EventMessage |
checkValid()
Class invariant.
|
abstract Iterable<String> |
getFiles()
Get list of files created as a result of this DML operation
|
abstract String |
getTable()
Getter for the name of table created
|
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 abstract Iterable<String> getFiles()
public EventMessage checkValid()
EventMessagecheckValid in class EventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.