Uses of Class
org.apache.iotdb.confignode.manager.load.cache.AbstractLoadCache
Packages that use AbstractLoadCache
Package
Description
-
Uses of AbstractLoadCache in org.apache.iotdb.confignode.manager.load.cache.consensus
Modifier and TypeClassDescriptionclassConsensusGroupCache caches the ConsensusGroupHeartbeatSamples of a consensus group. -
Uses of AbstractLoadCache in org.apache.iotdb.confignode.manager.load.cache.node
Subclasses of AbstractLoadCache in org.apache.iotdb.confignode.manager.load.cache.nodeModifier and TypeClassDescriptionclassclassNodeCache caches the NodeHeartbeatSamples of a Node.classHeartbeat cache for cluster ConfigNodes.classHeartbeat cache for cluster DataNodes. -
Uses of AbstractLoadCache in org.apache.iotdb.confignode.manager.load.cache.region
Subclasses of AbstractLoadCache in org.apache.iotdb.confignode.manager.load.cache.regionModifier and TypeClassDescriptionclassRegionCache caches the RegionHeartbeatSamples of a Region.