public class VisorValidateIndexesJobResult extends IgniteDataTransferObject
| Constructor and Description |
|---|
VisorValidateIndexesJobResult()
For externalization only.
|
VisorValidateIndexesJobResult(Map<PartitionKey,ValidateIndexesPartitionResult> partRes,
@Nullable Map<String,ValidateIndexesPartitionResult> idxRes,
@Nullable Collection<IndexIntegrityCheckIssue> integrityCheckFailures,
@Nullable Map<String,ValidateIndexesCheckSizeResult> checkSizeRes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValidateIndexesCheckSizeResult> |
checkSizeResult()
Return results of checking size cache and index.
|
boolean |
hasIssues() |
Map<String,ValidateIndexesPartitionResult> |
indexResult() |
Collection<IndexIntegrityCheckIssue> |
integrityCheckFailures() |
Map<PartitionKey,ValidateIndexesPartitionResult> |
partitionResult() |
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.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorValidateIndexesJobResult(Map<PartitionKey,ValidateIndexesPartitionResult> partRes, @Nullable @Nullable Map<String,ValidateIndexesPartitionResult> idxRes, @Nullable @Nullable Collection<IndexIntegrityCheckIssue> integrityCheckFailures, @Nullable @Nullable Map<String,ValidateIndexesCheckSizeResult> checkSizeRes)
partRes - Results of indexes validation from node.idxRes - Results of reverse indexes validation from node.integrityCheckFailures - Collection of indexes integrity check failures.checkSizeRes - Results of checking size cache and index.public VisorValidateIndexesJobResult()
public Map<PartitionKey,ValidateIndexesPartitionResult> partitionResult()
public Map<String,ValidateIndexesPartitionResult> indexResult()
public Collection<IndexIntegrityCheckIssue> integrityCheckFailures()
public Map<String,ValidateIndexesCheckSizeResult> checkSizeResult()
public boolean hasIssues()
true If any indexes issues found on node, otherwise returns false.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.15.0 Release Date : April 25 2023