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

Packages that use JobPriority
org.apache.hadoop.mapreduce   
 

Uses of JobPriority in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return JobPriority
 JobPriority JobStatus.getPriority()
          Return the priority of the job
 JobPriority Job.getPriority()
          Get scheduling info of the job.
static JobPriority JobPriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobPriority[] JobPriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.mapreduce with parameters of type JobPriority
protected  void JobStatus.setPriority(JobPriority jp)
          Set the priority of the job, defaulting to NORMAL.
 void Job.setPriority(JobPriority priority)
          Set the priority of a running job.
 

Constructors in org.apache.hadoop.mapreduce with parameters of type JobPriority
JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, org.apache.hadoop.mapreduce.JobStatus.State runState, JobPriority jp, String user, String jobName, String jobFile, String trackingUrl)
          Create a job status object for a given jobid.
JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, org.apache.hadoop.mapreduce.JobStatus.State runState, JobPriority jp, String user, String jobName, String queue, String jobFile, String trackingUrl)
          Create a job status object for a given jobid.
JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, org.apache.hadoop.mapreduce.JobStatus.State runState, JobPriority jp, String user, String jobName, String queue, String jobFile, String trackingUrl, boolean isUber)
          Create a job status object for a given jobid.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.