Uses of Class
org.apache.ignite.internal.management.cache.IndexIntegrityCheckIssue
-
Packages that use IndexIntegrityCheckIssue Package Description org.apache.ignite.internal.management.cache -
-
Uses of IndexIntegrityCheckIssue in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type IndexIntegrityCheckIssue Modifier and Type Method Description Collection<IndexIntegrityCheckIssue>ValidateIndexesJobResult. integrityCheckFailures()Constructor parameters in org.apache.ignite.internal.management.cache with type arguments of type IndexIntegrityCheckIssue Constructor Description ValidateIndexesJobResult(Map<PartitionKey,ValidateIndexesPartitionResult> partRes, @Nullable Map<String,ValidateIndexesPartitionResult> idxRes, @Nullable Collection<IndexIntegrityCheckIssue> integrityCheckFailures, @Nullable Map<String,ValidateIndexesCheckSizeResult> checkSizeRes)Constructor.
-