Modifier and Type | Method and Description |
---|---|
static TaskType |
TypeConverter.toYarn(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
static 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 |
---|---|
TaskType |
Task.getType() |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Task> |
Job.getTasks(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
TaskType |
ReduceTaskImpl.getType() |
TaskType |
MapTaskImpl.getType() |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Task> |
JobImpl.getTasks(TaskType taskType) |
Constructor and Description |
---|
TaskImpl(JobId jobId,
TaskType taskType,
int partition,
EventHandler eventHandler,
Path remoteJobConfFile,
JobConf conf,
TaskAttemptListener taskAttemptListener,
Token<JobTokenIdentifier> jobToken,
Credentials credentials,
Clock clock,
int appAttemptId,
MRAppMetrics metrics,
AppContext appContext) |
Constructor and Description |
---|
ReduceTaskAttemptInfo(TaskAttempt ta,
TaskType type) |
TaskAttemptInfo(TaskAttempt ta,
TaskType type,
Boolean isRunning) |
Modifier and Type | Method and Description |
---|---|
TaskType |
CompletedTask.getType() |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Task> |
CompletedJob.getTasks(TaskType taskType) |
Map<TaskId,Task> |
PartialJob.getTasks(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
static TaskType |
MRProtoUtils.convertFromProtoFormat(MRProtos.TaskTypeProto e) |
static TaskType |
MRApps.taskType(String symbol) |
Modifier and Type | Method and Description |
---|---|
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.