public class SnapshotPartitionsVerifyTaskResult extends IgniteDataTransferObject
IdleVerifyResultV2 also contains the snapshot metadata distribution across the cluster.| Constructor and Description |
|---|
SnapshotPartitionsVerifyTaskResult()
Default constructor.
|
SnapshotPartitionsVerifyTaskResult(Map<ClusterNode,List<SnapshotMetadata>> metas,
IdleVerifyResultV2 idleRes) |
| Modifier and Type | Method and Description |
|---|---|
Map<ClusterNode,Exception> |
exceptions() |
IdleVerifyResultV2 |
idleVerifyResult() |
Map<ClusterNode,List<SnapshotMetadata>> |
metas() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic SnapshotPartitionsVerifyTaskResult()
public SnapshotPartitionsVerifyTaskResult(Map<ClusterNode,List<SnapshotMetadata>> metas, IdleVerifyResultV2 idleRes)
metas - Map of snapshot metadata information found on each cluster node.idleRes - Result of cluster nodes partitions comparison.public Map<ClusterNode,List<SnapshotMetadata>> metas()
public IdleVerifyResultV2 idleVerifyResult()
public Map<ClusterNode,Exception> exceptions()
protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class IgniteDataTransferObjectout - 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 IgniteDataTransferObjectprotoVer - 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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021