Uses of Class
org.apache.iotdb.confignode.manager.load.cache.node.NodeStatistics
Packages that use NodeStatistics
Package
Description
-
Uses of NodeStatistics in org.apache.iotdb.confignode.manager.load.balancer.router.leader
Fields in org.apache.iotdb.confignode.manager.load.balancer.router.leader with type parameters of type NodeStatisticsModifier and TypeFieldDescriptionprotected final Map<Integer,NodeStatistics> AbstractLeaderBalancer.dataNodeStatisticsMap -
Uses of NodeStatistics in org.apache.iotdb.confignode.manager.load.cache
Methods in org.apache.iotdb.confignode.manager.load.cache that return types with arguments of type NodeStatisticsModifier and TypeMethodDescriptionLoadCache.getCurrentDataNodeStatisticsMap()Get the NodeStatistics of all DataNodes.LoadCache.getCurrentNodeStatisticsMap()Get the NodeStatistics of all Nodes. -
Uses of NodeStatistics in org.apache.iotdb.confignode.manager.load.cache.node
Fields in org.apache.iotdb.confignode.manager.load.cache.node declared as NodeStatisticsModifier and TypeFieldDescriptionstatic final NodeStatisticsConfigNodeHeartbeatCache.CURRENT_NODE_STATISTICSMethods in org.apache.iotdb.confignode.manager.load.cache.node that return NodeStatisticsModifier and TypeMethodDescriptionstatic NodeStatisticsNodeStatistics.generateDefaultNodeStatistics()Constructors in org.apache.iotdb.confignode.manager.load.cache.node with parameters of type NodeStatisticsModifierConstructorDescriptionConfigNodeHeartbeatCache(int configNodeId, NodeStatistics statistics) Constructor only for ConfigNode-leader. -
Uses of NodeStatistics in org.apache.iotdb.confignode.manager.load.subscriber
Methods in org.apache.iotdb.confignode.manager.load.subscriber that return types with arguments of type NodeStatisticsModifier and TypeMethodDescriptionMap<Integer,org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>> NodeStatisticsChangeEvent.getDifferentNodeStatisticsMap()Map<Integer,org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>> NodeStatisticsChangeEvent.getDifferentNodeStatisticsMap()Constructor parameters in org.apache.iotdb.confignode.manager.load.subscriber with type arguments of type NodeStatisticsModifierConstructorDescriptionNodeStatisticsChangeEvent(Map<Integer, org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>> differentNodeStatisticsMap) NodeStatisticsChangeEvent(Map<Integer, org.apache.tsfile.utils.Pair<NodeStatistics, NodeStatistics>> differentNodeStatisticsMap)