public class GridDeploymentRequest extends MessageAdapter
MessageAdapter.Typereader, readState| Constructor and Description |
|---|
GridDeploymentRequest()
No-op constructor to support
Externalizable interface. |
| Modifier and Type | Method and Description |
|---|---|
byte |
directType()
Gets message type.
|
Collection<UUID> |
nodeIds() |
void |
nodeIds(Collection<UUID> nodeIds) |
boolean |
readFrom(ByteBuffer buf)
Reads this message from provided byte buffer.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
setReader, skipRecoverypublic 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)
writeTo in class MessageAdapterbuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf)
readFrom in class MessageAdapterbuf - Byte buffer.public byte directType()
directType in class MessageAdapter
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015