Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.Artifact.TypeEnum
Packages that use Artifact.TypeEnum
-
Uses of Artifact.TypeEnum in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return Artifact.TypeEnumModifier and TypeMethodDescriptionArtifact.getType()static Artifact.TypeEnumReturns the enum constant of this class with the specified name.static Artifact.TypeEnum[]Artifact.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.service.api.records with parameters of type Artifact.TypeEnumModifier and TypeMethodDescriptionvoidArtifact.setType(Artifact.TypeEnum type) Artifact.type(Artifact.TypeEnum type) Artifact type, like docker, tarball, etc.