org.apache.nutch.fetcher
Class Fetcher.InputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.InputFormatBase
      extended by org.apache.hadoop.mapred.SequenceFileInputFormat
          extended by org.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
 InputSplit[] getSplits(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
isSplitable, setMinSplitSize, validateInput
 
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 InputSplit[] getSplits(JobConf job,
                              int nSplits)
                       throws IOException
Don't split inputs, to keep things polite.

Specified by:
getSplits in interface InputFormat
Overrides:
getSplits in class InputFormatBase
Throws:
IOException


Copyright © 2006 The Apache Software Foundation