Uses of Class
org.apache.hadoop.mapreduce.JobStatus
Packages that use JobStatus
Package
Description
-
Uses of JobStatus in org.apache.hadoop.mapred
Subclasses of JobStatus in org.apache.hadoop.mapredMethods in org.apache.hadoop.mapred with parameters of type JobStatus -
Uses of JobStatus in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return JobStatusModifier and TypeMethodDescriptionCluster.getAllJobStatuses()Get job status for all jobs in the cluster.QueueInfo.getJobStatuses()Get the jobs submitted to queueJob.getStatus()Methods in org.apache.hadoop.mapreduce with parameters of type JobStatusModifier and TypeMethodDescriptionstatic JobJob.getInstance(Cluster cluster, JobStatus status, Configuration conf) static JobJob.getInstance(JobStatus status, Configuration conf) protected voidQueueInfo.setJobStatuses(JobStatus[] stats) Constructors in org.apache.hadoop.mapreduce with parameters of type JobStatusModifierConstructorDescriptionQueueInfo(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 JobStatusModifier and TypeMethodDescriptionvoidCLI.displayJobList(JobStatus[] jobs) voidCLI.displayJobList(JobStatus[] jobs, PrintWriter writer)