| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.records | Package used for auxiliary services manifest records. | 
| Modifier and Type | Method and Description | 
|---|---|
| AuxServiceFile | AuxServiceFile. srcFile(String file)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. | 
| AuxServiceFile | AuxServiceFile. type(AuxServiceFile.TypeEnum t)Config file in the standard format like xml, properties, json, yaml,
 template. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AuxServiceFile> | AuxServiceConfiguration. getFiles() | 
| Modifier and Type | Method and Description | 
|---|---|
| AuxServiceConfiguration | AuxServiceConfiguration. files(List<AuxServiceFile> fileList)Array of list of files that needs to be created and made available as
 volumes in the service component containers. | 
| void | AuxServiceConfiguration. setFiles(List<AuxServiceFile> files) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.