Class FailureDetector

java.lang.Object
org.apache.cassandra.gms.FailureDetector
All Implemented Interfaces:
FailureDetectorMBean, IFailureDetector

public class FailureDetector extends Object implements IFailureDetector, FailureDetectorMBean
This FailureDetector is an implementation of the paper titled "The Phi Accrual Failure Detector" by Hayashibara. Check the paper and the IFailureDetector interface for details.