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