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 for interesting state changes.
 void Gossiper.unregister(IEndpointStateChangeSubscriber subscriber)
          Unregister interest for state changes.
 

Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.service
 

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



Copyright © 2011 The Apache Software Foundation