public class MetaRemoveCommand extends Object implements ComputeCommand<MetaRemoveCommandArg,MetadataMarshalled>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
MetaRemoveCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<MetaRemoveCommandArg> |
argClass() |
String |
confirmationPrompt(MetaRemoveCommandArg arg) |
String |
description()
Command description.
|
void |
printResult(MetaRemoveCommandArg arg,
MetadataMarshalled res,
Consumer<String> printer)
Prints command result to the user.
|
Class<MetadataRemoveTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesdeprecationMessagepublic String description()
description in interface Command<MetaRemoveCommandArg,MetadataMarshalled>public Class<MetaRemoveCommandArg> argClass()
argClass in interface Command<MetaRemoveCommandArg,MetadataMarshalled>public Class<MetadataRemoveTask> taskClass()
taskClass in interface ComputeCommand<MetaRemoveCommandArg,MetadataMarshalled>public void printResult(MetaRemoveCommandArg arg, MetadataMarshalled res, Consumer<String> printer)
printResult in interface ComputeCommand<MetaRemoveCommandArg,MetadataMarshalled>arg - Argument.res - Result.printer - Implementation specific printer.public String confirmationPrompt(MetaRemoveCommandArg arg)
confirmationPrompt in interface Command<MetaRemoveCommandArg,MetadataMarshalled>arg - Command argument.null it means that confirmation is not needed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023