@InterfaceAudience.Private public class BaseConfigurable extends Object implements org.apache.hadoop.conf.Configurable
setConf(Configuration)
in the constructor, but
only sets the configuration through the setConf(Configuration)
methodModifier and Type | Field and Description |
---|---|
private org.apache.hadoop.conf.Configuration |
conf |
Constructor and Description |
---|
BaseConfigurable() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
private org.apache.hadoop.conf.Configuration conf
public BaseConfigurable()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.