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.
|
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 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.0.0-RC3 Release Date : March 24 2015