类 TransactionMetadata
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionMetadata
-
字段概要
字段修饰符和类型字段说明The ackedPartitions of this transaction.longThe open time of this transaction.The owner of this transaction.The producedPartitions of this transaction.The status of this transaction.longThe timeout of this transaction.The txnId of this transaction. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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.
-
-
构造器详细资料
-
TransactionMetadata
public TransactionMetadata()
-