public class GridJobSiblingsResponse extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridJobSiblingsResponse()
Empty constructor required by
Externalizable. |
GridJobSiblingsResponse(Collection<ComputeJobSibling> siblings,
byte[] siblingsBytes) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
Collection<ComputeJobSibling> |
jobSiblings() |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
void |
unmarshalSiblings(Marshaller marsh) |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GridJobSiblingsResponse()
Externalizable.public GridJobSiblingsResponse(@Nullable
Collection<ComputeJobSibling> siblings,
@Nullable
byte[] siblingsBytes)
siblings - Siblings.siblingsBytes - Serialized siblings.public Collection<ComputeJobSibling> jobSiblings()
public void unmarshalSiblings(Marshaller marsh) throws IgniteCheckedException
marsh - Marshaller.IgniteCheckedException - In case of error.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 Fabric : ver. 2.4.0 Release Date : March 5 2018