Uses of Class
org.apache.hadoop.yarn.service.api.records.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ArtifactModifier and TypeMethodDescriptionComponent.getArtifact()Container.getArtifact()ReadinessCheck.getArtifact()Service.getArtifact()Artifact id.Artifact.type(Artifact.TypeEnum type) Artifact type, like docker, tarball, etc.Artifact location to support multiple artifact stores (optional).Methods in org.apache.hadoop.yarn.service.api.records with parameters of type ArtifactModifier and TypeMethodDescriptionArtifact of the component (optional).Artifact used for this container.Artifact of the pluggable readiness check helper container (optional).Artifact of single-component services.voidComponent.setArtifact(Artifact artifact) voidContainer.setArtifact(Artifact artifact) voidReadinessCheck.setArtifact(Artifact artifact) voidService.setArtifact(Artifact artifact) -
Uses of Artifact in org.apache.hadoop.yarn.service.containerlaunch
Methods in org.apache.hadoop.yarn.service.containerlaunch that return ArtifactMethods in org.apache.hadoop.yarn.service.containerlaunch with parameters of type ArtifactModifier and TypeMethodDescriptionContainerLaunchService.ComponentLaunchContext.setArtifact(Artifact artifact) -
Uses of Artifact in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider with parameters of type ArtifactModifier and TypeMethodDescriptionstatic ProviderFactoryProviderFactory.createServiceProviderFactory(Artifact artifact) Create a provider for a specific servicestatic AbstractClientProviderProviderFactory.getClientProvider(Artifact artifact) static ProviderServiceProviderFactory.getProviderService(Artifact artifact) abstract voidAbstractClientProvider.validateArtifact(Artifact artifact, String compName, org.apache.hadoop.fs.FileSystem fileSystem) Validate the artifact. -
Uses of Artifact in org.apache.hadoop.yarn.service.provider.defaultImpl
Methods in org.apache.hadoop.yarn.service.provider.defaultImpl with parameters of type ArtifactModifier and TypeMethodDescriptionvoidDefaultClientProvider.validateArtifact(Artifact artifact, String compName, org.apache.hadoop.fs.FileSystem fileSystem) -
Uses of Artifact in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker with parameters of type ArtifactModifier and TypeMethodDescriptionvoidDockerClientProvider.validateArtifact(Artifact artifact, String compName, org.apache.hadoop.fs.FileSystem fileSystem) -
Uses of Artifact in org.apache.hadoop.yarn.service.provider.tarball
Methods in org.apache.hadoop.yarn.service.provider.tarball with parameters of type ArtifactModifier and TypeMethodDescriptionvoidTarballClientProvider.validateArtifact(Artifact artifact, String compName, org.apache.hadoop.fs.FileSystem fs)