public interface GridClientTopologyListener
Since the topology refresh is performed in background, the listeners will not be notified
immediately after the node leaves grid, but the maximum time window between remote grid detects
node leaving and client receives topology update is GridClientConfiguration.getTopologyRefreshFrequency().
| Modifier and Type | Method and Description |
|---|---|
void |
onNodeAdded(GridClientNode node)
Callback for new nodes joining the remote grid.
|
void |
onNodeRemoved(GridClientNode node)
Callback for nodes leaving the remote grid.
|
void onNodeAdded(GridClientNode node)
node - New remote node.void onNodeRemoved(GridClientNode node)
node - Left node.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020