This project has retired. For details please refer to its Attic page.

Uses of Class
org.apache.hadoop.mrunit.MapDriver

Packages that use MapDriver
org.apache.hadoop.mrunit
 

Uses of MapDriver in org.apache.hadoop.mrunit
 

Methods in org.apache.hadoop.mrunit that return MapDriver
static
<K1,V1,K2,V2>
MapDriver<K1,V1,K2,V2>
MapDriver.newMapDriver()
          Returns a new MapDriver without having to specify the generic types on the right hand side of the object create statement.
static
<K1,V1,K2,V2>
MapDriver<K1,V1,K2,V2>
MapDriver.newMapDriver(org.apache.hadoop.mapred.Mapper<K1,V1,K2,V2> mapper)
          Returns a new MapDriver without having to specify the generic types on the right hand side of the object create statement.
 MapDriver<K1,V1,K2,V2> MapDriver.withCounters(org.apache.hadoop.mapred.Counters ctrs)
          Sets the counters to use and returns self for fluent style
 MapDriver<K1,V1,K2,V2> MapDriver.withMapper(org.apache.hadoop.mapred.Mapper<K1,V1,K2,V2> m)
          Sets the Mapper instance to use and returns self for fluent style
 MapDriver<K1,V1,K2,V2> MapDriver.withOutputFormat(Class<? extends org.apache.hadoop.mapred.OutputFormat> outputFormatClass, Class<? extends org.apache.hadoop.mapred.InputFormat> inputFormatClass)
          Configure Mapper to output with a real OutputFormat.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.