org.apache.hadoop.yarn.server.nodemanager.containermanager.application
Class ApplicationContainerFinishedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
      extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
          extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationContainerFinishedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ApplicationEventType>

public class ApplicationContainerFinishedEvent
extends ApplicationEvent


Constructor Summary
ApplicationContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerID)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ContainerId getContainerID()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
getApplicationID
 
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

ApplicationContainerFinishedEvent

public ApplicationContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerID)
Method Detail

getContainerID

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.