| Package | Description | 
|---|---|
| org.apache.hadoop.mapred | 
| Modifier and Type | Method and Description | 
|---|---|
| static JobStatus | JobStatus. downgrade(JobStatus stat) | 
| JobStatus[] | JobClient. getAllJobs()Get the jobs that are submitted. | 
| JobStatus[] | JobClient. getJobsFromQueue(String queueName)Gets all the jobs which were added to particular Job Queue | 
| JobStatus | RunningJob. getJobStatus()Returns a snapshot of the current status,  JobStatus, of the Job. | 
| JobStatus[] | JobClient. jobsToComplete()Get the jobs that are not completed and not failed. | 
Copyright © 2017 Apache Software Foundation. All rights reserved.