Class EntryLocationIndexStats

java.lang.Object
org.apache.bookkeeper.bookie.storage.ldb.EntryLocationIndexStats

@StatsDoc(name="bookie", category="server", help="Entry location index stats") class EntryLocationIndexStats extends Object
A umbrella class for ledger metadata index stats.
  • Constructor Details

  • Method Details

    • getEntriesCountGauge

      public Gauge<Long> getEntriesCountGauge()
    • getLookupEntryLocationStats

      public OpStatsLogger getLookupEntryLocationStats()
    • getGetLastEntryInLedgerStats

      public OpStatsLogger getGetLastEntryInLedgerStats()