org.apache.mahout.common.parameters
Class PathParameter

java.lang.Object
  extended by org.apache.mahout.common.parameters.AbstractParameter<org.apache.hadoop.fs.Path>
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.mahout.common.parameters.Parametered
Parametered.ParameteredGeneralizations
 
Field Summary
 
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)
           
 
Method Summary
 void setStringValue(String stringValue)
           
 
Methods inherited from class org.apache.mahout.common.parameters.AbstractParameter
configure, createParameters, defaultValue, description, get, getParameters, getStringValue, name, prefix, set, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathParameter

public PathParameter(String prefix,
                     String name,
                     org.apache.hadoop.conf.Configuration jobConf,
                     org.apache.hadoop.fs.Path defaultValue,
                     String description)
Method Detail

setStringValue

public void setStringValue(String stringValue)
Parameters:
stringValue - value string representation


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.