Uses of Interface
xsmeral.semnet.crawler.HostMapper

Packages that use HostMapper
xsmeral.semnet.crawler Core classes of the crawler - the crawler/processor itself, host manager, URL manager, DB layer 
 

Uses of HostMapper in xsmeral.semnet.crawler
 

Classes in xsmeral.semnet.crawler that implement HostMapper
static class HostManager.Mapper
          Mapper is responsible for mapping hosts to IDs.
 

Methods in xsmeral.semnet.crawler that return HostMapper
 HostMapper HostManager.getMapper()
          Returns the mapper instance associated with this HostManager.
static HostMapper HostManager.getMapper(RDBLayer db)
          Returns a mapper instance for the specified DB.