Uses of Enum Class
com.norconex.crawler.core.session.CrawlerState
Packages that use CrawlerState
-
Uses of CrawlerState in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerStateModifier and TypeMethodDescriptionCrawlerSession.getCrawlState()CrawlerSession.State.getCrawlState()CrawlerStateStore.getCrawlState()Returns the current crawl state, reading fresh from the distributed cache each call.static CrawlerStateReturns the enum constant of this class with the specified name.static CrawlerState[]CrawlerState.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 CrawlerStateModifier and TypeMethodDescriptionCrawlerSession.State.setCrawlState(CrawlerState crawlState) voidCrawlerSession.updateCrawlState(CrawlerState state) voidCrawlerStateStore.updateCrawlState(CrawlerState state) Updates the crawl state in the distributed cache with a new timestamp.