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

Packages that use IFailureDetectionEventListener
org.apache.cassandra.gms   
org.apache.cassandra.streaming   
 

Uses of IFailureDetectionEventListener in org.apache.cassandra.gms
 

Classes in org.apache.cassandra.gms that implement IFailureDetectionEventListener
 class Gossiper
          This module is responsible for Gossiping information for the local endpoint.
 

Methods in org.apache.cassandra.gms with parameters of type IFailureDetectionEventListener
 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.streaming
 

Classes in org.apache.cassandra.streaming that implement IFailureDetectionEventListener
 class StreamOutSession
          This class manages the streaming of multiple files one after the other.
 



Copyright © 2012 The Apache Software Foundation