Uses of Package
net.nutch.mapReduce

Packages that use net.nutch.mapReduce
net.nutch.mapReduce A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Classes in net.nutch.mapReduce used by net.nutch.mapReduce
InputFormat
          An input data format.
InputFormat.Split
          A section of an input file.
Mapper
          Maps input key/value pairs to a set of intermediate key/value pairs.
OutputCollector
          Passed to Mapper and Reducer implementations to collect output data.
Partitioner
          Partitions the key space.
RecordReader
          Reads key/value pairs from an input file InputFormat.Split.
RecordWriter
          Writes key/value pairs to an output file.
Reducer
          Reduces a set of intermediate values which share a key to a smaller set of values.
 



Copyright © 2005 The Nutch Organization.