public class GridTaskResultRequest extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridTaskResultRequest()
Public no-arg constructor for
Externalizable support. |
| 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.
|
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 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 Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021