Uses of Class
org.apache.ignite.internal.management.DeactivateCommandArg
-
Packages that use DeactivateCommandArg Package Description org.apache.ignite.internal.management -
-
Uses of DeactivateCommandArg in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return types with arguments of type DeactivateCommandArg Modifier and Type Method Description Class<DeactivateCommandArg>DeactivateCommand. argClass()Deprecated.Methods in org.apache.ignite.internal.management with parameters of type DeactivateCommandArg Modifier and Type Method Description StringDeactivateCommand. confirmationPrompt(DeactivateCommandArg arg)Deprecated.StringDeactivateCommand. deprecationMessage(DeactivateCommandArg arg)Deprecated.NoArgDeactivateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, DeactivateCommandArg arg, Consumer<String> printer)Deprecated.Executes command logic.booleanDeactivateCommand. prepare(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, DeactivateCommandArg arg, Consumer<String> printer)Deprecated.Enriches argument with cluster information if required.
-