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