Interface JobInfo

  • All Known Implementing Classes:
    JobInfoImpl

    @PublicEvolving
    public interface JobInfo
    The JobInfo represents the meta information of current job.
    • Method Detail

      • getJobId

        JobID getJobId()
        Get the ID of the job.
        Returns:
        the ID of the job
      • getJobName

        String getJobName()
        Get the name of the job.
        Returns:
        the name of the job