Uses of Class
org.apache.hadoop.yarn.service.api.records.Artifact
Packages that use Artifact
-
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)