org.apache.nutch.indexer.solr
Class SolrDeleteDuplicates.SolrInputSplit

java.lang.Object
  extended by org.apache.hadoop.mapreduce.InputSplit
      extended by org.apache.nutch.indexer.solr.SolrDeleteDuplicates.SolrInputSplit
Enclosing class:
SolrDeleteDuplicates

public static class SolrDeleteDuplicates.SolrInputSplit
extends InputSplit


Constructor Summary
SolrDeleteDuplicates.SolrInputSplit()
           
SolrDeleteDuplicates.SolrInputSplit(int docBegin, int numDocs)
           
 
Method Summary
 int getDocBegin()
           
 long getLength()
           
 String[] getLocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrDeleteDuplicates.SolrInputSplit

public SolrDeleteDuplicates.SolrInputSplit()

SolrDeleteDuplicates.SolrInputSplit

public SolrDeleteDuplicates.SolrInputSplit(int docBegin,
                                           int numDocs)
Method Detail

getDocBegin

public int getDocBegin()

getLength

public long getLength()
               throws IOException
Specified by:
getLength in class InputSplit
Throws:
IOException

getLocations

public String[] getLocations()
                      throws IOException
Specified by:
getLocations in class InputSplit
Throws:
IOException


Copyright © 2012 The Apache Software Foundation