org.apache.tez.dag.app.rm
Class AMSchedulerEventTAEnded

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AMSchedulerEventType>
      extended by org.apache.tez.dag.app.rm.AMSchedulerEvent
          extended by org.apache.tez.dag.app.rm.AMSchedulerEventTAEnded
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<AMSchedulerEventType>

public class AMSchedulerEventTAEnded
extends AMSchedulerEvent


Constructor Summary
AMSchedulerEventTAEnded(TaskAttempt attempt, org.apache.hadoop.yarn.api.records.ContainerId containerId, TaskAttemptState state)
           
 
Method Summary
 TaskAttempt getAttempt()
           
 org.apache.tez.dag.records.TezTaskAttemptID getAttemptID()
           
 TaskAttemptState getState()
           
 org.apache.hadoop.yarn.api.records.ContainerId getUsedContainerId()
           
 
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

AMSchedulerEventTAEnded

public AMSchedulerEventTAEnded(TaskAttempt attempt,
                               org.apache.hadoop.yarn.api.records.ContainerId containerId,
                               TaskAttemptState state)
Method Detail

getAttemptID

public org.apache.tez.dag.records.TezTaskAttemptID getAttemptID()

getAttempt

public TaskAttempt getAttempt()

getState

public TaskAttemptState getState()

getUsedContainerId

public org.apache.hadoop.yarn.api.records.ContainerId getUsedContainerId()


Copyright © 2014 Apache Software Foundation. All rights reserved.