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 Partition |
getPtnObjAfter() |
abstract Partition |
getPtnObjBefore() |
abstract String |
getTable() |
abstract Table |
getTableObj() |
abstract String |
getTableType() |
abstract Long |
getWriteId() |
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract String getTable()
public abstract String getTableType()
public abstract boolean getIsTruncateOp()
public EventMessage checkValid()
EventMessagecheckValid in class EventMessagepublic abstract Long getWriteId()
Copyright © 2024 The Apache Software Foundation. All rights reserved.