|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskStatus.State | |
---|---|
org.apache.hadoop.mapred |
Uses of TaskStatus.State in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return TaskStatus.State | |
---|---|
TaskStatus.State |
TaskStatus.getRunState()
|
static TaskStatus.State |
TaskStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskStatus.State[] |
TaskStatus.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.mapred with parameters of type TaskStatus.State | |
---|---|
void |
TaskStatus.setRunState(TaskStatus.State runState)
|
Constructors in org.apache.hadoop.mapred with parameters of type TaskStatus.State | |
---|---|
TaskStatus(TaskAttemptID taskid,
float progress,
int numSlots,
TaskStatus.State runState,
String diagnosticInfo,
String stateString,
String taskTracker,
TaskStatus.Phase phase,
Counters counters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |