Modifier and Type | Method and Description |
---|---|
static TaskType |
TypeConverter.toYarn(org.apache.hadoop.mapreduce.TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapreduce.TaskType |
TypeConverter.fromYarn(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
TaskType |
GetTaskReportsRequest.getTaskType() |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskReportsRequest.setTaskType(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
TaskType |
GetTaskReportsRequestPBImpl.getTaskType() |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskReportsRequestPBImpl.setTaskType(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TaskId.setTaskType(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
TaskType |
TaskIdPBImpl.getTaskType() |
Modifier and Type | Method and Description |
---|---|
void |
TaskIdPBImpl.setTaskType(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
static TaskType |
MRProtoUtils.convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskTypeProto e) |
static TaskType |
MRApps.taskType(String symbol) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskTypeProto |
MRProtoUtils.convertToProtoFormat(TaskType e) |
static TaskId |
MRBuilderUtils.newTaskId(JobId jobId,
int id,
TaskType taskType) |
static String |
MRApps.taskSymbol(TaskType type) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.