public class GridTaskResultRequest extends Object implements Message
| Constructor and Description |
|---|
GridTaskResultRequest()
Public no-arg constructor for
Externalizable support. |
| Modifier and Type | Method and Description |
|---|---|
byte |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
IgniteUuid |
taskId() |
void |
taskId(IgniteUuid taskId) |
Object |
topic() |
void |
topic(String topic) |
byte[] |
topicBytes() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GridTaskResultRequest()
Externalizable support.public IgniteUuid taskId()
public void taskId(IgniteUuid taskId)
taskId - Task ID.public Object topic()
public byte[] topicBytes()
public void topic(String topic)
topic - Topic.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public byte directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015