|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Container in org.apache.hadoop.yarn.server.nodemanager |
|---|
| Methods in org.apache.hadoop.yarn.server.nodemanager that return types with arguments of type Container | |
|---|---|
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
Context.getContainers()
|
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
NodeManager.NMContext.getContainers()
|
| Methods in org.apache.hadoop.yarn.server.nodemanager with parameters of type Container | |
|---|---|
int |
DefaultContainerExecutor.launchContainer(Container container,
org.apache.hadoop.fs.Path nmPrivateContainerScriptPath,
org.apache.hadoop.fs.Path nmPrivateTokensPath,
String userName,
String appId,
org.apache.hadoop.fs.Path containerWorkDir,
List<String> localDirs,
List<String> logDirs)
|
abstract int |
ContainerExecutor.launchContainer(Container container,
org.apache.hadoop.fs.Path nmPrivateContainerScriptPath,
org.apache.hadoop.fs.Path nmPrivateTokensPath,
String user,
String appId,
org.apache.hadoop.fs.Path containerWorkDir,
List<String> localDirs,
List<String> logDirs)
Launch the container on the node. |
int |
LinuxContainerExecutor.launchContainer(Container container,
org.apache.hadoop.fs.Path nmPrivateCotainerScriptPath,
org.apache.hadoop.fs.Path nmPrivateTokensPath,
String user,
String appId,
org.apache.hadoop.fs.Path containerWorkDir,
List<String> localDirs,
List<String> logDirs)
|
| Uses of Container in org.apache.hadoop.yarn.server.nodemanager.containermanager.application |
|---|
| Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.application that return types with arguments of type Container | |
|---|---|
Map<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
ApplicationImpl.getContainers()
|
Map<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
Application.getContainers()
|
| Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.application with parameters of type Container | |
|---|---|
ApplicationContainerInitEvent(Container container)
|
|
| Uses of Container in org.apache.hadoop.yarn.server.nodemanager.containermanager.container |
|---|
| Classes in org.apache.hadoop.yarn.server.nodemanager.containermanager.container that implement Container | |
|---|---|
class |
ContainerImpl
|
| Uses of Container in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher |
|---|
| Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher that return Container | |
|---|---|
Container |
ContainersLauncherEvent.getContainer()
|
| Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type Container | |
|---|---|
ContainerLaunch(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
ContainerExecutor exec,
Application app,
Container container,
LocalDirsHandlerService dirsHandler)
|
|
ContainersLauncherEvent(Container container,
ContainersLauncherEventType eventType)
|
|
| Uses of Container in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event |
|---|
| Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event that return Container | |
|---|---|
Container |
ContainerLocalizationEvent.getContainer()
|
| Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.event with parameters of type Container | |
|---|---|
ContainerLocalizationCleanupEvent(Container c,
Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,Collection<LocalResourceRequest>> rsrc)
Event requesting the cleanup of the rsrc. |
|
ContainerLocalizationEvent(LocalizationEventType event,
Container c)
|
|
ContainerLocalizationRequestEvent(Container c,
Map<org.apache.hadoop.yarn.api.records.LocalResourceVisibility,Collection<LocalResourceRequest>> rsrc)
Event requesting the localization of the rsrc. |
|
| Uses of Container in org.apache.hadoop.yarn.server.nodemanager.webapp.dao |
|---|
| Constructors in org.apache.hadoop.yarn.server.nodemanager.webapp.dao with parameters of type Container | |
|---|---|
ContainerInfo(Context nmContext,
Container container)
|
|
ContainerInfo(Context nmContext,
Container container,
String requestUri,
String pathPrefix)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||