Class CrawlerRunInfoResolver
java.lang.Object
com.norconex.crawler.core.session.CrawlerRunInfoResolver
Establishes the current crawl run information specific to this run.
Given its immutable nature, it should be resolved when a session starts
(node joining a cluster).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CrawlerRunInforesolve(CrawlerSession session) Resolve the current crawl run info
-
Field Details
-
CRAWL_RUN_ID_KEY
- See Also:
-
CRAWL_RUN_INFO_KEY
- See Also:
-
-
Method Details
-
resolve
Resolve the current crawl run info- Parameters:
session- crawl session for which we get the run info- Returns:
- crawl run info
-