Class BookieStats


  • @StatsDoc(name="bookie",
              category="server",
              help="Bookie related stats")
    public class BookieStats
    extends java.lang.Object
    A umbrella class for bookie related stats.
    • Constructor Detail

      • BookieStats

        public BookieStats​(StatsLogger statsLogger,
                           int numJournalDirs,
                           int maxJournalQueueSize)
    • Method Detail

      • getWriteBytes

        public Counter getWriteBytes()
      • getReadBytes

        public Counter getReadBytes()
      • getForceLedgerOps

        public Counter getForceLedgerOps()
      • getRecoveryAddEntryStats

        public OpStatsLogger getRecoveryAddEntryStats()
      • getGetListOfEntriesOfLedgerStats

        public OpStatsLogger getGetListOfEntriesOfLedgerStats()
      • getJournalDirsGauge

        public Gauge<java.lang.Integer> getJournalDirsGauge()
      • getJournalQueueMaxQueueSizeGauge

        public Gauge<java.lang.Integer> getJournalQueueMaxQueueSizeGauge()