Interface ComputeJob

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      This method is called when system detects that completion of this job can no longer alter the overall outcome (for example, when parent task has already reduced the results).
      Object execute()
      Executes this job.