Uses of Class
org.apache.ignite.internal.management.SystemViewCommandArg
-
Packages that use SystemViewCommandArg Package Description org.apache.ignite.internal.management -
-
Uses of SystemViewCommandArg in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return types with arguments of type SystemViewCommandArg Modifier and Type Method Description Class<SystemViewCommandArg>SystemViewCommand. argClass()protected VisorJob<SystemViewCommandArg,SystemViewTaskResult>SystemViewTask. job(SystemViewCommandArg arg)Methods in org.apache.ignite.internal.management with parameters of type SystemViewCommandArg Modifier and Type Method Description protected VisorJob<SystemViewCommandArg,SystemViewTaskResult>SystemViewTask. job(SystemViewCommandArg arg)Collection<GridClientNode>SystemViewCommand. nodes(Collection<GridClientNode> nodes, SystemViewCommandArg arg)voidSystemViewCommand. printResult(SystemViewCommandArg arg, SystemViewTaskResult res, Consumer<String> printer)Prints command result to the user.
-