|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationState | |
|---|---|
| org.apache.cassandra.gms | |
| org.apache.cassandra.service | |
| 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.getApplicationStateMap()
|
java.util.List<java.util.Map.Entry<java.lang.String,ApplicationState>> |
EndPointState.getSortedApplicationStates()
|
static ICompactSerializer<ApplicationState> |
ApplicationState.serializer()
|
| Methods in org.apache.cassandra.gms with parameters of type ApplicationState | |
|---|---|
void |
Gossiper.addLocalApplicationState(java.lang.String key,
ApplicationState appState)
|
int |
ApplicationState.compareTo(ApplicationState apState)
|
void |
IEndPointStateChangeSubscriber.onChange(java.net.InetAddress endpoint,
java.lang.String stateName,
ApplicationState state)
|
| Uses of ApplicationState in org.apache.cassandra.service |
|---|
| Methods in org.apache.cassandra.service with parameters of type ApplicationState | |
|---|---|
void |
StorageLoadBalancer.onChange(java.net.InetAddress endpoint,
java.lang.String stateName,
ApplicationState state)
|
void |
StorageService.onChange(java.net.InetAddress endpoint,
java.lang.String apStateName,
ApplicationState apState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||