public class TxCommand extends CommandRegistryImpl<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>> implements ComputeCommand<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>
| Modifier and Type | Class and Description |
|---|---|
static class |
TxCommand.AbstractTxCommandArg |
CMD_NAME_POSTFIX| Constructor and Description |
|---|
TxCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<TxCommandArg> |
argClass() |
String |
confirmationPrompt(TxCommand.AbstractTxCommandArg arg) |
String |
description()
Command description.
|
void |
printResult(TxCommand.AbstractTxCommandArg arg0,
Map<ClusterNode,TxTaskResult> res,
Consumer<String> printer)
Prints command result to the user.
|
Class<TxTask> |
taskClass() |
command, commands, registerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesdeprecationMessagepublic String description()
description in interface Command<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>description in interface CommandsRegistry<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>public Class<TxCommandArg> argClass()
argClass in interface Command<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>argClass in interface CommandsRegistry<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>public Class<TxTask> taskClass()
taskClass in interface ComputeCommand<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>public void printResult(TxCommand.AbstractTxCommandArg arg0, Map<ClusterNode,TxTaskResult> res, Consumer<String> printer)
printResult in interface ComputeCommand<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>arg0 - Argument.res - Result.printer - Implementation specific printer.public String confirmationPrompt(TxCommand.AbstractTxCommandArg arg)
confirmationPrompt in interface Command<TxCommand.AbstractTxCommandArg,Map<ClusterNode,TxTaskResult>>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