Uses of Interface
org.archive.hcc.client.Crawler

Packages that use Crawler
org.archive.hcc.client   
 

Uses of Crawler in org.archive.hcc.client
 

Classes in org.archive.hcc.client that implement Crawler
 class CrawlerImpl
           
 

Methods in org.archive.hcc.client that return Crawler
 Crawler ClusterControllerClient.createCrawler()
          Creates a new instance of the crawler.
 Crawler ClusterControllerClientImpl.createCrawler()
           
 Crawler ClusterControllerClient.findCrawlJobParent(java.lang.String uid, java.net.InetSocketAddress address)
          Returns the matching crawler.
 Crawler ClusterControllerClientImpl.findCrawlJobParent(java.lang.String uid, java.net.InetSocketAddress address)
           
 Crawler CrawlJobBase.getMother()
           
 Crawler CrawlJob.getMother()
           
 Crawler CurrentCrawlJobImpl.getMother()
           
 

Methods in org.archive.hcc.client that return types with arguments of type Crawler
 java.util.Collection<Crawler> ClusterControllerClient.listCrawlers()
          Lists all the crawler instances in the cluster.
 java.util.Collection<Crawler> ClusterControllerClientImpl.listCrawlers()
           
 

Methods in org.archive.hcc.client with parameters of type Crawler
 void CrawlerLifecycleListener.crawlerCreated(Crawler c)
           
 void CrawlerLifecycleListener.crawlerDestroyed(Crawler c)
           
 CurrentCrawlJob ClusterControllerClient.getCurrentCrawlJob(Crawler crawler)
          Returns the current job running on the specified crawler.
 CurrentCrawlJob ClusterControllerClientImpl.getCurrentCrawlJob(Crawler crawler)
           
 



Copyright © 2005-2008 The Internet Archive. All Rights Reserved.