public interface Message extends Serializable
| Modifier and Type | Method and Description |
|---|---|
byte |
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.
|
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
boolean writeTo(ByteBuffer buf, MessageWriter writer)
buf - Byte buffer.writer - Writer.boolean readFrom(ByteBuffer buf, MessageReader reader)
buf - Byte buffer.reader - Reader.byte directType()
byte fieldsCount()
void onAckReceived()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016