|
||||||||||
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.onAlive(java.net.InetAddress endpoint,
EndPointState state)
|
void |
IEndPointStateChangeSubscriber.onDead(java.net.InetAddress endpoint,
EndPointState state)
|
void |
IEndPointStateChangeSubscriber.onJoin(java.net.InetAddress 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 |
StorageLoadBalancer.onAlive(java.net.InetAddress endpoint,
EndPointState state)
|
void |
StorageService.onAlive(java.net.InetAddress endpoint,
EndPointState state)
|
void |
StorageLoadBalancer.onDead(java.net.InetAddress endpoint,
EndPointState state)
|
void |
StorageService.onDead(java.net.InetAddress endpoint,
EndPointState state)
|
void |
StorageLoadBalancer.onJoin(java.net.InetAddress endpoint,
EndPointState epState)
|
void |
StorageService.onJoin(java.net.InetAddress endpoint,
EndPointState epState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |