Uses of Class
org.apache.iotdb.confignode.manager.load.cache.node.NodeHeartbeatSample
Packages that use NodeHeartbeatSample
Package
Description
-
Uses of NodeHeartbeatSample in org.apache.iotdb.confignode.manager.load
Methods in org.apache.iotdb.confignode.manager.load with parameters of type NodeHeartbeatSampleModifier and TypeMethodDescriptionvoidLoadManager.forceUpdateNodeCache(NodeType nodeType, int nodeId, NodeHeartbeatSample heartbeatSample) Force update the specified Node's cache, update statistics and broadcast statistics change event if necessary. -
Uses of NodeHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache
Methods in org.apache.iotdb.confignode.manager.load.cache with parameters of type NodeHeartbeatSampleModifier and TypeMethodDescriptionvoidLoadCache.cacheAINodeHeartbeatSample(int nodeId, NodeHeartbeatSample sample) Cache the latest heartbeat sample of a AINode.voidLoadCache.cacheConfigNodeHeartbeatSample(int nodeId, NodeHeartbeatSample sample) Cache the latest heartbeat sample of a ConfigNode.voidLoadCache.cacheDataNodeHeartbeatSample(int nodeId, NodeHeartbeatSample sample) Cache the latest heartbeat sample of a DataNode.