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

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.ApplicationContainerInitEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ApplicationEventType>

public class ApplicationContainerInitEvent
extends ApplicationEvent

Event sent from ContainerManagerImpl to ApplicationImpl to request the initialization of a container. This is funneled through the Application so that the application life-cycle can be checked, and container launches can be delayed until the application is fully initialized. Once the application is initialized, ApplicationImpl.InitContainerTransition simply passes this event on as a ContainerInitEvent.


Constructor Summary
ApplicationContainerInitEvent(Container container)
           
 
Method Summary
 
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

ApplicationContainerInitEvent

public ApplicationContainerInitEvent(Container container)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.