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) OpStatsLogger
getAddEntryStats()
(package private) Counter
getCachedReadersServedClosedCounter()
(package private) Counter
getCloseReaderCounter()
(package private) OpStatsLogger
getFlushStats()
(package private) Counter
getOpenReaderCounter()
(package private) OpStatsLogger
getReadBlockStats()
(package private) OpStatsLogger
getReadEntryStats()
(package private) OpStatsLogger
getWriterFlushStats()
-
-
-
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()
-
-