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