public class GridDeploymentRequest extends Object implements Message
| Constructor and Description |
|---|
GridDeploymentRequest()
No-op constructor to support
Externalizable interface. |
| Modifier and Type | Method and Description |
|---|---|
byte |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
Collection<UUID> |
nodeIds() |
void |
nodeIds(Collection<UUID> nodeIds) |
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 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.4.0 Release Date : September 24 2015