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)
           
 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 StorageService
           
 



Copyright © 2009 The Apache Software Foundation