Class InternalJobQueue.JobRunner

    • Field Detail

      • jobData

        private final JobData jobData
      • jobId

        private final int jobId
      • ownerId

        private final int ownerId
    • Method Detail

      • run

        public void run()
        Execute the job.
        Specified by:
        run in interface Runnable
      • getUsedSlot

        private Job.ExecutionTime getUsedSlot()
        The slot the job is executing in.
      • getJob

        private JobData getJob()
        Get the job.