public class GridDeploymentRequest extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridDeploymentRequest()
No-op constructor to support
Externalizable interface. |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
Collection<UUID> |
nodeIds() |
void |
nodeIds(Collection<UUID> nodeIds) |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GridDeploymentRequest()
Externalizable interface.
This constructor is not meant to be used for other purposes.public Collection<UUID> nodeIds()
public void nodeIds(Collection<UUID> nodeIds)
nodeIds - Node IDs chain which is updated as request jumps
from node to node.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.9.0 Release Date : October 15 2020