public class KillTransactionCommand extends Object implements ComputeCommand<KillTransactionCommandArg,Map<ClusterNode,TxTaskResult>>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
KillTransactionCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<KillTransactionCommandArg> |
argClass() |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
KillTransactionCommandArg arg) |
Class<KillTransactionTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintResultconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<KillTransactionCommandArg,Map<ClusterNode,TxTaskResult>>public Class<KillTransactionCommandArg> argClass()
argClass in interface Command<KillTransactionCommandArg,Map<ClusterNode,TxTaskResult>>public Class<KillTransactionTask> taskClass()
taskClass in interface ComputeCommand<KillTransactionCommandArg,Map<ClusterNode,TxTaskResult>>public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, KillTransactionCommandArg arg)
nodes in interface ComputeCommand<KillTransactionCommandArg,Map<ClusterNode,TxTaskResult>>nodes - Live nodes.arg - Argument.null means default node must be used.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023