| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event |
| Modifier and Type | Method and Description |
|---|---|
static DAGTerminationCause |
DAGTerminationCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGTerminationCause[] |
DAGTerminationCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DAGTerminationCause |
DAGEventTerminateDag.getTerminationCause() |
| Constructor and Description |
|---|
DAGEventTerminateDag(org.apache.tez.dag.records.TezDAGID dagId,
DAGTerminationCause terminationCause,
String message) |
Copyright © 2019 Apache Software Foundation. All rights reserved.