public interface DiscoverySpiDataExchange
Modifier and Type | Method and Description |
---|---|
Map<Integer,Serializable> |
collect(UUID joiningNodeId)
Collects data from all components.
|
void |
onExchange(UUID joiningNodeId,
UUID nodeId,
Map<Integer,Serializable> data)
Notifies discovery manager about data received from remote node.
|
Map<Integer,Serializable> collect(UUID joiningNodeId)
joiningNodeId
- ID of new node that joins topology.void onExchange(UUID joiningNodeId, UUID nodeId, Map<Integer,Serializable> data)
joiningNodeId
- Remote node ID.data
- Collection of discovery data objects from different components.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015