Uses of Interface
net.nutch.mapReduce.InputFormat.Split

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

Uses of InputFormat.Split in net.nutch.mapReduce
 

Classes in net.nutch.mapReduce that implement InputFormat.Split
 class FileSplit
          An InputFormat.Split implementation for sections of files.
 

Methods in net.nutch.mapReduce that return InputFormat.Split
 InputFormat.Split[] TextInputFormat.getSplits(NutchFileSystem fs, File[] files, int numSplits)
           
 InputFormat.Split[] InputFormat.getSplits(NutchFileSystem fs, File[] files, int numSplits)
          Splits a set of input files.
 

Methods in net.nutch.mapReduce with parameters of type InputFormat.Split
 RecordReader TextInputFormat.getRecordReader(InputFormat.Split s)
           
 RecordReader InputFormat.getRecordReader(InputFormat.Split split)
          Construct a RecordReader for a InputFormat.Split.
 



Copyright © 2005 The Nutch Organization.