|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterEvent | |
org.codehaus.activecluster | ActiveCluster API for working with a simple cluster abstraction for building cluster algorithms like buddy systems, voting, master/slave protocols, electing a controller and so forth. |
Uses of ClusterEvent in org.codehaus.activecluster |
Methods in org.codehaus.activecluster with parameters of type ClusterEvent | |
void |
ClusterListener.onNodeAdd(ClusterEvent event)
A new node has been added |
void |
ClusterListener.onNodeUpdate(ClusterEvent event)
A node has updated its state |
void |
ClusterListener.onNodeRemoved(ClusterEvent event)
A node has been removed (a clean shutdown) |
void |
ClusterListener.onNodeFailed(ClusterEvent event)
A node has failed due to process or network failure |
void |
ClusterListener.onCoordinatorChanged(ClusterEvent event)
An election has occurred and a new coordinator has been selected |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |