Monday, 23 May 2016

Job.submit() vs. Job.waitForCompletion()


  • Job Submit internally creates submitter instance and submit the job
  • waitforcompletion polls progress at regular interval of one second.If job gets executed successfully, it displays successful message on console else display a relevant error message.


No comments:

Post a Comment

Note: only a member of this blog may post a comment.