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

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

Uses of ApplicationState in org.apache.cassandra.gms
 

Methods in org.apache.cassandra.gms that return ApplicationState
static ApplicationState ApplicationState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationState[] ApplicationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.gms that return types with arguments of type ApplicationState
 java.util.Map<ApplicationState,VersionedValue> EndpointState.getApplicationStateMap()
          Deprecated. 
 

Methods in org.apache.cassandra.gms with parameters of type ApplicationState
 void Gossiper.addLocalApplicationState(ApplicationState state, VersionedValue value)
           
 VersionedValue EndpointState.getApplicationState(ApplicationState key)
           
 void IEndpointStateChangeSubscriber.onChange(java.net.InetAddress endpoint, ApplicationState state, VersionedValue value)
           
 

Uses of ApplicationState in org.apache.cassandra.locator
 

Methods in org.apache.cassandra.locator with parameters of type ApplicationState
 void Ec2MultiRegionSnitch.onChange(java.net.InetAddress endpoint, ApplicationState state, VersionedValue value)
           
 

Uses of ApplicationState in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type ApplicationState
 void LoadBroadcaster.onChange(java.net.InetAddress endpoint, ApplicationState state, VersionedValue value)
           
 void MigrationManager.onChange(java.net.InetAddress endpoint, ApplicationState state, VersionedValue value)
           
 void StorageService.onChange(java.net.InetAddress endpoint, ApplicationState state, VersionedValue value)
           
 

Uses of ApplicationState in org.apache.cassandra.streaming
 

Methods in org.apache.cassandra.streaming with parameters of type ApplicationState
 void StreamOutSession.onChange(java.net.InetAddress endpoint, ApplicationState state, VersionedValue value)
           
 



Copyright © 2012 The Apache Software Foundation