- java.lang.Object
-
- com.pervasive.datarush.hadoop.HadoopConfiguration
-
public final class HadoopConfiguration extends Object
Just a map of key/value properties
-
-
Constructor Summary
Constructors Constructor Description HadoopConfiguration()HadoopConfiguration(HadoopConfiguration other)HadoopConfiguration(Map<String,String> mapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getMapping()voidput(String key, String val)
-
-
-
Constructor Detail
-
HadoopConfiguration
public HadoopConfiguration()
-
HadoopConfiguration
public HadoopConfiguration(HadoopConfiguration other)
-
-