org.apache.hadoop.yarn.server.nodemanager.containermanager.application
Class ApplicationContainerInitEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
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.
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
ApplicationContainerInitEvent
public ApplicationContainerInitEvent(Container container)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.