Uses of Class
com.norconex.crawler.core.session.CrawlerRunInfo.CrawlerRunInfoBuilder
Packages that use CrawlerRunInfo.CrawlerRunInfoBuilder
-
Uses of CrawlerRunInfo.CrawlerRunInfoBuilder in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerRunInfo.CrawlerRunInfoBuilderModifier and TypeMethodDescriptionCrawlerRunInfo.builder()Stable identity of a crawler.CrawlerRunInfo.CrawlerRunInfoBuilder.crawlMode(CrawlerMode crawlMode) The mode used to crawl web sites.CrawlerRunInfo.CrawlerRunInfoBuilder.crawlResumeState(CrawlerResumeState crawlResumeState) Whether we are starting a new crawl session or resuming a previous one.CrawlerRunInfo.CrawlerRunInfoBuilder.crawlRunId(String crawlRunId) Unique identifier for each time the crawler starts (until termination).CrawlerRunInfo.CrawlerRunInfoBuilder.crawlSessionId(String crawlSessionId) Full life-cycle identifier for a single crawl.