public class SnapshotOperationIssue
extends org.apache.ignite.internal.dto.IgniteDataTransferObject
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_ISSUE_MSG
Internal issue.
|
static String |
WHOLE_SNAPSHOT
Whole snapshot.
|
Constructor and Description |
---|
SnapshotOperationIssue()
Default constructor for serialization.
|
SnapshotOperationIssue(UUID nodeId,
String cacheGroupName,
int partId,
String issueMsg) |
Modifier and Type | Method and Description |
---|---|
String |
cacheGroupName() |
String |
issueMessage() |
UUID |
nodeId() |
int |
partitionId() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
public static final String WHOLE_SNAPSHOT
public static final String INTERNAL_ISSUE_MSG
public SnapshotOperationIssue()
public String cacheGroupName()
SnapshotIssue.WHOLE_SNAPSHOT
otherwise.public int partitionId()
public String issueMessage()
public UUID nodeId()
protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData
in class org.apache.ignite.internal.dto.IgniteDataTransferObject
out
- Output object to write data content.IOException
- If I/O errors occur.protected void readExternalData(byte protoVer, ObjectInput in) throws IOException, ClassNotFoundException
readExternalData
in class org.apache.ignite.internal.dto.IgniteDataTransferObject
protoVer
- Input object version.in
- Input object to load data content.IOException
- If I/O errors occur.ClassNotFoundException
- If the class for an object being restored cannot be found.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024