Uses of Enum Class
com.norconex.crawler.core.session.CrawlerResumeState
Packages that use CrawlerResumeState
-
Uses of CrawlerResumeState in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerResumeStateModifier and TypeMethodDescriptionCrawlerRunInfo.getCrawlResumeState()Whether we are starting a new crawl session or resuming a previous one.static CrawlerResumeStateReturns the enum constant of this class with the specified name.static CrawlerResumeState[]CrawlerResumeState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.core.session with parameters of type CrawlerResumeStateModifier and TypeMethodDescriptionCrawlerRunInfo.CrawlerRunInfoBuilder.crawlResumeState(CrawlerResumeState crawlResumeState) Whether we are starting a new crawl session or resuming a previous one.