public class CacheIdleVerifyCommand extends CommandRegistryImpl<CacheIdleVerifyCommandArg,IdleVerifyResultV2> implements ComputeCommand<CacheIdleVerifyCommandArg,IdleVerifyResultV2>
| Modifier and Type | Field and Description |
|---|---|
static String |
IDLE_VERIFY_FILE_PREFIX |
CMD_NAME_POSTFIX| Constructor and Description |
|---|
CacheIdleVerifyCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<CacheIdleVerifyCommandArg> |
argClass() |
String |
description()
Command description.
|
void |
printResult(CacheIdleVerifyCommandArg arg,
IdleVerifyResultV2 res,
Consumer<String> printer)
Prints command result to the user.
|
Class<IdleVerifyTaskV2> |
taskClass() |
command, commands, registerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesconfirmationPrompt, deprecationMessagepublic static final String IDLE_VERIFY_FILE_PREFIX
public String description()
description in interface Command<CacheIdleVerifyCommandArg,IdleVerifyResultV2>description in interface CommandsRegistry<CacheIdleVerifyCommandArg,IdleVerifyResultV2>public Class<CacheIdleVerifyCommandArg> argClass()
argClass in interface Command<CacheIdleVerifyCommandArg,IdleVerifyResultV2>argClass in interface CommandsRegistry<CacheIdleVerifyCommandArg,IdleVerifyResultV2>public Class<IdleVerifyTaskV2> taskClass()
taskClass in interface ComputeCommand<CacheIdleVerifyCommandArg,IdleVerifyResultV2>public void printResult(CacheIdleVerifyCommandArg arg, IdleVerifyResultV2 res, Consumer<String> printer)
printResult in interface ComputeCommand<CacheIdleVerifyCommandArg,IdleVerifyResultV2>arg - Argument.res - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023