public abstract class CommitCompactionMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
CommitCompactionMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract Long |
getCompactionId() |
abstract String |
getDbname() |
abstract String |
getPartName() |
abstract String |
getTableName() |
abstract Long |
getTxnId() |
abstract CompactionType |
getType() |
checkValid, getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract Long getTxnId()
public abstract Long getCompactionId()
public abstract CompactionType getType()
public abstract String getDbname()
public abstract String getTableName()
public abstract String getPartName()
Copyright © 2024 The Apache Software Foundation. All rights reserved.