Package | Description |
---|---|
org.apache.hadoop.mapred |
Modifier and Type | Method and Description |
---|---|
TaskStatus.Phase |
Task.getPhase()
Return current phase of the task.
|
TaskStatus.Phase |
TaskStatus.getPhase()
Get current phase of this task.
|
static TaskStatus.Phase |
TaskStatus.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus.Phase[] |
TaskStatus.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Task.setPhase(TaskStatus.Phase phase)
Set current phase of the task.
|
void |
TaskStatus.setPhase(TaskStatus.Phase phase)
Set current phase of this task.
|
Constructor and Description |
---|
TaskStatus(TaskAttemptID taskid,
float progress,
int numSlots,
TaskStatus.State runState,
String diagnosticInfo,
String stateString,
String taskTracker,
TaskStatus.Phase phase,
Counters counters) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.