org.apache.tez.dag.history
Class DAGHistoryEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<HistoryEventType>
      extended by 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>


Constructor Summary
DAGHistoryEvent(HistoryEvent historyEvent)
           
DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID, HistoryEvent historyEvent)
           
 
Method Summary
 org.apache.tez.dag.records.TezDAGID getDagID()
           
 HistoryEvent getHistoryEvent()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DAGHistoryEvent

public DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID,
                       HistoryEvent historyEvent)

DAGHistoryEvent

public DAGHistoryEvent(HistoryEvent historyEvent)
Method Detail

getHistoryEvent

public HistoryEvent getHistoryEvent()

getDagID

public org.apache.tez.dag.records.TezDAGID getDagID()


Copyright © 2014 Apache Software Foundation. All rights reserved.