Uses of Class
com.norconex.crawler.core.cluster.pipeline.Pipeline
Packages that use Pipeline
Package
Description
-
Uses of Pipeline in com.norconex.crawler.core.cluster.impl.hazelcast
Methods in com.norconex.crawler.core.cluster.impl.hazelcast with parameters of type PipelineModifier and TypeMethodDescriptionstatic StepRecordHazelcastUtil.currentPipelineStepRecordOrFirst(HazelcastCluster cluster, Pipeline pipeline) static booleanHazelcastUtil.isPipelineTerminated(Pipeline pipeline, StepRecord stepRecord, boolean stopRequested) Whether a pipeline should be considered "terminated", either by completing all steps (success), or having a non-COMPLETED terminal status on any of the steps (aborting the pipeline), or, having a completed step when stopping was requested.static StringCacheKeys.pipelineKey(@NonNull HazelcastCluster cluster, @NonNull Pipeline pipeline) static StringCacheKeys.pipelineWorkerKeyPrefix(@NonNull HazelcastCluster cluster, @NonNull Pipeline pipeline) The worker key without the node information, constructed as:static StringCacheKeys.pipelineWorkerNodeKey(@NonNull HazelcastCluster cluster, @NonNull Pipeline pipeline) -
Uses of Pipeline in com.norconex.crawler.core.cluster.impl.hazelcast.pipeline
Methods in com.norconex.crawler.core.cluster.impl.hazelcast.pipeline with parameters of type PipelineModifier and TypeMethodDescriptionHazelcastPipelineManager.executePipeline(@NonNull Pipeline pipeline) Constructors in com.norconex.crawler.core.cluster.impl.hazelcast.pipeline with parameters of type PipelineModifierConstructorDescriptionPipelineCoordinator(HazelcastCluster cluster, Pipeline pipeline) PipelineCoordinatorState(HazelcastCluster cluster, Pipeline pipeline) PipelineExecution(HazelcastCluster cluster, Pipeline pipeline) PipelineTerminationTracker(HazelcastCluster cluster, Pipeline pipeline, PipelineWorkerState state) PipelineWorker(@NonNull HazelcastCluster cluster, @NonNull Pipeline pipeline) PipelineWorkerState(@NonNull HazelcastCluster cluster, @NonNull Pipeline pipeline, @NonNull Consumer<StepRecord> onNewStepRun) -
Uses of Pipeline in com.norconex.crawler.core.cluster.impl.memory
Methods in com.norconex.crawler.core.cluster.impl.memory with parameters of type Pipeline -
Uses of Pipeline in com.norconex.crawler.core.cluster.pipeline
Methods in com.norconex.crawler.core.cluster.pipeline with parameters of type PipelineModifier and TypeMethodDescriptionPipelineManager.executePipeline(Pipeline pipeline) Executes a pipeline. -
Uses of Pipeline in com.norconex.crawler.core.cmd.crawl.pipeline
Methods in com.norconex.crawler.core.cmd.crawl.pipeline that return PipelineModifier and TypeMethodDescriptionCrawlerPipelineFactory.create(CrawlerSession session) Create a crawler pipelineDefaultCrawlPipelineFactory.create(CrawlerSession session)