Annotation Type ComputeTaskMapAsync


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ComputeTaskMapAsync
    Annotation for asynchronous task mapping.

    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.