Uses of Interface
org.apache.cassandra.gms.IFailureDetectionEventListener
Packages that use IFailureDetectionEventListener
Package
Description
-
Uses of IFailureDetectionEventListener in org.apache.cassandra.gms
Classes in org.apache.cassandra.gms that implement IFailureDetectionEventListenerModifier and TypeClassDescriptionclassThis module is responsible for Gossiping information for the local endpoint.Methods in org.apache.cassandra.gms with parameters of type IFailureDetectionEventListenerModifier and TypeMethodDescriptionvoidFailureDetector.registerFailureDetectionEventListener(IFailureDetectionEventListener listener) voidIFailureDetector.registerFailureDetectionEventListener(IFailureDetectionEventListener listener) Register interest for Failure Detector events.voidFailureDetector.unregisterFailureDetectionEventListener(IFailureDetectionEventListener listener) voidIFailureDetector.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 IFailureDetectionEventListenerModifier and TypeClassDescriptionclassCoordinates 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 IFailureDetectionEventListenerModifier and TypeClassDescriptionclassActiveRepairService is the starting point for manual "active" repairs. -
Uses of IFailureDetectionEventListener in org.apache.cassandra.service.paxos.cleanup
Classes in org.apache.cassandra.service.paxos.cleanup that implement IFailureDetectionEventListener