| Package | Description |
|---|---|
| org.apache.tez.dag.api.oldrecords | |
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl | |
| org.apache.tez.dag.history.events |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskReport.setTaskState(TaskState taskState) |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
Task.getState() |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
VertexEventTaskCompleted.getState() |
| Constructor and Description |
|---|
VertexEventTaskCompleted(org.apache.tez.dag.records.TezTaskID taskID,
TaskState taskState) |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskImpl.getState() |
TaskState |
TaskReportImpl.getTaskState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskImpl.logJobHistoryTaskFailedEvent(TaskState finalState) |
void |
TaskReportImpl.setTaskState(TaskState taskState) |
| Constructor and Description |
|---|
TaskReportImpl(org.apache.tez.dag.records.TezTaskID taskID,
TaskState taskState,
float progress,
long startTime,
long finishTime) |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskFinishedEvent.getState() |
TaskState |
TaskStartedEvent.getState() |
| Constructor and Description |
|---|
TaskFinishedEvent(org.apache.tez.dag.records.TezTaskID taskID,
String vertexName,
long startTime,
long finishTime,
org.apache.tez.dag.records.TezTaskAttemptID successfulAttemptID,
TaskState state,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters,
int failedAttempts) |
TaskStartedEvent(org.apache.tez.dag.records.TezTaskID taskId,
String vertexName,
long scheduledTime,
long startTime,
TaskState state) |
Copyright © 2020 Apache Software Foundation. All rights reserved.