Uses of Class
org.apache.ignite.internal.management.cache.IndexForceRebuildTaskRes
-
Packages that use IndexForceRebuildTaskRes Package Description org.apache.ignite.internal.management.cache -
-
Uses of IndexForceRebuildTaskRes in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type IndexForceRebuildTaskRes Modifier and Type Method Description protected Map<UUID,IndexForceRebuildTaskRes>IndexForceRebuildTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Method parameters in org.apache.ignite.internal.management.cache with type arguments of type IndexForceRebuildTaskRes Modifier and Type Method Description voidCacheIndexesForceRebuildCommand. printResult(CacheIndexesForceRebuildCommandArg arg, Map<UUID,IndexForceRebuildTaskRes> results, Consumer<String> printer)Prints command result to the user.
-