Uses of Interface
org.apache.cassandra.gms.IFailureDetector

Packages that use IFailureDetector
org.apache.cassandra.dht   
org.apache.cassandra.gms   
 

Uses of IFailureDetector in org.apache.cassandra.dht
 

Constructors in org.apache.cassandra.dht with parameters of type IFailureDetector
RangeStreamer.FailureDetectorSourceFilter(IFailureDetector fd)
           
 

Uses of IFailureDetector in org.apache.cassandra.gms
 

Classes in org.apache.cassandra.gms that implement IFailureDetector
 class FailureDetector
          This FailureDetector is an implementation of the paper titled "The Phi Accrual Failure Detector" by Hayashibara.
 

Fields in org.apache.cassandra.gms declared as IFailureDetector
static IFailureDetector FailureDetector.instance
           
 



Copyright © 2013 The Apache Software Foundation