|
||||||||||
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 EndpointState | |
---|---|
EndpointState |
Gossiper.getEndpointStateForEndpoint(java.net.InetAddress ep)
|
Methods in org.apache.cassandra.gms that return types with arguments of type EndpointState | |
---|---|
java.util.Set<java.util.Map.Entry<java.net.InetAddress,EndpointState>> |
Gossiper.getEndpointStates()
|
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 |
void |
IEndpointStateChangeSubscriber.onRestart(java.net.InetAddress endpoint,
EndpointState state)
Called whenever a node is restarted. |
Uses of EndpointState in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service with parameters of type EndpointState | |
---|---|
void |
MigrationManager.onAlive(java.net.InetAddress endpoint,
EndpointState state)
gets called after a this node joins a cluster |
void |
StorageLoadBalancer.onAlive(java.net.InetAddress endpoint,
EndpointState state)
|
void |
StorageService.onAlive(java.net.InetAddress endpoint,
EndpointState state)
|
void |
MigrationManager.onDead(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 |
MigrationManager.onJoin(java.net.InetAddress endpoint,
EndpointState epState)
I'm not going to act here. |
void |
StorageLoadBalancer.onJoin(java.net.InetAddress endpoint,
EndpointState epState)
|
void |
StorageService.onJoin(java.net.InetAddress endpoint,
EndpointState epState)
|
void |
MigrationManager.onRestart(java.net.InetAddress endpoint,
EndpointState state)
|
void |
StorageLoadBalancer.onRestart(java.net.InetAddress endpoint,
EndpointState state)
|
void |
StorageService.onRestart(java.net.InetAddress endpoint,
EndpointState state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |