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

Packages that use ApplicationState
org.apache.cassandra.gms   
 

Uses of ApplicationState in org.apache.cassandra.gms
 

Methods in org.apache.cassandra.gms that return ApplicationState
 ApplicationState EndPointState.getApplicationState(java.lang.String key)
           
 

Methods in org.apache.cassandra.gms that return types with arguments of type ApplicationState
 java.util.Map<java.lang.String,ApplicationState> EndPointState.getApplicationState()
           
static ICompactSerializer<ApplicationState> ApplicationState.serializer()
           
 

Methods in org.apache.cassandra.gms with parameters of type ApplicationState
 void Gossiper.addApplicationState(java.lang.String key, ApplicationState appState)
           
 



Copyright © 2009 The Apache Software Foundation