public interface Parametered
| Modifier and Type | Interface and Description |
|---|---|
static class |
Parametered.ParameteredGeneralizations
"multiple inheritance"
|
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.conf.Configuration config) |
void |
createParameters(String prefix,
org.apache.hadoop.conf.Configuration jobConf)
EXPERT: consumers should never have to call this method.
|
Collection<Parameter<?>> |
getParameters() |
Collection<Parameter<?>> getParameters()
void createParameters(String prefix, org.apache.hadoop.conf.Configuration jobConf)
Parametered.ParameteredGeneralizations if java supported it. Calling this method should create a new list of
parameters and is calledprefix - ends with a dot if not empty.jobConf - configuration used for retrieving valuesinvoking method,
invoking methodvoid configure(org.apache.hadoop.conf.Configuration config)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.