Uses of Class
org.apache.ignite.internal.management.kill.KillClientCommandArg
-
Packages that use KillClientCommandArg Package Description org.apache.ignite.internal.management.kill -
-
Uses of KillClientCommandArg in org.apache.ignite.internal.management.kill
Methods in org.apache.ignite.internal.management.kill that return types with arguments of type KillClientCommandArg Modifier and Type Method Description Class<KillClientCommandArg>KillClientCommand. argClass()protected VisorJob<KillClientCommandArg,Boolean>ClientConnectionDropTask. job(KillClientCommandArg arg)Methods in org.apache.ignite.internal.management.kill with parameters of type KillClientCommandArg Modifier and Type Method Description protected VisorJob<KillClientCommandArg,Boolean>ClientConnectionDropTask. job(KillClientCommandArg arg)Collection<GridClientNode>KillClientCommand. nodes(Collection<GridClientNode> nodes, KillClientCommandArg arg)
-