| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager | |
| org.apache.hadoop.yarn.server.nodemanager.containermanager | |
| org.apache.hadoop.yarn.server.nodemanager.containermanager.application | |
| org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher |
This package contains classes related to NM container launch.
|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event | |
| org.apache.hadoop.yarn.server.nodemanager.webapp.dao |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.concurrent.ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> |
NodeManager.NMContext.applications |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.concurrent.ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> |
Context.getApplications() |
|
java.util.concurrent.ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> |
NodeManager.NMContext.getApplications() |
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ApplicationImpl |
The state machine for the representation of an Application
within the NodeManager.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Application |
ContainerLaunch.app |
| Constructor | Description |
|---|---|
ContainerLaunch(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) |
| Modifier and Type | Method | Description |
|---|---|---|
Application |
ApplicationLocalizationEvent.getApplication() |
| Constructor | Description |
|---|---|
ApplicationLocalizationEvent(LocalizationEventType type,
Application app) |
| Constructor | Description |
|---|---|
AppInfo(Application app) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.