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