org.apache.tez.dag.history
Class DAGHistoryEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<HistoryEventType>
org.apache.tez.dag.history.DAGHistoryEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<HistoryEventType>
public class DAGHistoryEvent
- extends org.apache.hadoop.yarn.event.AbstractEvent<HistoryEventType>
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
DAGHistoryEvent
public DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID,
HistoryEvent historyEvent)
DAGHistoryEvent
public DAGHistoryEvent(HistoryEvent historyEvent)
getHistoryEvent
public HistoryEvent getHistoryEvent()
getDagID
public org.apache.tez.dag.records.TezDAGID getDagID()
Copyright © 2014 Apache Software Foundation. All rights reserved.