Class ApplicationEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ApplicationEventType>
- Direct Known Subclasses:
ApplicationContainerFinishedEvent,ApplicationContainerInitEvent,ApplicationFinishEvent,ApplicationInitedEvent,ApplicationInitEvent
public class ApplicationEvent
extends org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEvent(org.apache.hadoop.yarn.api.records.ApplicationId appID, ApplicationEventType appEventType) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.ApplicationIdMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
ApplicationEvent
public ApplicationEvent(org.apache.hadoop.yarn.api.records.ApplicationId appID, ApplicationEventType appEventType)
-
-
Method Details
-
getApplicationID
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
-