Uses of Class
org.apache.ignite.internal.visor.VisorTaskResult
-
Packages that use VisorTaskResult Package Description org.apache.ignite.internal.visor -
-
Uses of VisorTaskResult in org.apache.ignite.internal.visor
Methods in org.apache.ignite.internal.visor that return VisorTaskResult Modifier and Type Method Description @Nullable VisorTaskResult<R>VisorMultiNodeTask. reduce(List<ComputeJobResult> results)Reduces (or aggregates) results received so far into one compound result to be returned to caller viaComputeTaskFuture.get()method.
-