Class EntryLocationIndexStats
- java.lang.Object
- 
- org.apache.bookkeeper.bookie.storage.ldb.EntryLocationIndexStats
 
- 
- 
Constructor SummaryConstructors Constructor Description EntryLocationIndexStats(StatsLogger statsLogger, java.util.function.Supplier<java.lang.Long> entriesCountSupplier)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Gauge<java.lang.Long>getEntriesCountGauge()
 
- 
- 
- 
Constructor Detail- 
EntryLocationIndexStatsEntryLocationIndexStats(StatsLogger statsLogger, java.util.function.Supplier<java.lang.Long> entriesCountSupplier) 
 
- 
 - 
Method Detail- 
getEntriesCountGaugepublic Gauge<java.lang.Long> getEntriesCountGauge() 
 
- 
 
-