Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.records.AuxServiceFile
Packages that use AuxServiceFile
Package
Description
Package used for auxiliary services manifest records.
-
Uses of AuxServiceFile in org.apache.hadoop.yarn.server.nodemanager.containermanager.records
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records that return AuxServiceFileModifier and TypeMethodDescriptionThis 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.type(AuxServiceFile.TypeEnum t) Config file in the standard format like xml, properties, json, yaml, template.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records that return types with arguments of type AuxServiceFileMethod parameters in org.apache.hadoop.yarn.server.nodemanager.containermanager.records with type arguments of type AuxServiceFileModifier and TypeMethodDescriptionAuxServiceConfiguration.files(List<AuxServiceFile> fileList) Array of list of files that needs to be created and made available as volumes in the service component containers.voidAuxServiceConfiguration.setFiles(List<AuxServiceFile> files)