Uses of Class
org.apache.hadoop.yarn.service.api.records.ConfigFile
Packages that use ConfigFile
Package
Description
-
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(org.apache.hadoop.yarn.api.records.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) -
Uses of ConfigFile in org.apache.hadoop.yarn.service.provider
Methods in org.apache.hadoop.yarn.service.provider with parameters of type ConfigFileModifier and TypeMethodDescriptionprotected abstract voidAbstractClientProvider.validateConfigFile(ConfigFile configFile, String compName, org.apache.hadoop.fs.FileSystem fileSystem) Method parameters in org.apache.hadoop.yarn.service.provider with type arguments of type ConfigFileModifier and TypeMethodDescriptionvoidAbstractClientProvider.validateConfigFiles(List<ConfigFile> configFiles, String compName, org.apache.hadoop.fs.FileSystem fs) Validate the config files. -
Uses of ConfigFile in org.apache.hadoop.yarn.service.provider.defaultImpl
Methods in org.apache.hadoop.yarn.service.provider.defaultImpl with parameters of type ConfigFileModifier and TypeMethodDescriptionvoidDefaultClientProvider.validateConfigFile(ConfigFile configFile, String compName, org.apache.hadoop.fs.FileSystem fileSystem) -
Uses of ConfigFile in org.apache.hadoop.yarn.service.provider.docker
Methods in org.apache.hadoop.yarn.service.provider.docker with parameters of type ConfigFileModifier and TypeMethodDescriptionprotected voidDockerClientProvider.validateConfigFile(ConfigFile configFile, String compName, org.apache.hadoop.fs.FileSystem fileSystem) -
Uses of ConfigFile in org.apache.hadoop.yarn.service.provider.tarball
Methods in org.apache.hadoop.yarn.service.provider.tarball with parameters of type ConfigFileModifier and TypeMethodDescriptionprotected voidTarballClientProvider.validateConfigFile(ConfigFile configFile, String compName, org.apache.hadoop.fs.FileSystem fileSystem)