Uses of Class
org.apache.hadoop.mapreduce.TaskType

Packages that use TaskType
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
 

Uses of TaskType in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred with parameters of type TaskType
static String TaskAttemptID.getTaskAttemptIDsPattern(String jtIdentifier, Integer jobId, TaskType type, Integer taskId, Integer attemptId)
          Deprecated. 
static String TaskID.getTaskIDsPattern(String jtIdentifier, Integer jobId, TaskType type, Integer taskId)
          Deprecated. 
 

Constructors in org.apache.hadoop.mapred with parameters of type TaskType
TaskAttemptID(String jtIdentifier, int jobId, TaskType type, int taskId, int id)
          Constructs a TaskId object from given parts.
TaskID(JobID jobId, TaskType type, int id)
          Constructs a TaskID object from given JobID.
TaskID(String jtIdentifier, int jobId, TaskType type, int id)
          Constructs a TaskInProgressId object from given parts.
 

Uses of TaskType in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return TaskType
 TaskType TaskAttemptID.getTaskType()
          Returns the TaskType of the TaskAttemptID
 TaskType TaskID.getTaskType()
          Get the type of the task
static TaskType TaskID.getTaskType(char c)
          Gets the TaskType corresponding to the character
static TaskType TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskType[] TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.mapreduce with parameters of type TaskType
static char TaskID.getRepresentingCharacter(TaskType type)
          Gets the character representing the TaskType
 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 TaskType
TaskAttemptID(String jtIdentifier, int jobId, TaskType type, int taskId, int id)
          Constructs a TaskId object from given parts.
TaskID(JobID jobId, TaskType type, int id)
          Constructs a TaskID object from given JobID.
TaskID(String jtIdentifier, int jobId, TaskType type, int id)
          Constructs a TaskInProgressId object from given parts.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.