org.apache.mahout.common.parameters
Class PathParameter
java.lang.Object
org.apache.mahout.common.parameters.AbstractParameter<org.apache.hadoop.fs.Path>
org.apache.mahout.common.parameters.PathParameter
- All Implemented Interfaces:
- Parameter<org.apache.hadoop.fs.Path>, Parametered
public class PathParameter
- extends AbstractParameter<org.apache.hadoop.fs.Path>
Fields inherited from interface org.apache.mahout.common.parameters.Parametered |
log |
Constructor Summary |
PathParameter(String prefix,
String name,
org.apache.hadoop.conf.Configuration jobConf,
org.apache.hadoop.fs.Path defaultValue,
String description)
|
Methods inherited from class org.apache.mahout.common.parameters.AbstractParameter |
configure, createParameters, defaultValue, description, get, getParameters, getStringValue, name, prefix, set, toString, type |
PathParameter
public PathParameter(String prefix,
String name,
org.apache.hadoop.conf.Configuration jobConf,
org.apache.hadoop.fs.Path defaultValue,
String description)
setStringValue
public void setStringValue(String stringValue)
- Parameters:
stringValue
- value string representation
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.