@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ComputeJobAfterSend
This annotation can be applied to methods of ComputeJob
instance only.
It is invoked on the caller node after the job has been sent to remote node for execution.
Example:
public class MyGridJob implements ComputeJob { ... @GridComputeJobAfterSend public void onJobAfterSend() { ... } ... }
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015