@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)
Configurable
setConf
in interface Configurable
conf
- configuration to be usedpublic Configuration getConf()
Configurable
getConf
in interface Configurable
Copyright © 2024 Apache Software Foundation. All rights reserved.