Uses of Class
com.norconex.crawler.core.context.CrawlerContext
Packages that use CrawlerContext
Package
Description
-
Uses of CrawlerContext in com.norconex.crawler.core.cluster.pipeline
Methods in com.norconex.crawler.core.cluster.pipeline with parameters of type CrawlerContextModifier and TypeMethodDescriptionstatic voidPipelineProgressJMX.register(CrawlerContext ctx, PipelineManager manager, String pipelineId) static voidPipelineProgressJMX.unregister(CrawlerContext ctx) -
Uses of CrawlerContext in com.norconex.crawler.core.cmd.crawl
Constructors in com.norconex.crawler.core.cmd.crawl with parameters of type CrawlerContextModifierConstructorDescriptionCrawlerProgressLogger(CrawlerContext ctx, Supplier<PipelineProgress> pipelineProgressSupplier) -
Uses of CrawlerContext in com.norconex.crawler.core.context
Methods in com.norconex.crawler.core.context that return CrawlerContext -
Uses of CrawlerContext in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch with parameters of type CrawlerContextModifier and TypeMethodDescriptionstatic booleanFetchUtil.shouldContinueOnBadStatus(@NonNull CrawlerContext crawler, ProcessingOutcome originalOutcome, @NonNull FetchDirective fetchDirective) -
Uses of CrawlerContext in com.norconex.crawler.core.metrics
Methods in com.norconex.crawler.core.metrics with parameters of type CrawlerContextModifier and TypeMethodDescriptionstatic voidCrawlerMetricsJMX.register(CrawlerContext crawlContext) static voidCrawlerMetricsJMX.unregister(CrawlerContext crawlContext) -
Uses of CrawlerContext in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerContext -
Uses of CrawlerContext in com.norconex.crawler.web.util
Methods in com.norconex.crawler.web.util with parameters of type CrawlerContextModifier and TypeMethodDescriptionstatic WebCrawlerConfigWeb.config(CrawlerContext crawlContext) static RobotsTxtWeb.robotsTxt(CrawlerContext crawler, String reference)