@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ComputeTaskMapAsync
This annotation enables map step (ComputeTask.map(List, Object)
) for task
to be performed asynchronously when attached to ComputeTask
class being executed.
Use this annotation when tasks spawns large amount of jobs or map step takes a long time and it is better to perform it in Ignite system thread.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024