public class KillClientCommand extends Object implements ComputeCommand<KillClientCommandArg,Void>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
KillClientCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<KillClientCommandArg> |
argClass() |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
KillClientCommandArg arg) |
Class<ClientConnectionDropTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintResultconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<KillClientCommandArg,Void>public Class<KillClientCommandArg> argClass()
argClass in interface Command<KillClientCommandArg,Void>public Class<ClientConnectionDropTask> taskClass()
taskClass in interface ComputeCommand<KillClientCommandArg,Void>public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, KillClientCommandArg arg)
nodes in interface ComputeCommand<KillClientCommandArg,Void>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