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

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

Uses of RecordReader in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return RecordReader
abstract  RecordReader InputFormatBase.getRecordReader(NutchFileSystem fs, FileSplit split, JobConf job)
           
 RecordReader TextInputFormat.getRecordReader(NutchFileSystem fs, FileSplit split, JobConf job)
           
 RecordReader InputFormat.getRecordReader(NutchFileSystem fs, FileSplit split, JobConf job)
          Construct a RecordReader for a FileSplit.
 RecordReader SequenceFileInputFormat.getRecordReader(NutchFileSystem fs, FileSplit split, JobConf job)
           
 



Copyright © 2006 The Apache Software Foundation