public interface VisorTopologyListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNodeFailed(UUID nid)
Action that should be done on node failed.
|
void |
onNodeJoin(UUID nid)
Action that should be done on node join.
|
void |
onNodeLeft(UUID nid)
Action that should be done on node left.
|
void |
onNodeSegmented(UUID nid)
Action that should be done on node segmented.
|
void onNodeJoin(UUID nid)
nid - ID of node that join topology.void onNodeLeft(UUID nid)
nid - ID of node that left topology.void onNodeFailed(UUID nid)
nid - ID of failed node.void onNodeSegmented(UUID nid)
nid - ID of segmented node.
GridGain Fabric : ver. 6.6.2-p1 Release Date : January 28 2015