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

Packages that use IEndPointStateChangeSubscriber
org.apache.cassandra.gms   
org.apache.cassandra.service   
 

Uses of IEndPointStateChangeSubscriber in org.apache.cassandra.gms
 

Methods in org.apache.cassandra.gms with parameters of type IEndPointStateChangeSubscriber
 void Gossiper.register(IEndPointStateChangeSubscriber subscriber)
          Register with the Gossiper for EndPointState notifications
 void IEndPointStateChangePublisher.register(IEndPointStateChangeSubscriber subcriber)
          Register for interesting state changes.
 void Gossiper.unregister(IEndPointStateChangeSubscriber subscriber)
           
 void IEndPointStateChangePublisher.unregister(IEndPointStateChangeSubscriber subcriber)
          Unregister interest for state changes.
 

Uses of IEndPointStateChangeSubscriber in org.apache.cassandra.service
 

Classes in org.apache.cassandra.service that implement IEndPointStateChangeSubscriber
 class StorageLoadBalancer
           
 class StorageService
           
 



Copyright © 2010 The Apache Software Foundation