Uses of Class
org.apache.ignite.internal.management.SetStateCommandArg
-
Packages that use SetStateCommandArg Package Description org.apache.ignite.internal.management -
-
Uses of SetStateCommandArg in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return types with arguments of type SetStateCommandArg Modifier and Type Method Description Class<SetStateCommandArg>SetStateCommand. argClass()Methods in org.apache.ignite.internal.management with parameters of type SetStateCommandArg Modifier and Type Method Description StringSetStateCommand. confirmationPrompt(SetStateCommandArg arg)BooleanSetStateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, SetStateCommandArg arg, Consumer<String> printer)Executes command logic.
-