Uses of Class
mapping.data.Job

Packages that use Job
mapping   
mapping.data   
 

Uses of Job in mapping
 

Methods in mapping that return Job
 Job JobsQueue.dequeue()
           
 Job JobsQueue.enqueue(Job job)
           
 Job JobsQueue.peak()
           
 

Methods in mapping with parameters of type Job
 Job JobsQueue.enqueue(Job job)
           
 Server MET_MS.getMin(Job job)
           
 void MET_MS.mapJob(Job job)
           
 void Mapper.resubmitJob(Job job)
          This method is used to resubmit timed out job
 void Mapper.submitJob(Job job)
          This method is used by other modules to request jobs
 

Uses of Job in mapping.data
 

Methods in mapping.data with parameters of type Job
 void JobsTable.addJob(Job job)
          This method add a job Job to this table.