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