org.apache.hadoop.yarn.event.Event<SchedulerEventType>public class AppAttemptRemovedSchedulerEvent extends SchedulerEvent
| Constructor | Description |
|---|---|
AppAttemptRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
RMAppAttemptState finalAttemptState,
boolean keepContainers) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptID() |
|
RMAppAttemptState |
getFinalAttemptState() |
|
boolean |
getKeepContainersAcrossAppAttempts() |
getTimestamp, getType, toStringpublic 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–2025 Apache Software Foundation. All rights reserved.