public class ConsistencyRepairCommand extends Object implements LocalCommand<ConsistencyRepairCommandArg,String>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
ConsistencyRepairCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<ConsistencyRepairCommandArg> |
argClass() |
String |
description()
Command description.
|
String |
execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
ConsistencyRepairCommandArg arg,
Consumer<String> printer)
Executes command logic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<ConsistencyRepairCommandArg,String>public Class<ConsistencyRepairCommandArg> argClass()
argClass in interface Command<ConsistencyRepairCommandArg,String>public String execute(@Nullable @Nullable GridClient cli, @Nullable @Nullable Ignite ignite, ConsistencyRepairCommandArg arg, Consumer<String> printer) throws GridClientException, IgniteException
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<ConsistencyRepairCommandArg,String>cli - Optional grid client instance.ignite - Optional ignite node.arg - Command argument.printer - Results printer.GridClientExceptionIgniteException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023