org.apache.nutch.fetcher
Class Fetcher.InputFormat

java.lang.Object
  extended byorg.apache.hadoop.mapred.InputFormatBase
      extended byorg.apache.hadoop.mapred.SequenceFileInputFormat
          extended byorg.apache.nutch.fetcher.Fetcher.InputFormat
All Implemented Interfaces:
InputFormat
Enclosing class:
Fetcher

public static class Fetcher.InputFormat
extends SequenceFileInputFormat


Field Summary
 
Fields inherited from class org.apache.hadoop.mapred.InputFormatBase
LOG
 
Constructor Summary
Fetcher.InputFormat()
           
 
Method Summary
 FileSplit[] getSplits(FileSystem fs, JobConf job, int nSplits)
          Don't split inputs, to keep things polite.
 
Methods inherited from class org.apache.hadoop.mapred.SequenceFileInputFormat
getRecordReader, listPaths
 
Methods inherited from class org.apache.hadoop.mapred.InputFormatBase
areValidInputDirectories, listFiles, setMinSplitSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fetcher.InputFormat

public Fetcher.InputFormat()
Method Detail

getSplits

public FileSplit[] getSplits(FileSystem fs,
                             JobConf job,
                             int nSplits)
                      throws IOException
Don't split inputs, to keep things polite.

Throws:
IOException


Copyright © 2006 The Apache Software Foundation