Uses of Class
xsmeral.semnet.crawler.model.HostDescriptor

Packages that use HostDescriptor
xsmeral.semnet.crawler Core classes of the crawler - the crawler/processor itself, host manager, URL manager, DB layer 
xsmeral.semnet.crawler.model Data containers used by the crawler - host and entity descriptors, entity document, URL entry 
 

Uses of HostDescriptor in xsmeral.semnet.crawler
 

Methods in xsmeral.semnet.crawler that return HostDescriptor
 HostDescriptor HostManager.getHostDescriptor(int id)
          Returns descriptor of the host associated with the given ID or null if the ID is not mapped to any managed host.
 

Methods in xsmeral.semnet.crawler that return types with arguments of type HostDescriptor
 Collection<HostDescriptor> HostManager.getDescriptors()
          Returns descriptors of the managed hosts.
 

Method parameters in xsmeral.semnet.crawler with type arguments of type HostDescriptor
 void HostManager.loadHosts(Collection<HostDescriptor> hosts)
          Initializes the manager with given set of hosts.
 

Uses of HostDescriptor in xsmeral.semnet.crawler.model
 

Methods in xsmeral.semnet.crawler.model that return HostDescriptor
 HostDescriptor EntityDescriptor.getHostDesc()
          Returns the owning HostDescriptor.
 

Methods in xsmeral.semnet.crawler.model that return types with arguments of type HostDescriptor
 Collection<HostDescriptor> CrawlerConfiguration.getHosts()
          Hosts crawled by the crawler
 

Methods in xsmeral.semnet.crawler.model with parameters of type HostDescriptor
 void EntityDescriptor.setHostDesc(HostDescriptor hostDesc)
          Sets the owning HostDescriptor.
 

Method parameters in xsmeral.semnet.crawler.model with type arguments of type HostDescriptor
 void CrawlerConfiguration.setHosts(Collection<HostDescriptor> hosts)
          Hosts crawled by the crawler
 

Constructor parameters in xsmeral.semnet.crawler.model with type arguments of type HostDescriptor
CrawlerConfiguration(Collection<HostDescriptor> hosts, RDBLayer dbLayer, int threadsPerHost, int globalCrawlDelayMinimum, boolean policyIgnored, boolean fakeReferrer)
          Initializes all fields