Class ConsensusGroupStatistics
java.lang.Object
org.apache.iotdb.confignode.manager.load.cache.AbstractStatistics
org.apache.iotdb.confignode.manager.load.cache.consensus.ConsensusGroupStatistics
ConsensusGroupStatistics indicates the statistics of a consensus group.
-
Constructor Summary
ConstructorsConstructorDescriptionConsensusGroupStatistics(int leaderId) ConsensusGroupStatistics(long statisticsNanoTimestamp, int leaderId) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ConsensusGroupStatisticsintinthashCode()toString()Methods inherited from class org.apache.iotdb.confignode.manager.load.cache.AbstractStatistics
getStatisticsNanoTimestamp, isNewerThan
-
Constructor Details
-
ConsensusGroupStatistics
public ConsensusGroupStatistics(long statisticsNanoTimestamp, int leaderId) -
ConsensusGroupStatistics
public ConsensusGroupStatistics(int leaderId)
-
-
Method Details