Class LedgerMetadataIndexStats
- java.lang.Object
- 
- org.apache.bookkeeper.bookie.storage.ldb.LedgerMetadataIndexStats
 
- 
- 
Constructor SummaryConstructors Constructor Description LedgerMetadataIndexStats(StatsLogger statsLogger, java.util.function.Supplier<java.lang.Long> ledgersCountSupplier)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Gauge<java.lang.Long>getLedgersCountGauge()
 
- 
- 
- 
Constructor Detail- 
LedgerMetadataIndexStatsLedgerMetadataIndexStats(StatsLogger statsLogger, java.util.function.Supplier<java.lang.Long> ledgersCountSupplier) 
 
- 
 - 
Method Detail- 
getLedgersCountGaugepublic Gauge<java.lang.Long> getLedgersCountGauge() 
 
- 
 
-