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.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016