Hello! For example, method 'compute' has last argument as 'T arg' which is passed to task.
Please see https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/computegrid/ComputeTaskMapExample.java for example. Regards, -- Ilya Kasnacheev чт, 21 мая 2020 г. в 10:06, [email protected] < [email protected]>: > Can I understand the task deployment like this: > > package jar to ./libs, Ignite only will load this class into instance, but > will not trigger that, task will only trigger by outside the ignite client > or jdbc or jmx? > > In this case, outside programmer only need to know the taskName, and call > this task directly? > But if so, how to pass the parameter to this task? > > Best if with samples, thanks a lot. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
