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  ObjectIdentityCache<java.lang.String,CrawlServer> ServerCache.servers
          hostname[:port] -> CrawlServer.
 

Methods in org.archive.crawler.datamodel that return CrawlServer
 CrawlServer ServerCache.getServerFor(CandidateURI cauri)
          Get the CrawlServer associated with curi.
 CrawlServer ServerCache.getServerFor(java.lang.String serverKey)
          Get the CrawlServer associated with name, creating if necessary.
 

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-2011 Internet Archive. All Rights Reserved.