@Deprecated public class ActivateCommand extends Object implements LocalCommand<NoArg,NoArg>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
ActivateCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<NoArg> |
argClass()
Deprecated.
|
String |
deprecationMessage(NoArg arg)
Deprecated.
|
String |
description()
Deprecated.
Command description.
|
NoArg |
execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
NoArg arg,
Consumer<String> printer)
Deprecated.
Executes command logic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmationPromptpublic String description()
description in interface Command<NoArg,NoArg>public String deprecationMessage(NoArg arg)
deprecationMessage in interface Command<NoArg,NoArg>arg - Command argument.public NoArg execute(@Nullable @Nullable GridClient cli, @Nullable @Nullable Ignite ignite, NoArg arg, Consumer<String> printer) throws GridClientException
GridClient connection to interact with cluster.Ignite node therefore local node can be used to interact with cluster.GridClient protocol is obsolete and can be removed in future releases.execute in interface LocalCommand<NoArg,NoArg>cli - Optional grid client instance.ignite - Optional ignite node.arg - Command argument.printer - Results printer.GridClientException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023