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

Packages that use JobStatus
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.protocol   
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)
           
protected  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, org.apache.hadoop.conf.Configuration conf)
          Creates a new Job with no particular Cluster and given Configuration and JobStatus.
static Job Job.getInstance(JobStatus status, org.apache.hadoop.conf.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.protocol
 

Methods in org.apache.hadoop.mapreduce.protocol that return JobStatus
 JobStatus[] ClientProtocol.getAllJobs()
          Get all the jobs submitted.
 JobStatus ClientProtocol.getJobStatus(JobID jobid)
          Grab a handle to a job that is already known to the JobTracker.
 JobStatus ClientProtocol.submitJob(JobID jobId, String jobSubmitDir, org.apache.hadoop.security.Credentials ts)
          Submit a Job for execution.
 

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 © 2012 Apache Software Foundation. All Rights Reserved.