Uses of Class
org.apache.ignite.internal.management.tx.TxInfoCommandArg
-
Packages that use TxInfoCommandArg Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxInfoCommandArg in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return types with arguments of type TxInfoCommandArg Modifier and Type Method Description Class<TxInfoCommandArg>TxInfoCommand. argClass()protected VisorJob<TxInfoCommandArg,GridCacheVersion>FetchNearXidVersionTask. job(TxInfoCommandArg arg)Methods in org.apache.ignite.internal.management.tx with parameters of type TxInfoCommandArg Modifier and Type Method Description protected VisorJob<TxInfoCommandArg,GridCacheVersion>FetchNearXidVersionTask. job(TxInfoCommandArg arg)static TxTaskResultTxTask.TxJob. run(IgniteEx ignite, TxCommandArg arg, @Nullable TxInfoCommandArg infoArg)Method parameters in org.apache.ignite.internal.management.tx with type arguments of type TxInfoCommandArg Modifier and Type Method Description protected Collection<UUID>FetchNearXidVersionTask. jobNodes(VisorTaskArgument<TxInfoCommandArg> arg)
-