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