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

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.DAGEventSchedulerUpdate
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<DAGEventType>
Direct Known Subclasses:
DAGEventSchedulerUpdateTAAssigned

public class DAGEventSchedulerUpdate
extends DAGEvent


Nested Class Summary
static class DAGEventSchedulerUpdate.UpdateType
           
 
Constructor Summary
DAGEventSchedulerUpdate(DAGEventSchedulerUpdate.UpdateType updateType, TaskAttempt attempt)
           
 
Method Summary
 TaskAttempt getAttempt()
           
 DAGEventSchedulerUpdate.UpdateType getUpdateType()
           
 
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

DAGEventSchedulerUpdate

public DAGEventSchedulerUpdate(DAGEventSchedulerUpdate.UpdateType updateType,
                               TaskAttempt attempt)
Method Detail

getUpdateType

public DAGEventSchedulerUpdate.UpdateType getUpdateType()

getAttempt

public TaskAttempt getAttempt()


Copyright © 2014 Apache Software Foundation. All rights reserved.