public abstract class CommitTxnMessage extends EventMessage
EventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
CommitTxnMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addWriteEventInfo(List<WriteEventInfo> writeEventInfoList) |
abstract List<String> |
getDatabases() |
abstract String |
getFiles(int idx) |
abstract List<String> |
getFilesList() |
abstract Partition |
getPartitionObj(int idx) |
abstract List<String> |
getPartitions() |
abstract Table |
getTableObj(int idx) |
abstract List<String> |
getTables() |
abstract Long |
getTxnId()
Get the transaction id to be committed.
|
abstract List<Long> |
getWriteIds() |
checkValid, getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract Long getTxnId()
public abstract Partition getPartitionObj(int idx) throws Exception
Exceptionpublic abstract String getFiles(int idx)
public abstract void addWriteEventInfo(List<WriteEventInfo> writeEventInfoList)
Copyright © 2024 The Apache Software Foundation. All rights reserved.