|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndPointState | |
---|---|
org.apache.cassandra.gms | |
org.apache.cassandra.service |
Uses of EndPointState in org.apache.cassandra.gms |
---|
Methods in org.apache.cassandra.gms that return types with arguments of type EndPointState | |
---|---|
static ICompactSerializer<EndPointState> |
EndPointState.serializer()
|
Methods in org.apache.cassandra.gms with parameters of type EndPointState | |
---|---|
void |
IEndPointStateChangeSubscriber.onChange(EndPoint endpoint,
EndPointState epState)
Use to inform interested parties about the change in the state for specified endpoint |
Uses of EndPointState in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service with parameters of type EndPointState | |
---|---|
void |
StorageService.onChange(EndPoint endpoint,
EndPointState epState)
Called when there is a change in application state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |