Uses of Interface
org.archive.crawler.event.CrawlStatusListener

Packages that use CrawlStatusListener
org.archive.crawler Introduction to Heritrix. 
org.archive.crawler.admin Contains classes that the web UI uses to monitor and control crawls. 
org.archive.crawler.fetcher   
org.archive.crawler.framework   
org.archive.crawler.frontier   
org.archive.crawler.processor.recrawl   
org.archive.crawler.selftest Provides the client-side aspect of the heritrix integration self test. 
org.archive.crawler.writer   
 

Uses of CrawlStatusListener in org.archive.crawler
 

Methods in org.archive.crawler with parameters of type CrawlStatusListener
protected  java.lang.String Heritrix.doOneCrawl(java.lang.String crawlOrderFile, CrawlStatusListener listener)
          Launch the crawler without a web UI and run passed crawl only.
 

Uses of CrawlStatusListener in org.archive.crawler.admin
 

Classes in org.archive.crawler.admin that implement CrawlStatusListener
 class CrawlJob
          A CrawlJob encapsulates a 'crawl order' with any and all information and methods needed by a CrawlJobHandler to accept and execute them.
 class CrawlJobHandler
          This class manages CrawlJobs.
 class StatisticsTracker
          This is an implementation of the AbstractTracker.
 

Uses of CrawlStatusListener in org.archive.crawler.fetcher
 

Classes in org.archive.crawler.fetcher that implement CrawlStatusListener
 class FetchHTTP
          HTTP fetcher that uses Apache Jakarta Commons HttpClient library.
 

Uses of CrawlStatusListener in org.archive.crawler.framework
 

Classes in org.archive.crawler.framework that implement CrawlStatusListener
 class AbstractTracker
          A partial implementation of the StatisticsTracking interface.
 class WriterPoolProcessor
          Abstract implementation of a file pool processor.
 

Methods in org.archive.crawler.framework with parameters of type CrawlStatusListener
 void CrawlController.addCrawlStatusListener(CrawlStatusListener cl)
          Register for CrawlStatus events.
 

Uses of CrawlStatusListener in org.archive.crawler.frontier
 

Classes in org.archive.crawler.frontier that implement CrawlStatusListener
 class AbstractFrontier
          Shared facilities for Frontier implementations.
 class AdaptiveRevisitFrontier
          A Frontier that will repeatedly visit all encountered URIs.
 class BdbFrontier
          A Frontier using several BerkeleyDB JE Databases to hold its record of known hosts (queues), and pending URIs.
 class DomainSensitiveFrontier
          Deprecated. As of release 1.10.0. Replaced by BdbFrontier and QuotaEnforcer.
 class WorkQueueFrontier
          A common Frontier base using several queues to hold pending URIs.
 

Uses of CrawlStatusListener in org.archive.crawler.processor.recrawl
 

Classes in org.archive.crawler.processor.recrawl that implement CrawlStatusListener
 class PersistLogProcessor
          Log CrawlURI attributes from latest fetch for consultation by a later recrawl.
 class PersistStoreProcessor
          Store CrawlURI attributes from latest fetch to persistent storage for consultation by a later recrawl.
 

Uses of CrawlStatusListener in org.archive.crawler.selftest
 

Classes in org.archive.crawler.selftest that implement CrawlStatusListener
 class SelfTestCrawlJobHandler
          An override to gain access to end-of-crawljob message.
 

Uses of CrawlStatusListener in org.archive.crawler.writer
 

Classes in org.archive.crawler.writer that implement CrawlStatusListener
 class ARCWriterProcessor
          Processor module for writing the results of successful fetches (and perhaps someday, certain kinds of network failures) to the Internet Archive ARC file format.
 class WARCWriterProcessor
          WARCWriterProcessor.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.