public class Configured extends java.lang.Object implements Configurable
Configuration
.Modifier and Type | Field and Description |
---|---|
protected Configuration |
conf |
static java.lang.String |
CONF_DATA_COLUMN_FORMAT |
static java.lang.String |
CONF_DATA_INPUT_PATH |
static java.lang.String |
CONF_DFS_DATA_DIR |
Constructor and Description |
---|
Configured()
Construct a Configured.
|
Configured(Configuration conf)
Construct a Configured.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
getConf() |
void |
setConf(Configuration conf)
Set the configuration to be used by this object.
|
public static final java.lang.String CONF_DATA_COLUMN_FORMAT
public static final java.lang.String CONF_DFS_DATA_DIR
public static final java.lang.String CONF_DATA_INPUT_PATH
protected Configuration conf
public Configured()
public Configured(Configuration conf)
conf
- object for constructionpublic void setConf(Configuration conf)
Configurable
setConf
in interface Configurable
conf
- the configuration to be used by this objectpublic Configuration getConf()
getConf
in interface Configurable
Copyright © 2017. All Rights Reserved.