public class HandshakeWaitMessage 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 |
---|
HandshakeWaitMessage()
Default constructor required by
Message . |
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.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public static final int MESSAGE_FULL_SIZE
public HandshakeWaitMessage()
Message
.public void onAckReceived()
onAckReceived
in interface Message
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType
in interface Message
public byte fieldsCount()
fieldsCount
in interface Message
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024