接口 CompactionStats
-
public interface CompactionStatsStatistics about compaction.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 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.
-
-
-
方法详细资料
-
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.
-
-