Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.ConfigFile.TypeEnum
Packages that use ConfigFile.TypeEnum
-
Uses of ConfigFile.TypeEnum in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ConfigFile.TypeEnumModifier and TypeMethodDescriptionConfigFile.getType()static ConfigFile.TypeEnumReturns the enum constant of this class with the specified name.static ConfigFile.TypeEnum[]ConfigFile.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 ConfigFile.TypeEnumModifier and TypeMethodDescriptionvoidConfigFile.setType(ConfigFile.TypeEnum type) ConfigFile.type(ConfigFile.TypeEnum type) Config file in the standard format like xml, properties, json, yaml, template.