类 CompactionStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.CompactionStatsImpl
- 所有已实现的接口:
CompactionStats
Statistics about compaction.
-
字段概要
字段修饰符和类型字段说明longThe duration time of last compaction.longThe timestamp of last failed compaction.longThe removed event count of last compaction.longThe timestamp of last succeed compaction. -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.CompactionStats
getLastCompactionDurationTimeInMills, getLastCompactionFailedTimestamp, getLastCompactionRemovedEventCount, getLastCompactionSucceedTimestamp
-
字段详细资料
-
lastCompactionRemovedEventCount
public long lastCompactionRemovedEventCountThe removed event count of last compaction. -
lastCompactionSucceedTimestamp
public long lastCompactionSucceedTimestampThe timestamp of last succeed compaction. -
lastCompactionFailedTimestamp
public long lastCompactionFailedTimestampThe timestamp of last failed compaction. -
lastCompactionDurationTimeInMills
public long lastCompactionDurationTimeInMillsThe duration time of last compaction.
-
-
构造器详细资料
-
CompactionStatsImpl
public CompactionStatsImpl()
-
-
方法详细资料
-
reset
public void reset()
-