|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TIPStatus | |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce |
Uses of TIPStatus in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return TIPStatus | |
---|---|
static TIPStatus |
TIPStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TIPStatus[] |
TIPStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of TIPStatus in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return TIPStatus | |
---|---|
TIPStatus |
TaskReport.getCurrentStatus()
The current status |
Constructors in org.apache.hadoop.mapreduce with parameters of type TIPStatus | |
---|---|
TaskReport(TaskID taskid,
float progress,
String state,
String[] diagnostics,
TIPStatus currentStatus,
long startTime,
long finishTime,
Counters counters)
Creates a new TaskReport object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |