Package | Description |
---|---|
org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
org.apache.ignite.spi.discovery.isolated |
Contains implementation of special "isolated" mode for single-node cluster.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
org.apache.ignite.spi.discovery.zk |
Contains Zookeeper Discovery Spi classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoverySpi.setDataExchange(DiscoverySpiDataExchange exchange)
Sets a handler for initial data exchange between Ignite nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
IsolatedDiscoverySpi.setDataExchange(DiscoverySpiDataExchange exchange)
Sets a handler for initial data exchange between Ignite nodes.
|
Modifier and Type | Field and Description |
---|---|
protected DiscoverySpiDataExchange |
TcpDiscoverySpi.exchange
Data exchange.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpDiscoverySpi.setDataExchange(DiscoverySpiDataExchange exchange)
Sets a handler for initial data exchange between Ignite nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperDiscoverySpi.setDataExchange(DiscoverySpiDataExchange exchange)
Sets a handler for initial data exchange between Ignite nodes.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024