Class WebSubmissionJobClient

  • All Implemented Interfaces:
    JobClient

    @PublicEvolving
    public class WebSubmissionJobClient
    extends Object
    implements JobClient
    A JobClient that only allows asking for the job id of the job it is attached to.

    This is used in web submission, where we do not want the Web UI to have jobs blocking threads while waiting for their completion.