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) |
String |
toString() |
protected void |
writeExternalData(ObjectOutput out) |
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.IgniteDataTransferObjectIOExceptionprotected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class org.apache.ignite.internal.dto.IgniteDataTransferObjectIOExceptionClassNotFoundException
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024