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

Packages that use JobPriority
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of JobPriority in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return JobPriority
 JobPriority JobConf.getJobPriority()
          Get the job priority for this 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're declared.
 

Methods in org.apache.hadoop.mapred with parameters of type JobPriority
 void JobConf.setJobPriority(JobPriority prio)
          Set job priority for this job.
 



Copyright © 2006 The Apache Software Foundation