| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.service.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | Configuration. env(Map<String,String> env)A blob of key-value pairs which will be appended to the default system
 properties and handed off to the service at start time. | 
| Configuration | 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. | 
| Configuration | Component. getConfiguration() | 
| Configuration | Service. getConfiguration() | 
| Configuration | Configuration. properties(Map<String,String> properties)A blob of key-value pairs of common service properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| Component | Component. configuration(Configuration configuration)Config properties for this component. | 
| Service | Service. configuration(Configuration configuration)Config properties of an service. | 
| void | Configuration. mergeFrom(Configuration that)Merge all properties and envs from that configuration to this configration. | 
| void | Component. setConfiguration(Configuration configuration) | 
| void | Service. setConfiguration(Configuration configuration) | 
Copyright © 2023 Apache Software Foundation. All rights reserved.