org.apache.hadoop.yarn.server.resourcemanager.scheduler.event
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>
public class AppRemovedSchedulerEvent
- extends SchedulerEvent
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
AppRemovedSchedulerEvent
public AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
RMAppAttemptState finalAttemptState)
getApplicationAttemptID
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptID()
getFinalAttemptState
public RMAppAttemptState getFinalAttemptState()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.