Class EntryMemTableStats
- java.lang.Object
-
- org.apache.bookkeeper.bookie.stats.EntryMemTableStats
-
-
Constructor Summary
Constructors Constructor Description EntryMemTableStats(StatsLogger statsLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Counter
getFlushBytesCounter()
OpStatsLogger
getGetEntryStats()
OpStatsLogger
getPutEntryStats()
OpStatsLogger
getSnapshotStats()
Counter
getThrottlingCounter()
OpStatsLogger
getThrottlingStats()
-
-
-
Constructor Detail
-
EntryMemTableStats
public EntryMemTableStats(StatsLogger statsLogger)
-
-
Method Detail
-
getSnapshotStats
public OpStatsLogger getSnapshotStats()
-
getPutEntryStats
public OpStatsLogger getPutEntryStats()
-
getGetEntryStats
public OpStatsLogger getGetEntryStats()
-
getFlushBytesCounter
public Counter getFlushBytesCounter()
-
getThrottlingCounter
public Counter getThrottlingCounter()
-
getThrottlingStats
public OpStatsLogger getThrottlingStats()
-
-