|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskState | |
|---|---|
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.v2.api.records | |
| org.apache.hadoop.mapreduce.v2.api.records.impl.pb | |
| org.apache.hadoop.mapreduce.v2.util | |
| Uses of TaskState in org.apache.hadoop.mapreduce |
|---|
| Methods in org.apache.hadoop.mapreduce with parameters of type TaskState | |
|---|---|
static org.apache.hadoop.mapred.TIPStatus |
TypeConverter.fromYarn(TaskState state)
|
| Uses of TaskState in org.apache.hadoop.mapreduce.v2.api.records |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.api.records that return TaskState | |
|---|---|
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. |
| Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type TaskState | |
|---|---|
void |
TaskReport.setTaskState(TaskState taskState)
|
| Uses of TaskState in org.apache.hadoop.mapreduce.v2.api.records.impl.pb |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return TaskState | |
|---|---|
TaskState |
TaskReportPBImpl.getTaskState()
|
| Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type TaskState | |
|---|---|
void |
TaskReportPBImpl.setTaskState(TaskState taskState)
|
| Uses of TaskState in org.apache.hadoop.mapreduce.v2.util |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.util that return TaskState | |
|---|---|
static TaskState |
MRProtoUtils.convertFromProtoFormat(MRProtos.TaskStateProto e)
|
| Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type TaskState | |
|---|---|
static MRProtos.TaskStateProto |
MRProtoUtils.convertToProtoFormat(TaskState e)
|
boolean |
MRApps.TaskStateUI.correspondsTo(TaskState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||