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 |
MemoryRMStateStore.loadState() |
RMStateStore.RMState |
ZKRMStateStore.loadState() |
RMStateStore.RMState |
LeveldbRMStateStore.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
|
RMStateStore.RMState |
NullRMStateStore.loadState() |
RMStateStore.RMState |
FileSystemRMStateStore.loadState() |
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 |
RMDelegationTokenSecretManager.recover(RMStateStore.RMState rmState) |
void |
AMRMTokenSecretManager.recover(RMStateStore.RMState state) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.