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