|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterEvent | |
org.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. |
org.activecluster.group | Contains Group Organsisation models and policies for arranging Node instances into
groups, such as buddy-groups (failover nodes) or master/slave groups for High Availability (HA) protocols. |
Uses of ClusterEvent in org.activecluster |
Methods in org.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 |
Uses of ClusterEvent in org.activecluster.group |
Methods in org.activecluster.group with parameters of type ClusterEvent | |
void |
GroupClusterListener.onNodeAdd(ClusterEvent event)
|
void |
GroupClusterListener.onNodeUpdate(ClusterEvent event)
|
void |
GroupClusterListener.onNodeRemoved(ClusterEvent event)
|
void |
GroupClusterListener.onNodeFailed(ClusterEvent event)
|
void |
GroupClusterListener.onCoordinatorChanged(ClusterEvent event)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |