public class WalPrintCommand extends Object implements ComputeCommand<WalDeleteCommandArg,WalTaskResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
WalPrintCommand.WalPrintCommandArg |
CMD_NAME_POSTFIX| Constructor and Description |
|---|
WalPrintCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<WalPrintCommand.WalPrintCommandArg> |
argClass() |
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, waitnodesconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<WalDeleteCommandArg,WalTaskResult>public Class<WalPrintCommand.WalPrintCommandArg> argClass()
argClass in interface Command<WalDeleteCommandArg,WalTaskResult>public Class<WalTask> taskClass()
taskClass in interface ComputeCommand<WalDeleteCommandArg,WalTaskResult>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