Class BookieStats
- java.lang.Object
-
- org.apache.bookkeeper.bookie.stats.BookieStats
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StatsLogger
statsLogger
-
Constructor Summary
Constructors Constructor Description BookieStats(StatsLogger statsLogger, int numJournalDirs, int maxJournalQueueSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpStatsLogger
getAddBytesStats()
OpStatsLogger
getAddEntryStats()
Counter
getForceLedgerOps()
OpStatsLogger
getGetListOfEntriesOfLedgerStats()
Gauge<java.lang.Integer>
getJournalDirsGauge()
Gauge<java.lang.Integer>
getJournalQueueMaxQueueSizeGauge()
Counter
getReadBytes()
OpStatsLogger
getReadBytesStats()
OpStatsLogger
getReadEntryStats()
OpStatsLogger
getRecoveryAddEntryStats()
StatsLogger
getStatsLogger()
Counter
getWriteBytes()
-
-
-
Field Detail
-
statsLogger
final StatsLogger statsLogger
-
-
Constructor Detail
-
BookieStats
public BookieStats(StatsLogger statsLogger, int numJournalDirs, int maxJournalQueueSize)
-
-
Method Detail
-
getStatsLogger
public StatsLogger getStatsLogger()
-
getWriteBytes
public Counter getWriteBytes()
-
getReadBytes
public Counter getReadBytes()
-
getForceLedgerOps
public Counter getForceLedgerOps()
-
getAddEntryStats
public OpStatsLogger getAddEntryStats()
-
getRecoveryAddEntryStats
public OpStatsLogger getRecoveryAddEntryStats()
-
getReadEntryStats
public OpStatsLogger getReadEntryStats()
-
getGetListOfEntriesOfLedgerStats
public OpStatsLogger getGetListOfEntriesOfLedgerStats()
-
getAddBytesStats
public OpStatsLogger getAddBytesStats()
-
getReadBytesStats
public OpStatsLogger getReadBytesStats()
-
getJournalDirsGauge
public Gauge<java.lang.Integer> getJournalDirsGauge()
-
getJournalQueueMaxQueueSizeGauge
public Gauge<java.lang.Integer> getJournalQueueMaxQueueSizeGauge()
-
-