| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
VertexTerminationCause |
Vertex.getTerminationCause() |
static VertexTerminationCause |
VertexTerminationCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexTerminationCause[] |
VertexTerminationCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VertexTerminationCause |
VertexEventTermination.getTerminationCause() |
VertexTerminationCause |
DAGEventVertexCompleted.getVertexTerminationCause() |
| Constructor and Description |
|---|
DAGEventVertexCompleted(org.apache.tez.dag.records.TezVertexID vertexId,
VertexState vertexState,
VertexTerminationCause terminationCause) |
VertexEventTermination(org.apache.tez.dag.records.TezVertexID vertexId,
VertexTerminationCause terminationCause) |
| Modifier and Type | Method and Description |
|---|---|
VertexTerminationCause |
VertexImpl.getTerminationCause() |
Copyright © 2014 Apache Software Foundation. All rights reserved.