public class ChangeTagCommand extends Object implements ComputeCommand<ChangeTagCommandArg,ClusterChangeTagTaskResult>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
ChangeTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<ChangeTagCommandArg> |
argClass() |
String |
confirmationPrompt(ChangeTagCommandArg arg) |
String |
description()
Command description.
|
void |
printResult(ChangeTagCommandArg arg,
ClusterChangeTagTaskResult res,
Consumer<String> printer)
Prints command result to the user.
|
Class<ClusterChangeTagTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesdeprecationMessagepublic String description()
description in interface Command<ChangeTagCommandArg,ClusterChangeTagTaskResult>public Class<ChangeTagCommandArg> argClass()
argClass in interface Command<ChangeTagCommandArg,ClusterChangeTagTaskResult>public Class<ClusterChangeTagTask> taskClass()
taskClass in interface ComputeCommand<ChangeTagCommandArg,ClusterChangeTagTaskResult>public void printResult(ChangeTagCommandArg arg, ClusterChangeTagTaskResult res, Consumer<String> printer)
printResult in interface ComputeCommand<ChangeTagCommandArg,ClusterChangeTagTaskResult>arg - Argument.res - Result.printer - Implementation specific printer.public String confirmationPrompt(ChangeTagCommandArg arg)
confirmationPrompt in interface Command<ChangeTagCommandArg,ClusterChangeTagTaskResult>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