@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.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016