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