Class DirectEntryLoggerStats
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.directentrylogger.DirectEntryLoggerStats
-
-
Constructor Summary
Constructors Constructor Description DirectEntryLoggerStats(StatsLogger stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) OpStatsLoggergetAddEntryStats()(package private) CountergetCachedReadersServedClosedCounter()(package private) CountergetCloseReaderCounter()(package private) OpStatsLoggergetFlushStats()(package private) CountergetOpenReaderCounter()(package private) OpStatsLoggergetReadBlockStats()(package private) OpStatsLoggergetReadEntryStats()(package private) OpStatsLoggergetWriterFlushStats()
-
-
-
Constructor Detail
-
DirectEntryLoggerStats
DirectEntryLoggerStats(StatsLogger stats)
-
-
Method Detail
-
getAddEntryStats
OpStatsLogger getAddEntryStats()
-
getFlushStats
OpStatsLogger getFlushStats()
-
getWriterFlushStats
OpStatsLogger getWriterFlushStats()
-
getReadEntryStats
OpStatsLogger getReadEntryStats()
-
getReadBlockStats
OpStatsLogger getReadBlockStats()
-
getOpenReaderCounter
Counter getOpenReaderCounter()
-
getCloseReaderCounter
Counter getCloseReaderCounter()
-
getCachedReadersServedClosedCounter
Counter getCachedReadersServedClosedCounter()
-
-