Uses of Enum Class
org.apache.hadoop.mapreduce.JobPriority
Packages that use JobPriority
-
Uses of JobPriority in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return JobPriorityModifier and TypeMethodDescriptionJob.getPriority()Get scheduling info of the job.JobStatus.getPriority()Return the priority of the jobstatic JobPriorityReturns the enum constant of this class with the specified name.static JobPriority[]JobPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.mapreduce with parameters of type JobPriorityModifier and TypeMethodDescriptionvoidJob.setPriority(JobPriority jobPriority) Set the priority of a running job.protected voidJobStatus.setPriority(JobPriority jp) Set the priority of the job, defaulting to NORMAL.Constructors in org.apache.hadoop.mapreduce with parameters of type JobPriorityModifierConstructorDescriptionJobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State 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, JobStatus.State 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, JobStatus.State 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 setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State runState, JobPriority jp, String user, String jobName, String queue, String jobFile, String trackingUrl, boolean isUber, String historyFile) Create a job status object for a given jobid.