public class ServiceSingleNodeDeploymentResult extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
ServiceSingleNodeDeploymentResult()
Empty constructor for marshalling purposes.
|
ServiceSingleNodeDeploymentResult(int cnt) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
void |
count(int cnt) |
short |
directType()
Gets message type.
|
@NotNull Collection<byte[]> |
errors() |
void |
errors(Collection<byte[]> errors) |
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.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public ServiceSingleNodeDeploymentResult()
public ServiceSingleNodeDeploymentResult(int cnt)
cnt - Count of service's instances.public int count()
public void count(int cnt)
cnt - Count of service's instances.@NotNull public @NotNull Collection<byte[]> errors()
public void errors(Collection<byte[]> errors)
errors - Serialized exceptions.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.8.1 Release Date : May 21 2020