| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceManager. recover(RMStateStore.RMState state) | 
| void | RMAppManager. recover(RMStateStore.RMState state) | 
| protected void | RMAppManager. recoverApplication(ApplicationStateData appState,
                  RMStateStore.RMState rmState) | 
| Modifier and Type | Method and Description | 
|---|---|
| RMStateStore.RMState | MemoryRMStateStore. getState() | 
| RMStateStore.RMState | FileSystemRMStateStore. loadState() | 
| RMStateStore.RMState | LeveldbRMStateStore. loadState() | 
| RMStateStore.RMState | MemoryRMStateStore. loadState() | 
| RMStateStore.RMState | NullRMStateStore. loadState() | 
| RMStateStore.RMState | ZKRMStateStore. loadState() | 
| abstract RMStateStore.RMState | RMStateStore. loadState()Blocking API
 The derived class must recover state from the store and return a new 
 RMState object populated with that state
 This must not be called on the dispatcher thread | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Recoverable. recover(RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractReservationSystem. recover(RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| RMStateStore.RMState | RMAppRecoverEvent. getRMState() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RMAppImpl. recover(RMStateStore.RMState state) | 
| Constructor and Description | 
|---|
| RMAppRecoverEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
                 RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RMAppAttemptImpl. recover(RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CapacityScheduler. recover(RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FairScheduler. recover(RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FifoScheduler. recover(RMStateStore.RMState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AMRMTokenSecretManager. recover(RMStateStore.RMState state) | 
| void | RMDelegationTokenSecretManager. recover(RMStateStore.RMState rmState) | 
| void | ProxyCAManager. recover(RMStateStore.RMState state) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.