Uses of Interface
org.archive.crawler.datamodel.CrawlSubstats.HasCrawlSubstats

Packages that use CrawlSubstats.HasCrawlSubstats
org.archive.crawler.datamodel   
org.archive.crawler.framework   
org.archive.crawler.frontier   
org.archive.crawler.prefetch   
 

Uses of CrawlSubstats.HasCrawlSubstats in org.archive.crawler.datamodel
 

Classes in org.archive.crawler.datamodel that implement CrawlSubstats.HasCrawlSubstats
 class CrawlHost
          Represents a single remote "host".
 class CrawlServer
          Represents a single remote "server".
 

Uses of CrawlSubstats.HasCrawlSubstats in org.archive.crawler.framework
 

Subinterfaces of CrawlSubstats.HasCrawlSubstats in org.archive.crawler.framework
static interface Frontier.FrontierGroup
          Generic interface representing the internal groupings of a Frontier's URIs -- usually queues.
 

Uses of CrawlSubstats.HasCrawlSubstats in org.archive.crawler.frontier
 

Classes in org.archive.crawler.frontier that implement CrawlSubstats.HasCrawlSubstats
 class AdaptiveRevisitHostQueue
          A priority based queue of CrawlURIs.
 class BdbWorkQueue
          One independent queue of items with the same 'classKey' (eg host).
 class WorkQueue
          A single queue of related URIs to visit, grouped by a classKey (typically "hostname:port" or similar)
 

Uses of CrawlSubstats.HasCrawlSubstats in org.archive.crawler.prefetch
 

Methods in org.archive.crawler.prefetch with parameters of type CrawlSubstats.HasCrawlSubstats
protected  boolean QuotaEnforcer.checkQuotas(CrawlURI curi, CrawlSubstats.HasCrawlSubstats hasStats, int CAT)
          Check all quotas for the given substats and category (server, host, or group).
 



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