org.apache.tez.dag.history
Class DAGHistoryEvent

java.lang.Object
  extended by org.apache.tez.dag.history.DAGHistoryEvent

public class DAGHistoryEvent
extends Object


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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.