| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager | |
| org.apache.hadoop.yarn.server.resourcemanager.recovery |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RMAppManager.recoverApplication(RMStateStore.ApplicationState appState,
RMStateStore.RMState rmState) |
| Modifier and Type | Method and Description |
|---|---|
RMStateStore.ApplicationState |
RMStateStoreAppEvent.getAppState() |
RMStateStore.ApplicationState |
RMStateStoreRemoveAppEvent.getAppState() |
RMStateStore.ApplicationState |
RMStateUpdateAppEvent.getAppState() |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.hadoop.yarn.api.records.ApplicationId,RMStateStore.ApplicationState> |
RMStateStore.RMState.getApplicationState() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RMStateStore.removeApplicationStateInternal(RMStateStore.ApplicationState appState)
Blocking API
Derived classes must implement this method to remove the state of an
application and its attempts
|
void |
ZKRMStateStore.removeApplicationStateInternal(RMStateStore.ApplicationState appState) |
void |
MemoryRMStateStore.removeApplicationStateInternal(RMStateStore.ApplicationState appState) |
void |
FileSystemRMStateStore.removeApplicationStateInternal(RMStateStore.ApplicationState appState) |
protected void |
NullRMStateStore.removeApplicationStateInternal(RMStateStore.ApplicationState appState) |
void |
RMStateStore.updateApplicationState(RMStateStore.ApplicationState appState) |
| Constructor and Description |
|---|
RMStateStoreAppEvent(RMStateStore.ApplicationState appState) |
RMStateUpdateAppEvent(RMStateStore.ApplicationState appState) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.