public class GridContinuousMessage extends MessageAdapter
MessageAdapter.Typereader, readState| Constructor and Description |
|---|
GridContinuousMessage()
Required by
Externalizable. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
data() |
void |
data(Object data) |
byte[] |
dataBytes() |
void |
dataBytes(byte[] dataBytes) |
byte |
directType()
Gets message type.
|
IgniteUuid |
futureId() |
boolean |
readFrom(ByteBuffer buf)
Reads this message from provided byte buffer.
|
UUID |
routineId() |
String |
toString() |
org.apache.ignite.internal.processors.continuous.GridContinuousMessageType |
type() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
setReader, skipRecoverypublic GridContinuousMessage()
Externalizable.public org.apache.ignite.internal.processors.continuous.GridContinuousMessageType type()
public UUID routineId()
public <T> T data()
public void data(Object data)
data - Message data.public byte[] dataBytes()
public void dataBytes(byte[] dataBytes)
dataBytes - Serialized message data.@Nullable public IgniteUuid futureId()
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
writeTo in class MessageAdapterbuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf)
readFrom in class MessageAdapterbuf - Byte buffer.public byte directType()
directType in class MessageAdapter
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015