Class EntryLocationIndexStats
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.ldb.EntryLocationIndexStats
-
-
Constructor Summary
Constructors Constructor Description EntryLocationIndexStats(StatsLogger statsLogger, java.util.function.Supplier<java.lang.Long> entriesCountSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Gauge<java.lang.Long>
getEntriesCountGauge()
OpStatsLogger
getLookupEntryLocationStats()
-
-
-
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()
-
-