Class TransactionCoordinatorStats
java.lang.Object
org.apache.pulsar.common.policies.data.TransactionCoordinatorStats
Transaction coordinator stats.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The sequenceId of transaction metadataStore.long
The low water mark of transaction metadataStore.long
The total number of ongoing transactions in this transaction coordinator.long
long
The state of this transaction metadataStore. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
TransactionCoordinatorStats
public TransactionCoordinatorStats()
-