Uses of Class
com.norconex.crawler.core.session.CrawlerAttributes
Packages that use CrawlerAttributes
-
Uses of CrawlerAttributes in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerAttributesModifier and TypeMethodDescriptionCrawlerSession.getCrawlerAttributes()CrawlerRunCoordinator.getCrawlRunAttributes()Returns the run-scoped attribute store backed by the run cache.CrawlerSession.getCrawlRunAttributes()CrawlerSession.getSessionAttributes()CrawlerStateStore.getSessionAttributes()Returns the session-scoped attribute store backed by the session cache.Constructors in com.norconex.crawler.core.session with parameters of type CrawlerAttributesModifierConstructorDescriptionCrawlerRunCoordinator(CacheMap<String> sessionCache, CacheMap<String> runCache, CrawlerAttributes crawlRunAttributes) CrawlerStateStore(CacheMap<String> sessionCache, CrawlerAttributes sessionAttributes, CrawlerAttributes runAttributes) Creates a newCrawlerStateStoreinstance.