Uses of Interface
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.Application
Packages that use Application
Package
Description
This package contains classes related to NM container launch.
-
Uses of Application in org.apache.hadoop.yarn.server.nodemanager
Fields in org.apache.hadoop.yarn.server.nodemanager with type parameters of type ApplicationModifier and TypeFieldDescriptionprotected final ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> NodeManager.NMContext.applicationsMethods in org.apache.hadoop.yarn.server.nodemanager that return types with arguments of type ApplicationModifier and TypeMethodDescriptionConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> Context.getApplications()ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> NodeManager.NMContext.getApplications() -
Uses of Application in org.apache.hadoop.yarn.server.nodemanager.containermanager
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type ApplicationModifier 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 Application in org.apache.hadoop.yarn.server.nodemanager.containermanager.application
Classes in org.apache.hadoop.yarn.server.nodemanager.containermanager.application that implement ApplicationModifier and TypeClassDescriptionclassThe state machine for the representation of an Application within the NodeManager. -
Uses of Application in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher
Fields in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher declared as ApplicationConstructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type ApplicationModifierConstructorDescriptionContainerLaunch(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Application app, Container container, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager) ContainerRelaunch(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Application app, Container container, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager) RecoveredContainerLaunch(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Application app, Container container, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager) RecoverPausedContainerLaunch(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Application app, Container container, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager) -
Uses of Application in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event that return ApplicationConstructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event with parameters of type ApplicationModifierConstructorDescription -
Uses of Application in org.apache.hadoop.yarn.server.nodemanager.webapp.dao
Constructors in org.apache.hadoop.yarn.server.nodemanager.webapp.dao with parameters of type Application