Class TransactionMetadata
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionMetadata
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe ackedPartitions of this transaction.longThe open time of this transaction.The producedPartitions of this transaction.The status of this transaction.longThe timeout of this transaction.The txnId of this transaction. -
Constructor Summary
Constructors -
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.
-
-
Constructor Details
-
TransactionMetadata
public TransactionMetadata()
-