Class AuxServiceConfiguration
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.records.AuxServiceConfiguration
Set of configuration properties that can be injected into the service
components via envs, files and custom pluggable helper docker containers.
Files of several standard formats like xml, properties, json, yaml and
templates will be supported.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfiles(List<AuxServiceFile> fileList) Array of list of files that needs to be created and made available as volumes in the service component containers.getFiles()getProperty(String name) getProperty(String name, String defaultValue) inthashCode()properties(Map<String, String> props) A blob of key-value pairs of common service properties.voidsetFiles(List<AuxServiceFile> files) voidsetProperties(Map<String, String> properties) voidsetProperty(String name, String value) toString()
-
Constructor Details
-
AuxServiceConfiguration
public AuxServiceConfiguration()
-
-
Method Details
-
properties
A blob of key-value pairs of common service properties. -
getProperties
-
setProperties
-
files
Array of list of files that needs to be created and made available as volumes in the service component containers. -
getFiles
-
setFiles
-
getProperty
-
setProperty
-
getProperty
-
equals
-
hashCode
public int hashCode() -
toString
-