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>
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
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
getApplicationIDMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
ApplicationContainerInitEvent
-