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