Uses of Enum Class
com.norconex.crawler.core.fetch.FetchDirective
Packages that use FetchDirective
Package
Description
-
Uses of FetchDirective in com.norconex.crawler.core.doc.pipelines.importer
Methods in com.norconex.crawler.core.doc.pipelines.importer with parameters of type FetchDirectiveModifier and TypeMethodDescriptionbooleanImporterPipelineContext.isFetchDirectiveEnabled(FetchDirective directive) Whether a fetch directive has been enabled according to configuration.booleanImporterPipelineContext.isMetadataDirectiveExecuted(FetchDirective currentDirective) Whether a metadata fetch request was performed already. -
Uses of FetchDirective in com.norconex.crawler.core.doc.pipelines.importer.stages
Methods in com.norconex.crawler.core.doc.pipelines.importer.stages that return FetchDirectiveConstructors in com.norconex.crawler.core.doc.pipelines.importer.stages with parameters of type FetchDirectiveModifierConstructorDescriptionprotectedAbstractImporterStage(FetchDirective fetchDirective) MetadataChecksumStage(@NonNull FetchDirective fetchDirective) MetadataDedupStage(@NonNull FetchDirective fetchDirective) MetadataFiltersStage(@NonNull FetchDirective fetchDirective) -
Uses of FetchDirective in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch that return FetchDirectiveModifier and TypeMethodDescriptionstatic FetchDirectiveReturns the enum constant of this class with the specified name.static FetchDirective[]FetchDirective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.core.fetch with parameters of type FetchDirectiveModifier and TypeMethodDescriptionbooleanFetchDirective.is(FetchDirective fetchDirective) static booleanFetchUtil.shouldContinueOnBadStatus(@NonNull CrawlerContext crawler, ProcessingOutcome originalOutcome, @NonNull FetchDirective fetchDirective) -
Uses of FetchDirective in com.norconex.crawler.fs.doc.pipelines.importer.stages
Constructors in com.norconex.crawler.fs.doc.pipelines.importer.stages with parameters of type FetchDirectiveModifierConstructorDescriptionFileFetchStage(@NonNull FetchDirective directive) FolderPathsExtractorStage(FetchDirective fetchDirective) -
Uses of FetchDirective in com.norconex.crawler.fs.fetch
Methods in com.norconex.crawler.fs.fetch that return FetchDirectiveConstructors in com.norconex.crawler.fs.fetch with parameters of type FetchDirective -
Uses of FetchDirective in com.norconex.crawler.web.doc.pipelines.importer.stages
Constructors in com.norconex.crawler.web.doc.pipelines.importer.stages with parameters of type FetchDirectiveModifierConstructorDescriptionCanonicalStage(@NonNull FetchDirective directive) HttpFetchStage(@NonNull FetchDirective fetchDirective)