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 CountergetFlushBytesCounter()OpStatsLoggergetGetEntryStats()OpStatsLoggergetPutEntryStats()OpStatsLoggergetSnapshotStats()CountergetThrottlingCounter()OpStatsLoggergetThrottlingStats()
-
-
-
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()
-
-