Modifier and Type | Method and Description |
---|---|
static TIPStatus |
TypeConverter.fromYarn(TaskState state) |
Modifier and Type | Method and Description |
---|---|
TaskState |
TaskReport.getTaskState() |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskReport.setTaskState(TaskState taskState) |
Modifier and Type | Method and Description |
---|---|
TaskState |
TaskReportPBImpl.getTaskState() |
Modifier and Type | Method and Description |
---|---|
void |
TaskReportPBImpl.setTaskState(TaskState taskState) |
Modifier and Type | Method and Description |
---|---|
TaskState |
Task.getState() |
Modifier and Type | Method and Description |
---|---|
TaskState |
JobTaskEvent.getState() |
Constructor and Description |
---|
JobTaskEvent(TaskId taskID,
TaskState taskState) |
Modifier and Type | Method and Description |
---|---|
TaskState |
TaskImpl.getState() |
Modifier and Type | Field and Description |
---|---|
protected TaskState |
TaskInfo.state |
Modifier and Type | Method and Description |
---|---|
TaskState |
CompletedTask.getState() |
Modifier and Type | Method and Description |
---|---|
static TaskState |
MRProtoUtils.convertFromProtoFormat(MRProtos.TaskStateProto e) |
Modifier and Type | Method and Description |
---|---|
static MRProtos.TaskStateProto |
MRProtoUtils.convertToProtoFormat(TaskState e) |
Copyright © 2013 Apache Software Foundation. All rights reserved.