Uses of Class
org.apache.hadoop.yarn.service.containerlaunch.ContainerLaunchService.ComponentLaunchContext
Packages that use ContainerLaunchService.ComponentLaunchContext
Package
Description
-
Uses of ContainerLaunchService.ComponentLaunchContext in org.apache.hadoop.yarn.service.component
Methods in org.apache.hadoop.yarn.service.component that return ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionComponent.createLaunchContext(Component compSpec, String version) -
Uses of ContainerLaunchService.ComponentLaunchContext in org.apache.hadoop.yarn.service.containerlaunch
Methods in org.apache.hadoop.yarn.service.containerlaunch that return ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionContainerLaunchService.ComponentLaunchContext.setArtifact(Artifact artifact) ContainerLaunchService.ComponentLaunchContext.setConfiguration(Configuration configuration) ContainerLaunchService.ComponentLaunchContext.setLaunchCommand(String launchCommand) ContainerLaunchService.ComponentLaunchContext.setRunPrivilegedContainer(boolean runPrivilegedContainer) Methods in org.apache.hadoop.yarn.service.containerlaunch with parameters of type ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionContainerLaunchService.launchCompInstance(Service service, ComponentInstance instance, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext componentLaunchContext) ContainerLaunchService.reInitCompInstance(Service service, ComponentInstance instance, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext componentLaunchContext) -
Uses of ContainerLaunchService.ComponentLaunchContext in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider with parameters of type ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionvoidAbstractProviderService.buildContainerEnvironment(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution) voidAbstractProviderService.buildContainerLaunchCommand(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution) AbstractProviderService.buildContainerLaunchContext(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext) ProviderService.buildContainerLaunchContext(AbstractLauncher containerLauncher, Service service, ComponentInstance instance, SliderFileSystem sliderFileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext componentLaunchContext) Set up the entire container launch contextvoidAbstractProviderService.buildContainerRetry(AbstractLauncher launcher, org.apache.hadoop.conf.Configuration yarnConf, ContainerLaunchService.ComponentLaunchContext compLaunchContext, ComponentInstance instance) AbstractProviderService.buildContainerTokens(ComponentInstance instance, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext) static voidProviderUtils.createConfigFileAndAddLocalResource(AbstractLauncher launcher, SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution, ComponentInstance instance, org.apache.hadoop.yarn.service.ServiceContext context, ProviderService.ResolvedLaunchParams resolvedParams) static voidProviderUtils.handleStaticFilesForLocalization(AbstractLauncher launcher, SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext componentLaunchCtx, ProviderService.ResolvedLaunchParams resolvedParams) static org.apache.hadoop.fs.PathProviderUtils.initCompInstanceDir(SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext compLaunchContext, ComponentInstance instance) static org.apache.hadoop.fs.PathProviderUtils.initCompPublicResourceDir(SliderFileSystem fs, ContainerLaunchService.ComponentLaunchContext compLaunchContext, ComponentInstance instance) ProviderUtils.initCompTokensForSubstitute(ComponentInstance instance, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext componentLaunchContext) Get initial component token map to be substituted into config values.abstract voidAbstractProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of ContainerLaunchService.ComponentLaunchContext in org.apache.hadoop.yarn.service.provider.defaultImpl
Methods in org.apache.hadoop.yarn.service.provider.defaultImpl with parameters of type ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionvoidDefaultProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of ContainerLaunchService.ComponentLaunchContext in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker with parameters of type ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionvoidDockerProviderService.buildContainerLaunchCommand(AbstractLauncher launcher, Service service, ComponentInstance instance, SliderFileSystem fileSystem, org.apache.hadoop.conf.Configuration yarnConf, org.apache.hadoop.yarn.api.records.Container container, ContainerLaunchService.ComponentLaunchContext compLaunchContext, Map<String, String> tokensForSubstitution) voidDockerProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of ContainerLaunchService.ComponentLaunchContext in org.apache.hadoop.yarn.service.provider.tarball
Methods in org.apache.hadoop.yarn.service.provider.tarball with parameters of type ContainerLaunchService.ComponentLaunchContextModifier and TypeMethodDescriptionvoidTarballProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance instance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx)