Uses of Class
org.apache.nutch.mapReduce.FileSplit

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

Uses of FileSplit in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return FileSplit
 FileSplit MapTask.getSplit()
           
 FileSplit[] InputFormatBase.getSplits(NutchFileSystem fs, JobConf job, int numSplits)
          Splits files returned by {#listFiles(NutchFileSystem,JobConf) when they're too big.
 FileSplit[] InputFormat.getSplits(NutchFileSystem fs, JobConf job, int numSplits)
          Splits a set of input files.
 

Methods in org.apache.nutch.mapReduce with parameters of type FileSplit
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)
           
 

Constructors in org.apache.nutch.mapReduce with parameters of type FileSplit
MapTask(String jobFile, String taskId, FileSplit split)
           
 



Copyright © 2006 The Apache Software Foundation