Class NodeStatistics
java.lang.Object
org.apache.iotdb.confignode.manager.load.cache.AbstractStatistics
org.apache.iotdb.confignode.manager.load.cache.node.NodeStatistics
NodeStatistics indicates the statistics of a Node.
-
Constructor Summary
ConstructorsConstructorDescriptionNodeStatistics(long statisticsNanoTimestamp, NodeStatus status, String statusReason, long loadScore) NodeStatistics(NodeStatus status) -
Method Summary
Methods inherited from class org.apache.iotdb.confignode.manager.load.cache.AbstractStatistics
getStatisticsNanoTimestamp, isNewerThan
-
Constructor Details
-
NodeStatistics
public NodeStatistics(long statisticsNanoTimestamp, NodeStatus status, String statusReason, long loadScore) -
NodeStatistics
-
-
Method Details