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