Class TransactionMetadataStoreStats


  • public class TransactionMetadataStoreStats
    extends java.lang.Object
    Transaction metadata store stats.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long abortedCount
      The aborted transaction count of this transaction coordinator.
      long appendLogCount
      The append transaction op log count of this transaction coordinator.
      long committedCount
      The committed transaction count of this transaction coordinator.
      long createdCount
      The created transaction count of this transaction coordinator.
      org.apache.bookkeeper.mledger.util.StatsBuckets executionLatencyBuckets
      The transaction execution latency.
      long timeoutCount
      The timeout out transaction count of this transaction coordinator.
    • Field Detail

      • committedCount

        public long committedCount
        The committed transaction count of this transaction coordinator.
      • abortedCount

        public long abortedCount
        The aborted transaction count of this transaction coordinator.
      • createdCount

        public long createdCount
        The created transaction count of this transaction coordinator.
      • appendLogCount

        public long appendLogCount
        The append transaction op log count of this transaction coordinator.
      • timeoutCount

        public long timeoutCount
        The timeout out transaction count of this transaction coordinator.
      • executionLatencyBuckets

        public org.apache.bookkeeper.mledger.util.StatsBuckets executionLatencyBuckets
        The transaction execution latency.
    • Constructor Detail

      • TransactionMetadataStoreStats

        public TransactionMetadataStoreStats()
    • Method Detail

      • addTransactionExecutionLatencySample

        public void addTransactionExecutionLatencySample​(long latency)