Class AppRemovedSchedulerEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.AppRemovedSchedulerEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SchedulerEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionAppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, RMAppState finalState) -
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
-
AppRemovedSchedulerEvent
public AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, RMAppState finalState)
-
-
Method Details
-
getApplicationID
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID() -
getFinalState
-