@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 ComputeJobAdapter<Object> {
public Serializable execute() throws IgniteCheckedException {
// Job logic goes here.
...
}
}
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022