public class OutputStoreParameterHelper extends Object implements ParameterHelper<PersistableStore>
| Constructor and Description |
|---|
OutputStoreParameterHelper() |
| Modifier and Type | Method and Description |
|---|---|
Class<PersistableStore> |
getBaseClass() |
PersistableStore |
getValue(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
PersistableStore defaultValue) |
PersistableStore |
getValue(PropertyManagement propertyManagement) |
void |
setValue(org.apache.hadoop.conf.Configuration config,
Class<?> scope,
PersistableStore value) |
void |
setValue(PropertyManagement propertyManagement,
PersistableStore value) |
public Class<PersistableStore> getBaseClass()
getBaseClass in interface ParameterHelper<PersistableStore>public void setValue(org.apache.hadoop.conf.Configuration config,
Class<?> scope,
PersistableStore value)
setValue in interface ParameterHelper<PersistableStore>public PersistableStore getValue(org.apache.hadoop.mapreduce.JobContext context, Class<?> scope, PersistableStore defaultValue)
getValue in interface ParameterHelper<PersistableStore>public PersistableStore getValue(PropertyManagement propertyManagement)
getValue in interface ParameterHelper<PersistableStore>public void setValue(PropertyManagement propertyManagement, PersistableStore value)
setValue in interface ParameterHelper<PersistableStore>Copyright © 2013–2022. All rights reserved.