Class TransactionMetadataStoreStats
java.lang.Object
org.apache.pulsar.transaction.coordinator.impl.TransactionMetadataStoreStats
Transaction metadata store stats.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe aborted transaction count of this transaction coordinator.longThe append transaction op log count of this transaction coordinator.longThe committed transaction count of this transaction coordinator.longThe created transaction count of this transaction coordinator.The transaction execution latency.longThe timeout out transaction count of this transaction coordinator. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
committedCount
public long committedCountThe committed transaction count of this transaction coordinator. -
abortedCount
public long abortedCountThe aborted transaction count of this transaction coordinator. -
createdCount
public long createdCountThe created transaction count of this transaction coordinator. -
appendLogCount
public long appendLogCountThe append transaction op log count of this transaction coordinator. -
timeoutCount
public long timeoutCountThe timeout out transaction count of this transaction coordinator. -
executionLatencyBuckets
The transaction execution latency.
-
-
Constructor Details
-
TransactionMetadataStoreStats
public TransactionMetadataStoreStats()
-
-
Method Details
-
addTransactionExecutionLatencySample
public void addTransactionExecutionLatencySample(long latency)
-