Uses of Interface
com.norconex.crawler.core.cluster.pipeline.Step
Packages that use Step
Package
Description
-
Uses of Step in com.norconex.crawler.core.cluster.impl.hazelcast.pipeline
Methods in com.norconex.crawler.core.cluster.impl.hazelcast.pipeline that return StepModifier and TypeMethodDescriptionPipelineCoordinatorState.getCurrentStep()PipelineWorkerState.getCurrentStep()Methods in com.norconex.crawler.core.cluster.impl.hazelcast.pipeline with parameters of type StepModifier and TypeMethodDescriptionvoidPipelineCoordinatorState.setRunningStep(@NonNull Step step) -
Uses of Step in com.norconex.crawler.core.cluster.pipeline
Classes in com.norconex.crawler.core.cluster.pipeline that implement StepMethods in com.norconex.crawler.core.cluster.pipeline that return StepMethods in com.norconex.crawler.core.cluster.pipeline that return types with arguments of type StepMethods in com.norconex.crawler.core.cluster.pipeline with parameters of type StepConstructor parameters in com.norconex.crawler.core.cluster.pipeline with type arguments of type Step -
Uses of Step in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue
Classes in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue that implement Step -
Uses of Step in com.norconex.crawler.core.cmd.crawl.pipeline.orphans
Classes in com.norconex.crawler.core.cmd.crawl.pipeline.orphans that implement StepModifier and TypeClassDescriptionclassQueue orphans for deletion.classQueue orphans for processing. -
Uses of Step in com.norconex.crawler.core.cmd.crawl.pipeline.process
Classes in com.norconex.crawler.core.cmd.crawl.pipeline.process that implement StepModifier and TypeClassDescriptionclassMain crawler task, getting references from the crawl queue, fetch them, and process them until the queue is empty.