Package | Description |
---|---|
org.apache.ignite.plugin.extensions.communication |
Contains extendable components for communication.
|
org.apache.ignite.spi.collision.jobstealing |
Contains job stealing collision SPI implementation.
|
org.apache.ignite.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
org.apache.ignite.spi.communication.tcp.messages |
Contains implementation messages.
|
Modifier and Type | Method and Description |
---|---|
<T extends Message> |
MessageReader.readMessage(String name)
Reads nested message.
|
Modifier and Type | Method and Description |
---|---|
@Nullable Message |
MessageFactory.create(short type)
Creates new message instance of provided type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MessageWriter.writeMessage(String name,
Message val)
Writes nested message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MessageReader.afterMessageRead(Class<? extends Message> msgCls)
Callback that must be invoked by a message implementation after message body finished decoding.
|
void |
MessageReader.setCurrentReadClass(Class<? extends Message> msgCls)
Sets type of message currently read.
|
void |
MessageWriter.setCurrentWriteClass(Class<? extends Message> msgCls)
Sets type of message currently written.
|
Modifier and Type | Class and Description |
---|---|
class |
JobStealingRequest
Job stealing request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TcpCommunicationSpi.notifyListener(UUID sndId,
Message msg,
IgniteRunnable msgC) |
void |
TcpCommunicationMetricsListener.onMessageReceived(Message msg,
UUID nodeId)
Collects statistics for message received by SPI.
|
void |
TcpCommunicationMetricsListener.onMessageSent(Message msg,
UUID nodeId)
Collects statistics for message sent by SPI.
|
void |
TcpCommunicationSpi.sendMessage(ClusterNode node,
Message msg)
Sends given message to destination node.
|
void |
TcpCommunicationSpi.sendMessage(ClusterNode node,
Message msg,
IgniteInClosure<IgniteException> ackC)
Sends given message to destination node.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpCommunicationSpi.setListener(CommunicationListener<Message> lsnr)
Set communication listener.
|
Modifier and Type | Class and Description |
---|---|
class |
HandshakeMessage
Handshake message.
|
class |
HandshakeMessage2
Updated handshake message.
|
class |
NodeIdMessage
Node ID message.
|
class |
RecoveryLastReceivedMessage
Recovery acknowledgment message.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019