Uses of Class
org.archive.crawler.datamodel.CrawlServer

Packages that use CrawlServer
org.archive.crawler.datamodel   
org.archive.crawler.frontier   
 

Uses of CrawlServer in org.archive.crawler.datamodel
 

Fields in org.archive.crawler.datamodel with type parameters of type CrawlServer
protected  java.util.Map<java.lang.String,CrawlServer> ServerCache.servers
          hostname[:port] -> CrawlServer.
 

Methods in org.archive.crawler.datamodel that return CrawlServer
protected  CrawlServer ServerCache.createServerFor(java.lang.String s)
           
 CrawlServer ServerCache.getServerFor(CandidateURI cauri)
          Get the CrawlServer associated with curi.
 CrawlServer ServerCache.getServerFor(java.lang.String serverKey)
          Get the CrawlServer associated with name.
 

Uses of CrawlServer in org.archive.crawler.frontier
 

Methods in org.archive.crawler.frontier that return CrawlServer
protected  CrawlServer AbstractFrontier.getServer(CrawlURI curi)
           
protected  CrawlServer AdaptiveRevisitFrontier.getServer(CrawlURI curi)
           
 



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