org.apache.hadoop.yarn.event.Event<SchedulerEventType>public class AppRemovedSchedulerEvent extends SchedulerEvent
| Constructor | Description |
|---|---|
AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
RMAppState finalState) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationID() |
|
RMAppState |
getFinalState() |
getTimestamp, getType, toStringpublic AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
RMAppState finalState)
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
public RMAppState getFinalState()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.