Uses of Class
org.apache.hadoop.yarn.server.nodemanager.recovery.NMStateStoreService.RecoveredContainerState
Packages that use NMStateStoreService.RecoveredContainerState
Package
Description
Container Scheduler
-
Uses of NMStateStoreService.RecoveredContainerState in org.apache.hadoop.yarn.server.nodemanager.containermanager
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type NMStateStoreService.RecoveredContainerStateModifier and TypeMethodDescriptionprotected voidContainerManagerImpl.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. -
Uses of NMStateStoreService.RecoveredContainerState in org.apache.hadoop.yarn.server.nodemanager.containermanager.container
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.container with parameters of type NMStateStoreService.RecoveredContainerStateModifierConstructorDescriptionContainerImpl(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) -
Uses of NMStateStoreService.RecoveredContainerState in org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.scheduler with parameters of type NMStateStoreService.RecoveredContainerStateModifier and TypeMethodDescriptionvoidContainerScheduler.recoverActiveContainer(Container container, NMStateStoreService.RecoveredContainerState rcs) Populates auxiliary data structures used by the ContainerScheduler on recovery. -
Uses of NMStateStoreService.RecoveredContainerState in org.apache.hadoop.yarn.server.nodemanager.recovery
Methods in org.apache.hadoop.yarn.server.nodemanager.recovery that return types with arguments of type NMStateStoreService.RecoveredContainerStateModifier and TypeMethodDescriptionNMLeveldbStateStoreService.getContainerStateIterator()NMNullStateStoreService.getContainerStateIterator()NMStateStoreService.getContainerStateIterator()get the Recovered Container State Iterator