Uses of Class
org.apache.ignite.internal.management.SystemViewTaskResult
-
Packages that use SystemViewTaskResult Package Description org.apache.ignite.internal.management -
-
Uses of SystemViewTaskResult in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return SystemViewTaskResult Modifier and Type Method Description protected @Nullable SystemViewTaskResultSystemViewTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Methods in org.apache.ignite.internal.management that return types with arguments of type SystemViewTaskResult Modifier and Type Method Description protected VisorJob<SystemViewCommandArg,SystemViewTaskResult>SystemViewTask. job(SystemViewCommandArg arg)Methods in org.apache.ignite.internal.management with parameters of type SystemViewTaskResult Modifier and Type Method Description voidSystemViewCommand. printResult(SystemViewCommandArg arg, SystemViewTaskResult res, Consumer<String> printer)Prints command result to the user.
-