Uses of Enum Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.records.AuxServiceFile.TypeEnum
Packages that use AuxServiceFile.TypeEnum
Package
Description
Package used for auxiliary services manifest records.
-
Uses of AuxServiceFile.TypeEnum in org.apache.hadoop.yarn.server.nodemanager.containermanager
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type AuxServiceFile.TypeEnumModifier and TypeMethodDescriptionprotected org.apache.hadoop.fs.PathAuxServices.maybeDownloadJars(String sName, String className, String remoteFile, AuxServiceFile.TypeEnum type, org.apache.hadoop.conf.Configuration conf) Copies the specified remote file to local NM aux service directory. -
Uses of AuxServiceFile.TypeEnum in org.apache.hadoop.yarn.server.nodemanager.containermanager.records
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records that return AuxServiceFile.TypeEnumModifier and TypeMethodDescriptionAuxServiceFile.getType()static AuxServiceFile.TypeEnumReturns the enum constant of this class with the specified name.static AuxServiceFile.TypeEnum[]AuxServiceFile.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records with parameters of type AuxServiceFile.TypeEnumModifier and TypeMethodDescriptionvoidAuxServiceFile.setType(AuxServiceFile.TypeEnum type) AuxServiceFile.type(AuxServiceFile.TypeEnum t) Config file in the standard format like xml, properties, json, yaml, template.