Uses of Interface
org.archive.crawler.framework.Frontier

Packages that use Frontier
org.archive.crawler.framework   
org.archive.crawler.frontier   
 

Uses of Frontier in org.archive.crawler.framework
 

Methods in org.archive.crawler.framework that return Frontier
 Frontier CrawlController.getFrontier()
           
 

Uses of Frontier in org.archive.crawler.frontier
 

Classes in org.archive.crawler.frontier that implement Frontier
 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.
 



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