| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.service.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigFile | ConfigFile. copy() | 
| ConfigFile | ConfigFile. destFile(String destFile)The absolute path that this configuration file should be mounted as, in the
 service container. | 
| ConfigFile | 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. | 
| ConfigFile | ConfigFile. srcFile(String srcFile)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 | ConfigFile. type(org.apache.hadoop.yarn.service.api.records.ConfigFile.TypeEnum type)Config file in the standard format like xml, properties, json, yaml,
 template. | 
| ConfigFile | ConfigFile. visibility(LocalResourceVisibility localrsrcVisibility)Visibility of the Config file. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ConfigFile> | Configuration. getFiles() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| void | Configuration. setFiles(List<ConfigFile> files) | 
Copyright © 2023 Apache Software Foundation. All rights reserved.