| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.records |
Package used for auxiliary services manifest records.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuxServiceFile |
AuxServiceFile.srcFile(java.lang.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 | Description |
|---|---|---|
java.util.List<AuxServiceFile> |
AuxServiceConfiguration.getFiles() |
| Modifier and Type | Method | Description |
|---|---|---|
AuxServiceConfiguration |
AuxServiceConfiguration.files(java.util.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(java.util.List<AuxServiceFile> files) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.