Package | Description |
---|---|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
Modifier and Type | Method and Description |
---|---|
default long |
TimeoutStrategy.nextTimeout()
Get next timeout.
|
long |
TimeoutStrategy.nextTimeout(long currTimeout)
Get next timeout based on previously timeout calculated by strategy.
|
long |
ExponentialBackoffTimeoutStrategy.nextTimeout(long timeout)
Get next timeout based on previously timeout calculated by strategy.
|
long |
IgniteSpiOperationTimeoutHelper.nextTimeoutChunk(long dfltTimeout)
Returns a timeout value to use for the next network operation.
|
Modifier and Type | Method and Description |
---|---|
protected Socket |
TcpDiscoverySpi.openSocket(InetSocketAddress sockAddr,
IgniteSpiOperationTimeoutHelper timeoutHelper) |
protected Socket |
TcpDiscoverySpi.openSocket(Socket sock,
InetSocketAddress remAddr,
IgniteSpiOperationTimeoutHelper timeoutHelper)
Connects to remote address sending
U.IGNITE_HEADER when connection is established. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024