Modifier and Type | Method and Description |
---|---|
ConcurrentMap<ContainerId,Container> |
NodeManager.NMContext.getContainers() |
ConcurrentMap<ContainerId,Container> |
Context.getContainers() |
Modifier and Type | Method and Description |
---|---|
int |
LinuxContainerExecutor.launchContainer(Container container,
Path nmPrivateCotainerScriptPath,
Path nmPrivateTokensPath,
String user,
String appId,
Path containerWorkDir,
List<String> localDirs,
List<String> logDirs) |
abstract int |
ContainerExecutor.launchContainer(Container container,
Path nmPrivateContainerScriptPath,
Path nmPrivateTokensPath,
String user,
String appId,
Path containerWorkDir,
List<String> localDirs,
List<String> logDirs)
Launch the container on the node.
|
int |
DefaultContainerExecutor.launchContainer(Container container,
Path nmPrivateContainerScriptPath,
Path nmPrivateTokensPath,
String userName,
String appId,
Path containerWorkDir,
List<String> localDirs,
List<String> logDirs) |
Constructor and Description |
---|
ContainerExecutor.DelayedProcessKiller(Container container,
String user,
String pid,
long delay,
ContainerExecutor.Signal signal,
ContainerExecutor containerExecutor) |
Modifier and Type | Method and Description |
---|---|
Container |
AuxServicesEvent.getContainer() |
Modifier and Type | Method and Description |
---|---|
protected void |
ContainerManagerImpl.authorizeGetAndStopContainerRequest(ContainerId containerId,
Container container,
boolean stopRequest,
NMTokenIdentifier identifier) |
Constructor and Description |
---|
AuxServicesEvent(AuxServicesEventType eventType,
Container container) |
AuxServicesEvent(AuxServicesEventType eventType,
String user,
ApplicationId appId,
String serviceId,
ByteBuffer serviceData,
Container container) |
Modifier and Type | Method and Description |
---|---|
Map<ContainerId,Container> |
ApplicationImpl.getContainers() |
Map<ContainerId,Container> |
Application.getContainers() |
Constructor and Description |
---|
ApplicationContainerInitEvent(Container container) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerImpl |
Modifier and Type | Method and Description |
---|---|
Container |
ContainersLauncherEvent.getContainer() |
Constructor and Description |
---|
ContainerLaunch(Context context,
Configuration configuration,
Dispatcher dispatcher,
ContainerExecutor exec,
Application app,
Container container,
LocalDirsHandlerService dirsHandler,
ContainerManagerImpl containerManager) |
ContainersLauncherEvent(Container container,
ContainersLauncherEventType eventType) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerLocalizationEvent.getContainer() |
Constructor and Description |
---|
ContainerLocalizationCleanupEvent(Container c,
Map<LocalResourceVisibility,Collection<LocalResourceRequest>> rsrc)
Event requesting the cleanup of the rsrc.
|
ContainerLocalizationEvent(LocalizationEventType event,
Container c) |
ContainerLocalizationRequestEvent(Container c,
Map<LocalResourceVisibility,Collection<LocalResourceRequest>> rsrc)
Event requesting the localization of the rsrc.
|
Constructor and Description |
---|
ContainerInfo(Context nmContext,
Container container) |
ContainerInfo(Context nmContext,
Container container,
String requestUri,
String pathPrefix) |
Copyright © 2013 Apache Software Foundation. All rights reserved.