org.apache.nutch.fetcher
Class Fetcher2.InputFormat
java.lang.Object
org.apache.hadoop.mapred.InputFormatBase
org.apache.hadoop.mapred.SequenceFileInputFormat
org.apache.nutch.fetcher.Fetcher2.InputFormat
- All Implemented Interfaces:
- InputFormat
- Enclosing class:
- Fetcher2
public static class Fetcher2.InputFormat
- extends SequenceFileInputFormat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fetcher2.InputFormat
public Fetcher2.InputFormat()
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