public static class TcpCommunicationSpi.RecoveryLastReceivedMessage extends Object implements Message
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_FULL_SIZE
Full message size (with message type) in bytes.
|
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
TcpCommunicationSpi.RecoveryLastReceivedMessage()
Default constructor required by
Message. |
TcpCommunicationSpi.RecoveryLastReceivedMessage(long rcvCnt) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
long |
received() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public static final int MESSAGE_FULL_SIZE
public TcpCommunicationSpi.RecoveryLastReceivedMessage()
Message.public TcpCommunicationSpi.RecoveryLastReceivedMessage(long rcvCnt)
rcvCnt - Number of received messages.public long received()
public void onAckReceived()
onAckReceived in interface Messagepublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017