类 TransactionCoordinatorStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionCoordinatorStats
Transaction coordinator stats.
-
字段概要
字段修饰符和类型字段说明longThe sequenceId of transaction metadataStore.longThe low water mark of transaction metadataStore.longThe total number of ongoing transactions in this transaction coordinator.longlongThe state of this transaction metadataStore. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
state
The state of this transaction metadataStore. -
leastSigBits
public long leastSigBitsThe sequenceId of transaction metadataStore. -
lowWaterMark
public long lowWaterMarkThe low water mark of transaction metadataStore. -
ongoingTxnSize
public long ongoingTxnSizeThe total number of ongoing transactions in this transaction coordinator. -
recoverStartTime
public long recoverStartTime -
recoverEndTime
public long recoverEndTime
-
-
构造器详细资料
-
TransactionCoordinatorStats
public TransactionCoordinatorStats()
-