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 |
Service.getConfiguration() |
Configuration |
Component.getConfiguration() |
Configuration |
Configuration.properties(Map<String,String> properties)
A blob of key-value pairs of common service properties.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.configuration(Configuration configuration)
Config properties of an service.
|
Component |
Component.configuration(Configuration configuration)
Config properties for this component.
|
void |
Configuration.mergeFrom(Configuration that)
Merge all properties and envs from that configuration to this configration.
|
void |
Service.setConfiguration(Configuration configuration) |
void |
Component.setConfiguration(Configuration configuration) |
Copyright © 2024 Apache Software Foundation. All rights reserved.