Class TransactionMetadata
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionMetadata
-
Field Summary
Modifier and TypeFieldDescriptionThe ackedPartitions of this transaction.long
The open time of this transaction.The owner of this transaction.The producedPartitions of this transaction.The status of this transaction.long
The timeout of this transaction.The txnId of this transaction. -
Constructor Summary
-
Method Summary
-
Field Details
-
txnId
The txnId of this transaction. -
status
The status of this transaction. -
openTimestamp
public long openTimestampThe open time of this transaction. -
timeoutAt
public long timeoutAtThe timeout of this transaction. -
producedPartitions
The producedPartitions of this transaction. -
ackedPartitions
The ackedPartitions of this transaction. -
owner
The owner of this transaction.
-
-
Constructor Details
-
TransactionMetadata
public TransactionMetadata()
-