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 JobConf.getJobPriority()
          Get the JobPriority 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 JobPriority for this job.
 



Copyright © 2008 The Apache Software Foundation