Uses of Enum Class
org.apache.hadoop.mapreduce.TaskType
Packages that use TaskType
-
Uses of TaskType in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred with parameters of type TaskTypeModifier and TypeMethodDescriptionintJobConf.getMemoryRequired(TaskType taskType) static StringTaskAttemptID.getTaskAttemptIDsPattern(String jtIdentifier, Integer jobId, TaskType type, Integer taskId, Integer attemptId) Deprecated.static StringTaskID.getTaskIDsPattern(String jtIdentifier, Integer jobId, TaskType type, Integer taskId) Deprecated.JobConf.getTaskJavaOpts(TaskType taskType) Constructors in org.apache.hadoop.mapred with parameters of type TaskTypeModifierConstructorDescriptionTaskAttemptID(String jtIdentifier, int jobId, TaskType type, int taskId, int id) Constructs a TaskId object from given parts.Constructs a TaskInProgressId object from given parts.Constructs a TaskID object from givenJobID. -
Uses of TaskType in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return TaskTypeModifier and TypeMethodDescriptionTaskAttemptID.getTaskType()Returns the TaskType of the TaskAttemptIDTaskID.getTaskType()Get the type of the task.static TaskTypeTaskID.getTaskType(char c) Gets theTaskTypecorresponding to the character.static TaskTypeReturns the enum constant of this class with the specified name.static TaskType[]TaskType.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 TaskTypeModifier and TypeMethodDescriptionstatic charTaskID.getRepresentingCharacter(TaskType type) Gets the character representing theTaskType.org.apache.hadoop.mapreduce.TaskReport[]Job.getTaskReports(TaskType type) Get the information of the current state of the tasks of a job.Constructors in org.apache.hadoop.mapreduce with parameters of type TaskTypeModifierConstructorDescriptionTaskAttemptID(String jtIdentifier, int jobId, TaskType type, int taskId, int id) Constructs a TaskId object from given parts.Constructs a TaskInProgressId object from given parts.Constructs a TaskID object from givenJobID.