Uses of Interface
org.apache.nutch.mapReduce.Reducer

Packages that use Reducer
org.apache.nutch.mapReduce.lib Library of generally useful mappers, reducers, and partitioners. 
 

Uses of Reducer in org.apache.nutch.mapReduce.lib
 

Classes in org.apache.nutch.mapReduce.lib that implement Reducer
 class IdentityReducer
          Performs no reduction, writing all input values directly to the output.
 class LongSumReducer
          A Reducer that sums long values.
 



Copyright © 2006 The Apache Software Foundation