@InterfaceAudience.Public @InterfaceStability.Unstable public class AuxServiceConfiguration extends Object
| Constructor and Description | 
|---|
| AuxServiceConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| 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. | 
| List<AuxServiceFile> | getFiles() | 
| Map<String,String> | getProperties() | 
| String | getProperty(String name) | 
| String | getProperty(String name,
           String defaultValue) | 
| int | hashCode() | 
| AuxServiceConfiguration | properties(Map<String,String> props)A blob of key-value pairs of common service properties. | 
| void | setFiles(List<AuxServiceFile> files) | 
| void | setProperties(Map<String,String> properties) | 
| void | setProperty(String name,
           String value) | 
| String | toString() | 
public AuxServiceConfiguration properties(Map<String,String> props)
public AuxServiceConfiguration files(List<AuxServiceFile> fileList)
public List<AuxServiceFile> getFiles()
public void setFiles(List<AuxServiceFile> files)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.