Interface CompactionStats
-
public interface CompactionStatsStatistics about compaction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLastCompactionDurationTimeInMills()The duration time of last compaction.longgetLastCompactionFailedTimestamp()The timestamp of last failed compaction.longgetLastCompactionRemovedEventCount()The removed event count of last compaction.longgetLastCompactionSucceedTimestamp()The timestamp of last succeed compaction.
-
-
-
Method Detail
-
getLastCompactionRemovedEventCount
long getLastCompactionRemovedEventCount()
The removed event count of last compaction.
-
getLastCompactionSucceedTimestamp
long getLastCompactionSucceedTimestamp()
The timestamp of last succeed compaction.
-
getLastCompactionFailedTimestamp
long getLastCompactionFailedTimestamp()
The timestamp of last failed compaction.
-
getLastCompactionDurationTimeInMills
long getLastCompactionDurationTimeInMills()
The duration time of last compaction.
-
-