| Modifier and Type | Method | Description |
|---|---|---|
protected void |
ContainerManagerImpl.recoverActiveContainer(Application app,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext launchContext,
org.apache.hadoop.yarn.security.ContainerTokenIdentifier token,
NMStateStoreService.RecoveredContainerState rcs) |
Recover a running container.
|
| Constructor | Description |
|---|---|
ContainerImpl(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
org.apache.hadoop.yarn.api.records.ContainerLaunchContext launchContext,
org.apache.hadoop.security.Credentials creds,
NodeManagerMetrics metrics,
org.apache.hadoop.yarn.security.ContainerTokenIdentifier containerTokenIdentifier,
Context context,
NMStateStoreService.RecoveredContainerState rcs) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContainerScheduler.recoverActiveContainer(Container container,
NMStateStoreService.RecoveredContainerState rcs) |
Populates auxiliary data structures used by the ContainerScheduler on
recovery.
|
| Modifier and Type | Method | Description |
|---|---|---|
RecoveryIterator<NMStateStoreService.RecoveredContainerState> |
NMLeveldbStateStoreService.getContainerStateIterator() |
|
RecoveryIterator<NMStateStoreService.RecoveredContainerState> |
NMNullStateStoreService.getContainerStateIterator() |
|
abstract RecoveryIterator<NMStateStoreService.RecoveredContainerState> |
NMStateStoreService.getContainerStateIterator() |
get the Recovered Container State Iterator
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.