@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface JobStealingDisabled
Here is an example of how this annotation can be attached to a job class:
@GridJobStealingDisabled public class MyJob extends GridComputeJobAdapter<Object> { public Serializable execute() throws IgniteCheckedException { // Job logic goes here. ... } }
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015