@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 { ... @ComputeJobAfterSend public void onJobAfterSend() { ... } ... }
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024