public class ServiceSingleNodeDeploymentResultBatch extends Object implements Message
ServiceSingleNodeDeploymentResult mapped services ids.DIRECT_TYPE_SIZE| Constructor and Description |
|---|
ServiceSingleNodeDeploymentResultBatch()
Empty constructor for marshalling purposes.
|
ServiceSingleNodeDeploymentResultBatch(@NotNull ServiceDeploymentProcessId depId,
@NotNull Map<IgniteUuid,ServiceSingleNodeDeploymentResult> results) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDeploymentProcessId |
deploymentId() |
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
Map<IgniteUuid,ServiceSingleNodeDeploymentResult> |
results() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public ServiceSingleNodeDeploymentResultBatch()
public ServiceSingleNodeDeploymentResultBatch(@NotNull
@NotNull ServiceDeploymentProcessId depId,
@NotNull
@NotNull Map<IgniteUuid,ServiceSingleNodeDeploymentResult> results)
depId - Deployment process id.results - Services deployments results.public Map<IgniteUuid,ServiceSingleNodeDeploymentResult> results()
public ServiceDeploymentProcessId deploymentId()
public 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 Messagepublic void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020