|
||||||||||
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 | |
---|---|
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.service |
---|
Methods in org.apache.cassandra.service with parameters of type ApplicationState | |
---|---|
void |
MigrationManager.onChange(java.net.InetAddress endpoint,
ApplicationState state,
VersionedValue value)
|
void |
StorageLoadBalancer.onChange(java.net.InetAddress endpoint,
ApplicationState state,
VersionedValue value)
|
void |
StorageService.onChange(java.net.InetAddress endpoint,
ApplicationState state,
VersionedValue value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |