@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 Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019