@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)
public void setConf(Configuration conf)
Configurable
setConf
in interface Configurable
public Configuration getConf()
Configurable
getConf
in interface Configurable
Copyright © 2019 Apache Software Foundation. All rights reserved.