public class AppAttemptRemovedSchedulerEvent extends SchedulerEvent
Constructor and Description |
---|
AppAttemptRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
RMAppAttemptState finalAttemptState,
boolean keepContainers) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptID() |
RMAppAttemptState |
getFinalAttemptState() |
boolean |
getKeepContainersAcrossAppAttempts() |
public AppAttemptRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId, RMAppAttemptState finalAttemptState, boolean keepContainers)
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptID()
public RMAppAttemptState getFinalAttemptState()
public boolean getKeepContainersAcrossAppAttempts()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.