public class SnapshotFilesFailureMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE_CODE
Snapshot response message type (value is
179). |
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
SnapshotFilesFailureMessage()
Empty constructor required for
Externalizable. |
SnapshotFilesFailureMessage(String reqId,
String errMsg) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
String |
errorMessage() |
SnapshotFilesFailureMessage |
errorMessage(String errMsg) |
byte |
fieldsCount()
Gets fields count.
|
String |
id() |
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 static final short TYPE_CODE
179).public SnapshotFilesFailureMessage()
Externalizable.public String errorMessage()
public SnapshotFilesFailureMessage errorMessage(String errMsg)
errMsg - Response error message.this for chaining.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public byte fieldsCount()
public short directType()
public String toString()
public String id()
public void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023