Uses of Class
org.apache.hadoop.yarn.service.component.instance.ComponentInstance
Packages that use ComponentInstance
Package
Description
ATS implementation
-
Uses of ComponentInstance in org.apache.hadoop.yarn.service.component
Methods in org.apache.hadoop.yarn.service.component that return ComponentInstanceModifier and TypeMethodDescriptionComponent.getComponentInstance(String componentInstanceName) ComponentEvent.getInstance()Methods in org.apache.hadoop.yarn.service.component that return types with arguments of type ComponentInstanceModifier and TypeMethodDescriptionComponent.getAllComponentInstances()Component.getFailedInstances()Component.getPendingInstances()Component.getSucceededInstances()Methods in org.apache.hadoop.yarn.service.component with parameters of type ComponentInstanceModifier and TypeMethodDescriptionbooleanAlwaysRestartPolicy.allowContainerRetriesForInstance(ComponentInstance componentInstance) booleanComponentRestartPolicy.allowContainerRetriesForInstance(ComponentInstance componentInstance) booleanNeverRestartPolicy.allowContainerRetriesForInstance(ComponentInstance componentInstance) booleanOnFailureRestartPolicy.allowContainerRetriesForInstance(ComponentInstance componentInstance) voidComponent.markAsFailed(ComponentInstance instance) voidComponent.markAsSucceeded(ComponentInstance instance) voidComponent.reInsertPendingInstance(ComponentInstance instance) booleanComponent.removeFailedInstanceIfExists(ComponentInstance instance) voidComponent.removePendingInstance(ComponentInstance instance) booleanComponent.removeSuccessfulInstanceIfExists(ComponentInstance instance) ComponentEvent.setInstance(ComponentInstance instance) booleanAlwaysRestartPolicy.shouldRelaunchInstance(ComponentInstance componentInstance, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus) booleanComponentRestartPolicy.shouldRelaunchInstance(ComponentInstance componentInstance, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus) booleanNeverRestartPolicy.shouldRelaunchInstance(ComponentInstance componentInstance, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus) booleanOnFailureRestartPolicy.shouldRelaunchInstance(ComponentInstance componentInstance, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus) -
Uses of ComponentInstance in org.apache.hadoop.yarn.service.component.instance
Methods in org.apache.hadoop.yarn.service.component.instance with parameters of type ComponentInstance -
Uses of ComponentInstance in org.apache.hadoop.yarn.service.containerlaunch
Methods in org.apache.hadoop.yarn.service.containerlaunch with parameters of type ComponentInstanceModifier 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 ComponentInstance in org.apache.hadoop.yarn.service.monitor.probe
Methods in org.apache.hadoop.yarn.service.monitor.probe with parameters of type ComponentInstanceModifier and TypeMethodDescriptionDefaultProbe.ping(ComponentInstance instance) HttpProbe.ping(ComponentInstance instance) PortProbe.ping(ComponentInstance instance) Try to connect to the (host,port); a failure to connect within the specified timeout is a failure.abstract ProbeStatusProbe.ping(ComponentInstance instance) Ping the endpoint. -
Uses of ComponentInstance in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider with parameters of type ComponentInstanceModifier 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 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 ComponentInstance in org.apache.hadoop.yarn.service.provider.defaultImpl
Methods in org.apache.hadoop.yarn.service.provider.defaultImpl with parameters of type ComponentInstanceModifier and TypeMethodDescriptionvoidDefaultProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance compInstance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of ComponentInstance in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker with parameters of type ComponentInstanceModifier 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 ComponentInstance in org.apache.hadoop.yarn.service.provider.tarball
Methods in org.apache.hadoop.yarn.service.provider.tarball with parameters of type ComponentInstanceModifier and TypeMethodDescriptionvoidTarballProviderService.processArtifact(AbstractLauncher launcher, ComponentInstance instance, SliderFileSystem fileSystem, Service service, ContainerLaunchService.ComponentLaunchContext compLaunchCtx) -
Uses of ComponentInstance in org.apache.hadoop.yarn.service.timelineservice
Methods in org.apache.hadoop.yarn.service.timelineservice with parameters of type ComponentInstanceModifier and TypeMethodDescriptionvoidServiceTimelinePublisher.componentInstanceStarted(Container container, ComponentInstance instance)