Uses of Interface
org.apache.cassandra.gms.IFailureDetector
-
Packages that use IFailureDetector Package Description org.apache.cassandra.config org.apache.cassandra.dht org.apache.cassandra.gms org.apache.cassandra.service -
-
Uses of IFailureDetector in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IFailureDetector Modifier and Type Method Description static IFailureDetectorDatabaseDescriptor. newFailureDetector() -
Uses of IFailureDetector in org.apache.cassandra.dht
Constructors in org.apache.cassandra.dht with parameters of type IFailureDetector Constructor Description FailureDetectorSourceFilter(IFailureDetector fd) -
Uses of IFailureDetector in org.apache.cassandra.gms
Classes in org.apache.cassandra.gms that implement IFailureDetector Modifier and Type Class Description classFailureDetectorThis FailureDetector is an implementation of the paper titled "The Phi Accrual Failure Detector" by Hayashibara.Fields in org.apache.cassandra.gms declared as IFailureDetector Modifier and Type Field Description static IFailureDetectorFailureDetector. instance -
Uses of IFailureDetector in org.apache.cassandra.service
Constructors in org.apache.cassandra.service with parameters of type IFailureDetector Constructor Description ActiveRepairService(IFailureDetector failureDetector, Gossiper gossiper)
-