Uses of Class
org.apache.hadoop.yarn.service.api.records.ConfigFile
Packages that use ConfigFile
-
Uses of ConfigFile in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ConfigFileModifier and TypeMethodDescriptionConfigFile.copy()The absolute path that this configuration file should be mounted as, in the service container.ConfigFile.properties(Map<String, String> properties) A blob of key value pairs that will be dumped in the dest_file in the format as specified in type.This provides the source location of the configuration file, the content of which is dumped to dest_file post property substitutions, in the format as specified in type.ConfigFile.type(ConfigFile.TypeEnum type) Config file in the standard format like xml, properties, json, yaml, template.ConfigFile.visibility(LocalResourceVisibility localrsrcVisibility) Visibility of the Config file.Methods in org.apache.hadoop.yarn.service.api.records that return types with arguments of type ConfigFileMethod parameters in org.apache.hadoop.yarn.service.api.records with type arguments of type ConfigFileModifier and TypeMethodDescriptionConfiguration.files(List<ConfigFile> files) Array of list of files that needs to be created and made available as volumes in the service component containers.voidConfiguration.setFiles(List<ConfigFile> files)