@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface GridComputeTaskMapAsync
This annotation enables map step (GridComputeTask.map(List, Object)) for task
to be performed asynchronously when attached to GridComputeTask 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 GridGain system thread.
Copyright © 2014. All rights reserved.