Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
org.apache.ignite.spi.communication.tcp.internal |
Modifier and Type | Method and Description |
---|---|
CommunicationSpi |
IgniteConfiguration.getCommunicationSpi()
Should return fully configured SPI communication implementation.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setCommunicationSpi(CommunicationSpi commSpi)
Sets fully configured instance of
CommunicationSpi . |
Modifier and Type | Class and Description |
---|---|
class |
TcpCommunicationSpi
TcpCommunicationSpi is default communication SPI which uses
TCP/IP protocol and Java NIO to communicate with other nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
org.apache.ignite.spi.communication.tcp.internal.TcpCommunicationConfigInitializer
Only may implement it TcpCommunicationSpi.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024