| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| Modifier and Type | Method and Description |
|---|---|
GridCommunicationSpi |
GridConfiguration.getCommunicationSpi()
Should return fully configured SPI communication implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setCommunicationSpi(GridCommunicationSpi commSpi)
Sets fully configured instance of
GridCommunicationSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpCommunicationSpi
GridTcpCommunicationSpi is default communication SPI which uses
TCP/IP protocol and Java NIO to communicate with other nodes.
|
Copyright © 2014. All rights reserved.