接口 CompactionStats


  • public interface CompactionStats
    Statistics about 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.