Uses of Class
org.apache.ignite.internal.management.ClusterChangeTagTaskResult
-
Packages that use ClusterChangeTagTaskResult Package Description org.apache.ignite.internal.management -
-
Uses of ClusterChangeTagTaskResult in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return types with arguments of type ClusterChangeTagTaskResult Modifier and Type Method Description protected VisorJob<ChangeTagCommandArg,ClusterChangeTagTaskResult>ClusterChangeTagTask. job(ChangeTagCommandArg arg)Methods in org.apache.ignite.internal.management with parameters of type ClusterChangeTagTaskResult Modifier and Type Method Description voidChangeTagCommand. printResult(ChangeTagCommandArg arg, ClusterChangeTagTaskResult res, Consumer<String> printer)Prints command result to the user.
-