public interface NodeListener
A NodeListener is called when nodes join or leave the cluster
- Author:
- Tim Fox
-
Method Summary
-
Method Details
-
nodeAdded
A node has been added- Parameters:
nodeID- The unique ID of the node
-
nodeLeft
A node has left- Parameters:
nodeID- The unique ID of the node
-