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

Packages that use JobPriority
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of JobPriority in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return JobPriority
 JobPriority JobStatus.getJobPriority()
          Return the priority of the job
 JobPriority JobConf.getJobPriority()
          Get the JobPriority for this job.
 JobPriority JobInProgress.getPriority()
           
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.mapred with parameters of type JobPriority
static void JobHistory.JobInfo.logJobPriority(JobID jobid, JobPriority priority)
          Log job's priority.
 void JobStatus.setJobPriority(JobPriority jp)
          Set the priority of the job, defaulting to NORMAL.
 void JobConf.setJobPriority(JobPriority prio)
          Set JobPriority for this job.
 void JobInProgress.setPriority(JobPriority priority)
           
 

Constructors in org.apache.hadoop.mapred with parameters of type JobPriority
JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, int runState, JobPriority jp)
          Create a job status object for a given jobid.
JobStatus(JobID jobid, float mapProgress, float reduceProgress, float cleanupProgress, int runState, JobPriority jp)
          Create a job status object for a given jobid.
 



Copyright © 2009 The Apache Software Foundation