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

Packages that use TaskType
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.jobhistory   
 

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 TaskID.getTaskType()
          Get the type of the task
 TaskType TaskAttemptID.getTaskType()
          Returns the TaskType of the TaskAttemptID
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.
 

Uses of TaskType in org.apache.hadoop.mapreduce.jobhistory
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return TaskType
 TaskType JobHistoryParser.TaskInfo.getTaskType()
          Get the task type
 TaskType JobHistoryParser.TaskAttemptInfo.getTaskType()
          Get the task type
 



Copyright © 2009 The Apache Software Foundation