Uses of Class
org.archive.crawler.datamodel.CrawlSubstats.Stage

Packages that use CrawlSubstats.Stage
org.archive.crawler.datamodel   
org.archive.crawler.frontier   
 

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

Methods in org.archive.crawler.datamodel that return CrawlSubstats.Stage
static CrawlSubstats.Stage CrawlSubstats.Stage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CrawlSubstats.Stage[] CrawlSubstats.Stage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.archive.crawler.datamodel with parameters of type CrawlSubstats.Stage
 void CrawlSubstats.tally(CrawlURI curi, CrawlSubstats.Stage stage)
          Examing the CrawlURI and based on its status and internal values, update tallies.
 

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

Methods in org.archive.crawler.frontier with parameters of type CrawlSubstats.Stage
protected  void AbstractFrontier.tally(CrawlURI curi, CrawlSubstats.Stage stage)
          Report CrawlURI to each of the three 'substats' accumulators (group/queue, server, host) for a given stage.
 



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