|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterTopologyListener
A listener for cluster topology events
Method Summary | |
---|---|
void |
clusterOffline(ClusterNode node)
This node has lost contact (possibly temporarily) with the cluster and cannot execute clustered operations |
void |
clusterOnline(ClusterNode node)
This node has established contact with the cluster and can execute clustered operations. |
void |
clusterRejoined(ClusterNode oldNode,
ClusterNode newNode)
This node lost contact and rejoined the cluster again. |
void |
nodeJoined(ClusterNode node)
A node has joined the cluster |
void |
nodeLeft(ClusterNode node)
A node has left the cluster |
Method Detail |
---|
void nodeJoined(ClusterNode node)
node
- The joining nodevoid nodeLeft(ClusterNode node)
node
- The departing nodevoid clusterOnline(ClusterNode node)
node
- The current nodevoid clusterOffline(ClusterNode node)
node
- The current nodevoid clusterRejoined(ClusterNode oldNode, ClusterNode newNode)
oldNode
- The old node which got disconnectednewNode
- The new node after rejoin
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |