Class NodeStatisticsChangeEvent
java.lang.Object
org.apache.iotdb.confignode.manager.load.subscriber.NodeStatisticsChangeEvent
NodeStatisticsChangeEvent represents the change of Node statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionNodeStatisticsChangeEvent(Map<Integer, org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>> differentNodeStatisticsMap) -
Method Summary
Modifier and TypeMethodDescriptionMap<Integer,org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>>
-
Constructor Details
-
NodeStatisticsChangeEvent
public NodeStatisticsChangeEvent(Map<Integer, org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>> differentNodeStatisticsMap)
-
-
Method Details
-
getDifferentNodeStatisticsMap
public Map<Integer,org.apache.tsfile.utils.Pair<NodeStatistics, getDifferentNodeStatisticsMap()NodeStatistics>>
-