@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.26 Release Date : October 16 2025