|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 are declared. |
Methods in org.apache.hadoop.mapred with parameters of type JobPriority | |
---|---|
void |
JobConf.setJobPriority(JobPriority prio)
Set job priority for this job. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |