public class GridJobSiblingsRequest extends Object implements Message
| Constructor and Description |
|---|
GridJobSiblingsRequest()
Empty constructor required by
Externalizable. |
GridJobSiblingsRequest(IgniteUuid sesId,
Object topic,
byte[] topicBytes) |
| 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.
|
IgniteUuid |
sessionId() |
Object |
topic() |
byte[] |
topicBytes() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GridJobSiblingsRequest()
Externalizable.public GridJobSiblingsRequest(IgniteUuid sesId, Object topic, byte[] topicBytes)
sesId - Session ID.topic - Topic.topicBytes - Serialized topic.public IgniteUuid sessionId()
public Object topic()
public byte[] topicBytes()
public void onAckReceived()
onAckReceived in interface Messagepublic 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.8.0 Release Date : December 5 2016