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