| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
static TaskEventType |
TaskEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskEventType[] |
TaskEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TaskEvent(org.apache.tez.dag.records.TezTaskID taskId,
TaskEventType type) |
TaskEventTAUpdate(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskEventType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskImpl.internalError(TaskEventType type) |
protected void |
TaskImpl.internalErrorUncaughtException(TaskEventType type,
Exception e) |
Copyright © 2020 Apache Software Foundation. All rights reserved.