org.apache.tez.dag.app.dag.event
Class VertexEventTermination
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<VertexEventType>
org.apache.tez.dag.app.dag.event.VertexEvent
org.apache.tez.dag.app.dag.event.VertexEventTermination
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<VertexEventType>
public class VertexEventTermination
- extends VertexEvent
Specialized VertexEvent for termination conditions.
The VertexEventType is always V_TERMINATE.
The terminationCause denotes the specific reason why the vertex is being terminated.
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
VertexEventTermination
public VertexEventTermination(org.apache.tez.dag.records.TezVertexID vertexId,
VertexTerminationCause terminationCause)
getTerminationCause
public VertexTerminationCause getTerminationCause()
Copyright © 2014 Apache Software Foundation. All rights reserved.