org.apache.tez.dag.app.dag.event
Class DAGEventRecoverEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<DAGEventType>
      extended by org.apache.tez.dag.app.dag.event.DAGEvent
          extended by org.apache.tez.dag.app.dag.event.DAGEventRecoverEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<DAGEventType>

public class DAGEventRecoverEvent
extends DAGEvent


Constructor Summary
DAGEventRecoverEvent(org.apache.tez.dag.records.TezDAGID dagId, DAGState desiredState, List<URL> additionalUrlsForClasspath)
           
DAGEventRecoverEvent(org.apache.tez.dag.records.TezDAGID dagId, List<URL> additionalUrlsForClasspath)
           
 
Method Summary
 List<URL> getAdditionalUrlsForClasspath()
           
 DAGState getDesiredState()
           
 boolean hasDesiredState()
           
 
Methods inherited from class org.apache.tez.dag.app.dag.event.DAGEvent
getDAGId
 
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

DAGEventRecoverEvent

public DAGEventRecoverEvent(org.apache.tez.dag.records.TezDAGID dagId,
                            DAGState desiredState,
                            List<URL> additionalUrlsForClasspath)

DAGEventRecoverEvent

public DAGEventRecoverEvent(org.apache.tez.dag.records.TezDAGID dagId,
                            List<URL> additionalUrlsForClasspath)
Method Detail

getDesiredState

public DAGState getDesiredState()

getAdditionalUrlsForClasspath

public List<URL> getAdditionalUrlsForClasspath()

hasDesiredState

public boolean hasDesiredState()


Copyright © 2014 Apache Software Foundation. All rights reserved.