org.supermind.crawl
Class FIFOFetchList

java.lang.Object
  extended by org.supermind.crawl.FIFOFetchList

public class FIFOFetchList
extends java.lang.Object


Constructor Summary
FIFOFetchList(CrawlSeedSource crawlSource)
           
 
Method Summary
 ScheduledURL next()
           
 void queue(int seedIdx, long parentId, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOFetchList

public FIFOFetchList(CrawlSeedSource crawlSource)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

next

public ScheduledURL next()

queue

public void queue(int seedIdx,
                  long parentId,
                  java.net.URL url)