Uses of Class
org.apache.hadoop.yarn.service.containerlaunch.AbstractLauncher
Packages that use AbstractLauncher
Package
Description
-
Uses of AbstractLauncher in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider with parameters of type AbstractLauncherModifier 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) 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) abstract voidAbstractProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of AbstractLauncher in org.apache.hadoop.yarn.service.provider.defaultImpl
Methods in org.apache.hadoop.yarn.service.provider.defaultImpl with parameters of type AbstractLauncherModifier and TypeMethodDescriptionvoidDefaultProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of AbstractLauncher in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker with parameters of type AbstractLauncherModifier 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 AbstractLauncher in org.apache.hadoop.yarn.service.provider.tarball
Methods in org.apache.hadoop.yarn.service.provider.tarball with parameters of type AbstractLauncherModifier and TypeMethodDescriptionvoidTarballProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance instance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx)