| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.recovery |
| Modifier and Type | Method and Description |
|---|---|
RMStateStore.ApplicationState |
RMStateStoreRemoveAppEvent.getAppState() |
RMStateStore.ApplicationState |
RMStateStoreAppEvent.getAppState() |
| Modifier and Type | Method and Description |
|---|---|
Map<ApplicationId,RMStateStore.ApplicationState> |
RMStateStore.RMState.getApplicationState() |
| Modifier and Type | Method and Description |
|---|---|
void |
RMStateStore.removeApplication(RMStateStore.ApplicationState appState) |
void |
FileSystemRMStateStore.removeApplicationState(RMStateStore.ApplicationState appState) |
protected void |
NullRMStateStore.removeApplicationState(RMStateStore.ApplicationState appState) |
void |
MemoryRMStateStore.removeApplicationState(RMStateStore.ApplicationState appState) |
protected abstract void |
RMStateStore.removeApplicationState(RMStateStore.ApplicationState appState)
Blocking API
Derived classes must implement this method to remove the state of an
application and its attempts
|
| Constructor and Description |
|---|
RMStateStoreAppEvent(RMStateStore.ApplicationState appState) |
Copyright © 2013 Apache Software Foundation. All rights reserved.