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

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

Packages that use ReduceDriverBase
org.apache.hadoop.mrunit
 

Uses of ReduceDriverBase in org.apache.hadoop.mrunit
 

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

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



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