Uses of Class
org.apache.hadoop.mapreduce.JobStatus

Packages that use JobStatus
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.tools   
 

Uses of JobStatus in org.apache.hadoop.mapred
 

Subclasses of JobStatus in org.apache.hadoop.mapred
 class JobStatus
          Describes the current status of a job.
 

Methods in org.apache.hadoop.mapred with parameters of type JobStatus
static JobStatus JobStatus.downgrade(JobStatus stat)
           
 void JobQueueInfo.setJobStatuses(JobStatus[] stats)
           
 

Uses of JobStatus in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return JobStatus
 JobStatus[] Cluster.getAllJobStatuses()
          Get job status for all jobs in the cluster.
 JobStatus[] QueueInfo.getJobStatuses()
          Get the jobs submitted to queue
 JobStatus Job.getStatus()
           
 

Methods in org.apache.hadoop.mapreduce with parameters of type JobStatus
static Job Job.getInstance(Cluster cluster, JobStatus status, Configuration conf)
          Creates a new Job with no particular Cluster and given Configuration and JobStatus.
static Job Job.getInstance(JobStatus status, Configuration conf)
          Creates a new Job with no particular Cluster and given Configuration and JobStatus.
protected  void QueueInfo.setJobStatuses(JobStatus[] stats)
           
 

Constructors in org.apache.hadoop.mapreduce with parameters of type JobStatus
QueueInfo(String queueName, String schedulingInfo, QueueState state, JobStatus[] stats)
           
 

Uses of JobStatus in org.apache.hadoop.mapreduce.tools
 

Methods in org.apache.hadoop.mapreduce.tools with parameters of type JobStatus
 void CLI.displayJobList(JobStatus[] jobs)
           
 void CLI.displayJobList(JobStatus[] jobs, PrintWriter writer)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.