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