Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager | |
org.apache.hadoop.yarn.server.resourcemanager.recovery |
This package contains classes to recovery the resourcemanager.
|
org.apache.hadoop.yarn.server.resourcemanager.reservation | |
org.apache.hadoop.yarn.server.resourcemanager.rmapp | |
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo | |
org.apache.hadoop.yarn.server.resourcemanager.security |
Package org.apache.hadoop.yarn.server.resourcemanager.security
contains classes related to security.
|
Modifier and Type | Method and Description |
---|---|
void |
RMAppManager.recover(RMStateStore.RMState state) |
void |
ResourceManager.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 |
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 |
ZKRMStateStore.loadState() |
RMStateStore.RMState |
FileSystemRMStateStore.loadState() |
RMStateStore.RMState |
MemoryRMStateStore.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 |
ProxyCAManager.recover(RMStateStore.RMState state) |
void |
AMRMTokenSecretManager.recover(RMStateStore.RMState state) |
void |
RMDelegationTokenSecretManager.recover(RMStateStore.RMState rmState) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.