org.apache.tez.dag.app.rm.container
Class AMContainerEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AMContainerEventType>
      extended by org.apache.tez.dag.app.rm.container.AMContainerEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<AMContainerEventType>
Direct Known Subclasses:
AMContainerEventAssignTA, AMContainerEventCompleted, AMContainerEventLaunched, AMContainerEventLaunchFailed, AMContainerEventLaunchRequest, AMContainerEventNodeFailed, AMContainerEventStopFailed, AMContainerEventStopRequest, AMContainerEventTASucceeded

public class AMContainerEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<AMContainerEventType>


Constructor Summary
AMContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, AMContainerEventType type)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
           
 
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

AMContainerEvent

public AMContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                        AMContainerEventType type)
Method Detail

getContainerId

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


Copyright © 2014 Apache Software Foundation. All rights reserved.