@InterfaceAudience.Public @InterfaceStability.Stable public class Configured extends Object implements Configurable
Configuration.| Constructor and Description | 
|---|
| Configured()Construct a Configured. | 
| Configured(Configuration conf)Construct a Configured. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | getConf()Return the configuration used by this object. | 
| void | setConf(Configuration conf)Set the configuration to be used by this object. | 
public Configured()
public Configured(Configuration conf)
conf - the Configuration object.public void setConf(Configuration conf)
ConfigurablesetConf in interface Configurableconf - configuration to be usedpublic Configuration getConf()
ConfigurablegetConf in interface ConfigurableCopyright © 2023 Apache Software Foundation. All rights reserved.