Uses of Enum Class
org.apache.hadoop.mapred.JobPriority
Packages that use JobPriority
-
Uses of JobPriority in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return JobPriorityModifier and TypeMethodDescriptionJobConf.getJobPriority()Get theJobPriorityfor this job.JobStatus.getJobPriority()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.mapred with parameters of type JobPriorityModifier and TypeMethodDescriptionvoidJobConf.setJobPriority(JobPriority prio) SetJobPriorityfor this job.voidJobStatus.setJobPriority(JobPriority jp) Set the priority of the job, defaulting to NORMAL.Constructors in org.apache.hadoop.mapred with parameters of type JobPriorityModifierConstructorDescriptionJobStatus(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 jobFile, String trackingUrl, boolean isUber, String historyFile) 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 setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, int 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.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.