Uses of Class
org.apache.hadoop.yarn.service.api.records.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ConfigurationModifier and TypeMethodDescriptionA blob of key-value pairs which will be appended to the default system properties and handed off to the service at start time.Configuration.files(List<ConfigFile> files) Array of list of files that needs to be created and made available as volumes in the service component containers.Component.getConfiguration()Service.getConfiguration()Configuration.properties(Map<String, String> properties) A blob of key-value pairs of common service properties.Methods in org.apache.hadoop.yarn.service.api.records with parameters of type ConfigurationModifier and TypeMethodDescriptionComponent.configuration(Configuration configuration) Config properties for this component.Service.configuration(Configuration configuration) Config properties of an service.voidConfiguration.mergeFrom(Configuration that) Merge all properties and envs from that configuration to this configration.voidComponent.setConfiguration(Configuration configuration) voidService.setConfiguration(Configuration configuration) -
Uses of Configuration in org.apache.hadoop.yarn.service.conf
Methods in org.apache.hadoop.yarn.service.conf with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic StringYarnServiceConf.get(String name, String defaultVal, Configuration userConf, org.apache.hadoop.conf.Configuration systemConf) static booleanYarnServiceConf.getBoolean(String name, boolean defaultValue, Configuration userConf, org.apache.hadoop.conf.Configuration systemConf) static intYarnServiceConf.getInt(String name, int defaultValue, Configuration userConf, org.apache.hadoop.conf.Configuration systemConf) static longYarnServiceConf.getLong(String name, long defaultValue, Configuration userConf, org.apache.hadoop.conf.Configuration systemConf) Get long value for the property. -
Uses of Configuration in org.apache.hadoop.yarn.service.containerlaunch
Methods in org.apache.hadoop.yarn.service.containerlaunch that return ConfigurationModifier and TypeMethodDescriptionContainerLaunchService.ComponentLaunchContext.getConfiguration()Methods in org.apache.hadoop.yarn.service.containerlaunch with parameters of type ConfigurationModifier and TypeMethodDescriptionContainerLaunchService.ComponentLaunchContext.setConfiguration(Configuration configuration) -
Uses of Configuration in org.apache.hadoop.yarn.service.utils
Methods in org.apache.hadoop.yarn.service.utils with parameters of type ConfigurationModifier and TypeMethodDescriptionServiceUtils.buildEnvMap(Configuration conf, Map<String, String> tokenMap)