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

Packages that use IEndpointStateChangeSubscriber
org.apache.cassandra.gms   
org.apache.cassandra.locator   
org.apache.cassandra.service   
org.apache.cassandra.streaming   
 

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.locator
 

Classes in org.apache.cassandra.locator that implement IEndpointStateChangeSubscriber
 class Ec2MultiRegionSnitch
          1) Snitch will automatically set the public IP by querying the AWS API 2) Snitch will set the private IP as a Gossip application state.
 

Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.service
 

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

Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.streaming
 

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



Copyright © 2012 The Apache Software Foundation