Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.TaskType

Packages that use TaskType
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.v2.api.protocolrecords   
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb   
org.apache.hadoop.mapreduce.v2.api.records   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
org.apache.hadoop.mapreduce.v2.util   
 

Uses of TaskType in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return TaskType
static TaskType TypeConverter.toYarn(org.apache.hadoop.mapreduce.TaskType taskType)
           
 

Methods in org.apache.hadoop.mapreduce with parameters of type TaskType
static org.apache.hadoop.mapreduce.TaskType TypeConverter.fromYarn(TaskType taskType)
           
 

Uses of TaskType in org.apache.hadoop.mapreduce.v2.api.protocolrecords
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return TaskType
 TaskType GetTaskReportsRequest.getTaskType()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type TaskType
 void GetTaskReportsRequest.setTaskType(TaskType taskType)
           
 

Uses of TaskType in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return TaskType
 TaskType GetTaskReportsRequestPBImpl.getTaskType()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type TaskType
 void GetTaskReportsRequestPBImpl.setTaskType(TaskType taskType)
           
 

Uses of TaskType in org.apache.hadoop.mapreduce.v2.api.records
 

Methods in org.apache.hadoop.mapreduce.v2.api.records that return TaskType
abstract  TaskType TaskId.getTaskType()
           
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.v2.api.records with parameters of type TaskType
abstract  void TaskId.setTaskType(TaskType taskType)
           
 

Uses of TaskType in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return TaskType
 TaskType TaskIdPBImpl.getTaskType()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type TaskType
 void TaskIdPBImpl.setTaskType(TaskType taskType)
           
 

Uses of TaskType in org.apache.hadoop.mapreduce.v2.util
 

Methods in org.apache.hadoop.mapreduce.v2.util that return TaskType
static TaskType MRProtoUtils.convertFromProtoFormat(MRProtos.TaskTypeProto e)
           
static TaskType MRApps.taskType(String symbol)
           
 

Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type TaskType
static MRProtos.TaskTypeProto MRProtoUtils.convertToProtoFormat(TaskType e)
           
static TaskId MRBuilderUtils.newTaskId(JobId jobId, int id, TaskType taskType)
           
static String MRApps.taskSymbol(TaskType type)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.