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

Packages that use MapDriverBase
org.apache.hadoop.mrunit
 

Uses of MapDriverBase in org.apache.hadoop.mrunit
 

Classes in org.apache.hadoop.mrunit with type parameters of type MapDriverBase
 class MapDriverBase<K1,V1,K2,V2,T extends MapDriverBase<K1,V1,K2,V2,T>>
          Harness that allows you to test a Mapper instance.
 

Subclasses of MapDriverBase in org.apache.hadoop.mrunit
 class MapDriver<K1,V1,K2,V2>
          Harness that allows you to test a Mapper instance.
 



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