Uses of Class
org.apache.hadoop.yarn.service.api.records.Configuration
Packages that use Configuration
-
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)