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.2.0-incubating Release Date : June 16 2015