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