| Package | Description |
|---|---|
| org.apache.tez.common |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.tez.mapreduce.hadoop |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.tez.mapreduce.processor |
| Modifier and Type | Method and Description |
|---|---|
TezTaskStatus.State |
TezTaskStatus.getRunState() |
static TezTaskStatus.State |
TezTaskStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TezTaskStatus.State[] |
TezTaskStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TezTaskStatus.setRunState(TezTaskStatus.State runState) |
| Modifier and Type | Method and Description |
|---|---|
TezTaskStatus.State |
MRTaskStatus.getRunState() |
| Modifier and Type | Method and Description |
|---|---|
void |
MRTaskStatus.setRunState(TezTaskStatus.State state) |
| Modifier and Type | Method and Description |
|---|---|
TezTaskStatus.State |
MRTask.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
MRTask.setState(TezTaskStatus.State state) |
Copyright © 2015 Apache Software Foundation. All rights reserved.