Uses of Interface
org.archive.crawler.frontier.AdaptiveRevisitAttributeConstants

Packages that use AdaptiveRevisitAttributeConstants
org.archive.crawler.extractor   
org.archive.crawler.filter   
org.archive.crawler.frontier   
org.archive.crawler.postprocessor   
 

Uses of AdaptiveRevisitAttributeConstants in org.archive.crawler.extractor
 

Classes in org.archive.crawler.extractor that implement AdaptiveRevisitAttributeConstants
 class ChangeEvaluator
          This processor compares the CrawlURI's current content digest with the one from a previous crawl.
 

Uses of AdaptiveRevisitAttributeConstants in org.archive.crawler.filter
 

Classes in org.archive.crawler.filter that implement AdaptiveRevisitAttributeConstants
 class HTTPMidFetchUnchangedFilter
          A mid fetch filter for HTTP fetcher processors.
 

Uses of AdaptiveRevisitAttributeConstants in org.archive.crawler.frontier
 

Classes in org.archive.crawler.frontier that implement AdaptiveRevisitAttributeConstants
 class AdaptiveRevisitFrontier
          A Frontier that will repeatedly visit all encountered URIs.
 class AdaptiveRevisitHostQueue
          A priority based queue of CrawlURIs.
 

Uses of AdaptiveRevisitAttributeConstants in org.archive.crawler.postprocessor
 

Classes in org.archive.crawler.postprocessor that implement AdaptiveRevisitAttributeConstants
 class AcceptRevisitProcessor
          Set a URI to be revisited by the ARFrontier.
 class ContentBasedWaitEvaluator
          A WaitEvaluator that compares the CrawlURIs content type to a configurable regular expression.
 class ImageWaitEvaluator
          A specialized ContentBasedWaitEvaluator.
 class RejectRevisitProcessor
          Set a URI to not be revisited by the ARFrontier.
 class TextWaitEvaluator
          A specialized ContentBasedWaitEvaluator.
 class WaitEvaluator
          A processor that determines when a URI should be revisited next.
 



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