Uses of Class
org.archive.crawler.frontier.CostAssignmentPolicy

Packages that use CostAssignmentPolicy
org.archive.crawler.frontier   
 

Uses of CostAssignmentPolicy in org.archive.crawler.frontier
 

Subclasses of CostAssignmentPolicy in org.archive.crawler.frontier
 class AntiCalendarCostAssignmentPolicy
          CostAssignmentPolicy that further penalizes URIs with calendar-suggestive strings in them, with an extra unit of cost.
 class UnitCostAssignmentPolicy
          A CostAssignment policy that uses a constant value of 1 for all CrawlURIs.
 class WagCostAssignmentPolicy
          A CostAssignmentPolicy based on some wild guesses of kinds of URIs that should be deferred into the (potentially never-crawled) future.
 class ZeroCostAssignmentPolicy
          CostAssignmentPolicy considering all URIs costless -- essentially disabling budgetting features.
 



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