public class SchemaOperationStatusMessage extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
SchemaOperationStatusMessage()
Default constructor.
|
SchemaOperationStatusMessage(UUID opId,
byte[] errBytes,
boolean nop)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
@Nullable byte[] |
errorBytes() |
byte |
fieldsCount()
Gets fields count.
|
boolean |
nop() |
void |
onAckReceived()
Method called when ack message received.
|
UUID |
operationId() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
UUID |
senderNodeId() |
void |
senderNodeId(UUID sndNodeId) |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public SchemaOperationStatusMessage()
public SchemaOperationStatusMessage(UUID opId, byte[] errBytes, boolean nop)
opId - Operation ID.errBytes - Error bytes.nop - No-op flag.public UUID operationId()
@Nullable public @Nullable byte[] errorBytes()
public UUID senderNodeId()
public void senderNodeId(UUID sndNodeId)
sndNodeId - Sender node ID.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public boolean nop()
True if message is no-op.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.16.0 Release Date : December 15 2023