Uses of Class
org.apache.cassandra.gms.EndpointState

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

Uses of EndpointState in org.apache.cassandra.gms
 

Methods in org.apache.cassandra.gms that return EndpointState
 EndpointState Gossiper.getEndpointStateForEndpoint(java.net.InetAddress ep)
           
 

Methods in org.apache.cassandra.gms that return types with arguments of type EndpointState
 java.util.Set<java.util.Map.Entry<java.net.InetAddress,EndpointState>> Gossiper.getEndpointStates()
           
static IVersionedSerializer<EndpointState> EndpointState.serializer()
           
 

Methods in org.apache.cassandra.gms with parameters of type EndpointState
 void IEndpointStateChangeSubscriber.onAlive(java.net.InetAddress endpoint, EndpointState state)
           
 void IEndpointStateChangeSubscriber.onDead(java.net.InetAddress endpoint, EndpointState state)
           
 void IEndpointStateChangeSubscriber.onJoin(java.net.InetAddress endpoint, EndpointState epState)
          Use to inform interested parties about the change in the state for specified endpoint
 void IEndpointStateChangeSubscriber.onRestart(java.net.InetAddress endpoint, EndpointState state)
          Called whenever a node is restarted.
 

Uses of EndpointState in org.apache.cassandra.locator
 

Methods in org.apache.cassandra.locator with parameters of type EndpointState
 void Ec2MultiRegionSnitch.onAlive(java.net.InetAddress endpoint, EndpointState state)
           
 void Ec2MultiRegionSnitch.onDead(java.net.InetAddress endpoint, EndpointState state)
           
 void Ec2MultiRegionSnitch.onJoin(java.net.InetAddress endpoint, EndpointState epState)
           
 void Ec2MultiRegionSnitch.onRestart(java.net.InetAddress endpoint, EndpointState state)
           
 

Uses of EndpointState in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type EndpointState
 void LoadBroadcaster.onAlive(java.net.InetAddress endpoint, EndpointState state)
           
 void MigrationManager.onAlive(java.net.InetAddress endpoint, EndpointState state)
          gets called after a this node joins a cluster
 void StorageService.onAlive(java.net.InetAddress endpoint, EndpointState state)
           
 void LoadBroadcaster.onDead(java.net.InetAddress endpoint, EndpointState state)
           
 void MigrationManager.onDead(java.net.InetAddress endpoint, EndpointState state)
           
 void StorageService.onDead(java.net.InetAddress endpoint, EndpointState state)
           
 void LoadBroadcaster.onJoin(java.net.InetAddress endpoint, EndpointState epState)
           
 void MigrationManager.onJoin(java.net.InetAddress endpoint, EndpointState epState)
           
 void StorageService.onJoin(java.net.InetAddress endpoint, EndpointState epState)
           
 void LoadBroadcaster.onRestart(java.net.InetAddress endpoint, EndpointState state)
           
 void MigrationManager.onRestart(java.net.InetAddress endpoint, EndpointState state)
           
 void StorageService.onRestart(java.net.InetAddress endpoint, EndpointState state)
           
 

Uses of EndpointState in org.apache.cassandra.streaming
 

Methods in org.apache.cassandra.streaming with parameters of type EndpointState
 void StreamOutSession.onAlive(java.net.InetAddress endpoint, EndpointState state)
           
 void StreamOutSession.onDead(java.net.InetAddress endpoint, EndpointState state)
           
 void StreamOutSession.onJoin(java.net.InetAddress endpoint, EndpointState epState)
           
 void StreamOutSession.onRestart(java.net.InetAddress endpoint, EndpointState epState)
           
 



Copyright © 2012 The Apache Software Foundation