Class EntryLocationIndexStats


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

      • EntryLocationIndexStats

        EntryLocationIndexStats​(StatsLogger statsLogger,
                                java.util.function.Supplier<java.lang.Long> entriesCountSupplier)
    • Method Detail

      • getEntriesCountGauge

        public Gauge<java.lang.Long> getEntriesCountGauge()
      • getLookupEntryLocationStats

        public OpStatsLogger getLookupEntryLocationStats()