public class CacheIdleVerifyDumpCommand extends Object implements ComputeCommand<CacheIdleVerifyCommandArg,String>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
CacheIdleVerifyDumpCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<CacheIdleVerifyDumpCommandArg> |
argClass() |
String |
description()
Command description.
|
void |
printResult(CacheIdleVerifyCommandArg arg,
String path,
Consumer<String> printer)
Prints command result to the user.
|
Class<IdleVerifyDumpTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<CacheIdleVerifyCommandArg,String>public Class<CacheIdleVerifyDumpCommandArg> argClass()
argClass in interface Command<CacheIdleVerifyCommandArg,String>public Class<IdleVerifyDumpTask> taskClass()
taskClass in interface ComputeCommand<CacheIdleVerifyCommandArg,String>public void printResult(CacheIdleVerifyCommandArg arg, String path, Consumer<String> printer)
printResult in interface ComputeCommand<CacheIdleVerifyCommandArg,String>arg - Argument.path - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023