Uses of Class
com.norconex.crawler.core.ledger.ProcessingOutcome
Packages that use ProcessingOutcome
Package
Description
-
Uses of ProcessingOutcome in com.norconex.crawler.core.doc.operations.spoil
Methods in com.norconex.crawler.core.doc.operations.spoil with parameters of type ProcessingOutcomeModifier and TypeMethodDescriptionSpoiledReferenceStrategizer.resolveSpoiledReferenceStrategy(String reference, ProcessingOutcome processingOutcome) Establish which spoiled reference strategy to adopt. -
Uses of ProcessingOutcome in com.norconex.crawler.core.doc.operations.spoil.impl
Methods in com.norconex.crawler.core.doc.operations.spoil.impl that return types with arguments of type ProcessingOutcomeMethods in com.norconex.crawler.core.doc.operations.spoil.impl with parameters of type ProcessingOutcomeModifier and TypeMethodDescriptionGenericSpoiledReferenceStrategizer.resolveSpoiledReferenceStrategy(String reference, ProcessingOutcome state) GenericSpoiledReferenceStrategizerConfig.setMapping(ProcessingOutcome state, SpoiledReferenceStrategy strategy) Method parameters in com.norconex.crawler.core.doc.operations.spoil.impl with type arguments of type ProcessingOutcomeModifier and TypeMethodDescriptionGenericSpoiledReferenceStrategizerConfig.setMappings(Map<ProcessingOutcome, SpoiledReferenceStrategy> mappings) -
Uses of ProcessingOutcome in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch that return ProcessingOutcomeModifier and TypeMethodDescriptionAggregatedFetchResponse.getProcessingOutcome()FetchResponse.getProcessingOutcome()Methods in com.norconex.crawler.core.fetch with parameters of type ProcessingOutcomeModifier and TypeMethodDescriptionMultiFetcher.UnsuccessfulResponseFactory.create(ProcessingOutcome processingOutcome, String message, Exception e) static booleanFetchUtil.shouldContinueOnBadStatus(@NonNull CrawlerContext crawler, ProcessingOutcome originalOutcome, @NonNull FetchDirective fetchDirective) -
Uses of ProcessingOutcome in com.norconex.crawler.core.ledger
Fields in com.norconex.crawler.core.ledger declared as ProcessingOutcomeModifier and TypeFieldDescriptionstatic final ProcessingOutcomeProcessingOutcome.BAD_STATUSstatic final ProcessingOutcomeProcessingOutcome.DELETEDstatic final ProcessingOutcomeProcessingOutcome.ERRORstatic final ProcessingOutcomeProcessingOutcome.MODIFIEDstatic final ProcessingOutcomeProcessingOutcome.NEWstatic final ProcessingOutcomeProcessingOutcome.NOT_FOUNDstatic final ProcessingOutcomeProcessingOutcome.PREMATUREFor collectors that support it, this state indicates a previously crawled document is not yet ready to be re-crawled.static final ProcessingOutcomeProcessingOutcome.REJECTEDstatic final ProcessingOutcomeProcessingOutcome.TOO_DEEPstatic final ProcessingOutcomeProcessingOutcome.UNMODIFIEDstatic final ProcessingOutcomeProcessingOutcome.UNSUPPORTEDTypically when a reference cannot be processed since it is not supported by the collector or one of its configured component.Methods in com.norconex.crawler.core.ledger that return ProcessingOutcomeMethods in com.norconex.crawler.core.ledger with parameters of type ProcessingOutcomeModifier and TypeMethodDescriptionstatic booleanProcessingOutcome.isGoodState(ProcessingOutcome state) Null-safe version ofisGoodState().booleanProcessingOutcome.isOneOf(ProcessingOutcome... states) voidCrawlerEntry.setProcessingOutcome(ProcessingOutcome processingOutcome) -
Uses of ProcessingOutcome in com.norconex.crawler.fs.fetch.impl
Methods in com.norconex.crawler.fs.fetch.impl that return ProcessingOutcomeModifier and TypeMethodDescriptionGenericFileFetchResponse.getProcessingOutcome()GenericFolderPathsFetchResponse.getProcessingOutcome()Methods in com.norconex.crawler.fs.fetch.impl with parameters of type ProcessingOutcomeModifier and TypeMethodDescriptionGenericFileFetchResponse.GenericFileFetchResponseBuilder.processingOutcome(ProcessingOutcome processingOutcome) GenericFolderPathsFetchResponse.GenericFolderPathsFetchResponseBuilder.processingOutcome(ProcessingOutcome processingOutcome) voidGenericFileFetchResponse.setProcessingOutcome(ProcessingOutcome processingOutcome) voidGenericFolderPathsFetchResponse.setProcessingOutcome(ProcessingOutcome processingOutcome) -
Uses of ProcessingOutcome in com.norconex.crawler.web.doc
Subclasses of ProcessingOutcome in com.norconex.crawler.web.doc -
Uses of ProcessingOutcome in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient that return ProcessingOutcomeMethods in com.norconex.crawler.web.fetch.impl.httpclient with parameters of type ProcessingOutcomeModifier and TypeMethodDescriptionHttpClientFetchResponse.HttpClientFetchResponseBuilder.processingOutcome(ProcessingOutcome processingOutcome) voidHttpClientFetchResponse.setProcessingOutcome(ProcessingOutcome processingOutcome)