Uses of Class
org.apache.ignite.internal.management.cache.ValidateIndexesTaskResult
-
Packages that use ValidateIndexesTaskResult Package Description org.apache.ignite.internal.management.cache -
-
Uses of ValidateIndexesTaskResult in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return ValidateIndexesTaskResult Modifier and Type Method Description protected @Nullable ValidateIndexesTaskResultValidateIndexesTask. reduce0(List<ComputeJobResult> list)Actual reduce logic.Methods in org.apache.ignite.internal.management.cache with parameters of type ValidateIndexesTaskResult Modifier and Type Method Description voidCacheValidateIndexesCommand. printResult(CacheValidateIndexesCommandArg arg, ValidateIndexesTaskResult res0, Consumer<String> printer)Prints command result to the user.
-