|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobPriority | |
---|---|
org.apache.hadoop.mapred |
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. |
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 |
JobStatus.setJobPriority(JobPriority jp)
Set the priority of the job, defaulting to NORMAL. |
void |
JobConf.setJobPriority(JobPriority prio)
Set JobPriority for this job. |
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)
Deprecated. |
|
JobStatus(JobID jobid,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int 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,
int runState,
JobPriority jp,
String user,
String jobName,
String jobFile,
String trackingUrl,
boolean isUber)
Create a job status object for a given jobid. |
|
JobStatus(JobID jobid,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int 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,
int runState,
JobPriority jp,
String user,
String jobName,
String queue,
String jobFile,
String trackingUrl,
boolean isUber)
Create a job status object for a given jobid. |
|
JobStatus(JobID jobid,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int runState,
JobPriority jp)
Deprecated. |
|
JobStatus(JobID jobid,
float mapProgress,
float reduceProgress,
float cleanupProgress,
int runState,
JobPriority jp,
String user,
String jobName,
String jobFile,
String trackingUrl)
Create a job status object for a given jobid. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |