Uses of Interface
org.apache.iotdb.confignode.manager.load.cache.IFailureDetector
Packages that use IFailureDetector
Package
Description
-
Uses of IFailureDetector in org.apache.iotdb.confignode.manager.load.cache
Fields in org.apache.iotdb.confignode.manager.load.cache declared as IFailureDetectorModifier and TypeFieldDescriptionprotected final IFailureDetectorAbstractLoadCache.failureDetector -
Uses of IFailureDetector in org.apache.iotdb.confignode.manager.load.cache.detector
Classes in org.apache.iotdb.confignode.manager.load.cache.detector that implement IFailureDetectorModifier and TypeClassDescriptionclassFixedDetector will decide a node unknown iff.classThe Phi Failure Detector, proposed by Hayashibara, Naohiro, et al.Constructors in org.apache.iotdb.confignode.manager.load.cache.detector with parameters of type IFailureDetectorModifierConstructorDescriptionPhiAccrualDetector(long threshold, long acceptableHeartbeatPauseNs, long minHeartbeatStdNs, int minimalSampleCount, IFailureDetector fallbackDuringColdStart)