| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.event |
| Modifier and Type | Method and Description |
|---|---|
static TaskAttemptEventType |
TaskAttemptEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskAttemptEventType[] |
TaskAttemptEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TaskAttemptEvent(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskAttemptEventType type)
Create a new TaskAttemptEvent.
|
TaskAttemptEventAttemptFailed(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskAttemptEventType type,
org.apache.tez.runtime.api.TaskFailureType taskFailureType,
String diagnostics,
org.apache.tez.dag.records.TaskAttemptTerminationCause errorCause) |
TaskAttemptEventAttemptFailed(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskAttemptEventType type,
org.apache.tez.runtime.api.TaskFailureType taskFailureType,
String diagnostics,
org.apache.tez.dag.records.TaskAttemptTerminationCause errorCause,
boolean isFromRecovery) |
Copyright © 2019 Apache Software Foundation. All rights reserved.