Class CrawlerRunInfo
java.lang.Object
com.norconex.crawler.core.session.CrawlerRunInfo
Details on the current crawl run.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanStable identity of a crawler.The mode used to crawl web sites.Whether we are starting a new crawl session or resuming a previous one.Unique identifier for each time the crawler starts (until termination).Full life-cycle identifier for a single crawl.inthashCode()toString()
-
Method Details
-
builder
-
getCrawlerId
Stable identity of a crawler. Usually configuration-driven. -
getCrawlSessionId
Full life-cycle identifier for a single crawl. Represents the crawl session, spans multiple cluster restarts/resumes. -
getCrawlRunId
Unique identifier for each time the crawler starts (until termination). When run on a cluster, it is also an ephemeral cluster instance identifier. -
getCrawlMode
The mode used to crawl web sites. For any given crawler, a fresh crawl is always aCrawlerMode.FULLcrawl while subsequent crawls are usually consideredCrawlerMode.INCREMENTALcrawls. -
getCrawlResumeState
Whether we are starting a new crawl session or resuming a previous one. -
equals
-
hashCode
public int hashCode() -
toString
-