| Modifier and Type | Method and 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 and 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 and Description | 
|---|---|
| void | ContainerScheduler. recoverActiveContainer(Container container,
                      NMStateStoreService.RecoveredContainerState rcs)Populates auxiliary data structures used by the ContainerScheduler on
 recovery. | 
| Modifier and Type | Method and Description | 
|---|---|
| RecoveryIterator<NMStateStoreService.RecoveredContainerState> | NMLeveldbStateStoreService. getContainerStateIterator() | 
| abstract RecoveryIterator<NMStateStoreService.RecoveredContainerState> | NMStateStoreService. getContainerStateIterator()get the Recovered Container State Iterator | 
| RecoveryIterator<NMStateStoreService.RecoveredContainerState> | NMNullStateStoreService. getContainerStateIterator() | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.