Uses of Class
org.apache.ignite.internal.management.tx.TxTaskResult
-
Packages that use TxTaskResult Package Description org.apache.ignite.internal.management.kill org.apache.ignite.internal.management.tx -
-
Uses of TxTaskResult in org.apache.ignite.internal.management.kill
Methods in org.apache.ignite.internal.management.kill that return types with arguments of type TxTaskResult Modifier and Type Method Description protected VisorJob<KillTransactionCommandArg,TxTaskResult>KillTransactionTask. job(KillTransactionCommandArg arg)protected @Nullable Map<ClusterNode,TxTaskResult>KillTransactionTask. reduce0(List<ComputeJobResult> results)Actual reduce logic. -
Uses of TxTaskResult in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return TxTaskResult Modifier and Type Method Description protected TxTaskResultTxTask.TxJob. run(@Nullable TxCommand.AbstractTxCommandArg arg)Execution logic of concrete job.static TxTaskResultTxTask.TxJob. run(IgniteEx ignite, TxCommandArg arg, @Nullable TxInfoCommandArg infoArg)Methods in org.apache.ignite.internal.management.tx that return types with arguments of type TxTaskResult Modifier and Type Method Description Map<ClusterNode,TxTaskResult>TxInfoCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, TxCommand.AbstractTxCommandArg arg0, Consumer<String> printer)Executes command logic.protected VisorJob<TxCommand.AbstractTxCommandArg,TxTaskResult>TxTask. job(TxCommand.AbstractTxCommandArg arg)protected @Nullable Map<ClusterNode,TxTaskResult>TxTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.static Map<ClusterNode,TxTaskResult>TxTask. reduce0(List<ComputeJobResult> results, boolean detailedInfo)Method parameters in org.apache.ignite.internal.management.tx with type arguments of type TxTaskResult Modifier and Type Method Description voidTxCommand. printResult(TxCommand.AbstractTxCommandArg arg0, Map<ClusterNode,TxTaskResult> res, Consumer<String> printer)Prints command result to the user.
-