public abstract class AlterPartitionMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
AlterPartitionMessage() |
| Modifier and Type | Method and Description |
|---|---|
EventMessage |
checkValid()
Class invariant.
|
abstract boolean |
getIsTruncateOp() |
abstract Map<String,String> |
getKeyValues() |
abstract org.apache.hadoop.hive.metastore.api.Partition |
getPtnObjAfter() |
abstract org.apache.hadoop.hive.metastore.api.Partition |
getPtnObjBefore() |
abstract String |
getTable() |
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 boolean getIsTruncateOp()
public abstract org.apache.hadoop.hive.metastore.api.Table getTableObj()
throws Exception
Exceptionpublic abstract org.apache.hadoop.hive.metastore.api.Partition getPtnObjBefore()
throws Exception
Exceptionpublic abstract org.apache.hadoop.hive.metastore.api.Partition getPtnObjAfter()
throws Exception
Exceptionpublic EventMessage checkValid()
EventMessagecheckValid in class EventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.