Uses of Class
org.apache.iotdb.confignode.manager.load.cache.AbstractHeartbeatSample
Packages that use AbstractHeartbeatSample
Package
Description
-
Uses of AbstractHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache
Fields in org.apache.iotdb.confignode.manager.load.cache with type parameters of type AbstractHeartbeatSampleModifier and TypeFieldDescriptionprotected final List<AbstractHeartbeatSample>AbstractLoadCache.slidingWindowMethods in org.apache.iotdb.confignode.manager.load.cache that return AbstractHeartbeatSampleModifier and TypeMethodDescriptionAbstractLoadCache.getLastSample()Get the latest heartbeat sample that cached in the slidingWindow.Methods in org.apache.iotdb.confignode.manager.load.cache with parameters of type AbstractHeartbeatSampleModifier and TypeMethodDescriptionvoidAbstractLoadCache.cacheHeartbeatSample(AbstractHeartbeatSample newHeartbeatSample) Cache the latest heartbeat sample.Method parameters in org.apache.iotdb.confignode.manager.load.cache with type arguments of type AbstractHeartbeatSampleModifier and TypeMethodDescriptionbooleanIFailureDetector.isAvailable(List<AbstractHeartbeatSample> history) Given the heartbeat history, decide whether this endpoint is still available -
Uses of AbstractHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache.consensus
Modifier and TypeClassDescriptionclassConsensusGroupHeartbeatSample records the heartbeat sample of a consensus group. -
Uses of AbstractHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache.detector
Method parameters in org.apache.iotdb.confignode.manager.load.cache.detector with type arguments of type AbstractHeartbeatSampleModifier and TypeMethodDescriptionbooleanFixedDetector.isAvailable(List<AbstractHeartbeatSample> history) booleanPhiAccrualDetector.isAvailable(List<AbstractHeartbeatSample> history) -
Uses of AbstractHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache.node
Modifier and TypeClassDescriptionclassNodeHeartbeatSample records the heartbeat sample of a Node. -
Uses of AbstractHeartbeatSample in org.apache.iotdb.confignode.manager.load.cache.region
Modifier and TypeClassDescriptionclassRegionHeartbeatSample records the heartbeat sample of a Region.