Uses of Interface
org.apache.cassandra.gms.IFailureDetectionEventListener
-
Packages that use IFailureDetectionEventListener Package Description org.apache.cassandra.gms org.apache.cassandra.repair org.apache.cassandra.service -
-
Uses of IFailureDetectionEventListener in org.apache.cassandra.gms
Classes in org.apache.cassandra.gms that implement IFailureDetectionEventListener Modifier and Type Class Description class
Gossiper
This module is responsible for Gossiping information for the local endpoint.Methods in org.apache.cassandra.gms with parameters of type IFailureDetectionEventListener Modifier and Type Method Description void
FailureDetector. registerFailureDetectionEventListener(IFailureDetectionEventListener listener)
void
IFailureDetector. registerFailureDetectionEventListener(IFailureDetectionEventListener listener)
Register interest for Failure Detector events.void
FailureDetector. unregisterFailureDetectionEventListener(IFailureDetectionEventListener listener)
void
IFailureDetector. unregisterFailureDetectionEventListener(IFailureDetectionEventListener listener)
Un-register interest for Failure Detector events. -
Uses of IFailureDetectionEventListener in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement IFailureDetectionEventListener Modifier and Type Class Description class
RepairSession
Coordinates the (active) repair of a list of non overlapping token ranges. -
Uses of IFailureDetectionEventListener in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement IFailureDetectionEventListener Modifier and Type Class Description class
ActiveRepairService
ActiveRepairService is the starting point for manual "active" repairs.
-