Class EntryMemTableStats

java.lang.Object
org.apache.bookkeeper.bookie.stats.EntryMemTableStats

@StatsDoc(name="bookie", category="server", help="EntryMemTable related stats") public class EntryMemTableStats extends Object
A umbrella class for memtable related stats.
  • Constructor Details

    • EntryMemTableStats

      public EntryMemTableStats(StatsLogger statsLogger)
  • Method Details

    • getSnapshotStats

      public OpStatsLogger getSnapshotStats()
    • getPutEntryStats

      public OpStatsLogger getPutEntryStats()
    • getGetEntryStats

      public OpStatsLogger getGetEntryStats()
    • getFlushBytesCounter

      public Counter getFlushBytesCounter()
    • getThrottlingCounter

      public Counter getThrottlingCounter()
    • getThrottlingStats

      public OpStatsLogger getThrottlingStats()