Uses of Enum Class
com.norconex.crawler.core.ledger.ProcessingStatus
Packages that use ProcessingStatus
-
Uses of ProcessingStatus in com.norconex.crawler.core.ledger
Methods in com.norconex.crawler.core.ledger that return ProcessingStatusModifier and TypeMethodDescription@NonNull ProcessingStatusCrawlerEntry.getProcessingStatus()CrawlerEntryLedger.getProcessingStatus(String ref) Gets a reference processing status.static ProcessingStatusstatic ProcessingStatusReturns the enum constant of this class with the specified name.static ProcessingStatus[]ProcessingStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.core.ledger with parameters of type ProcessingStatusModifier and TypeMethodDescriptionlongCrawlerEntryLedger.countByStatus(ProcessingStatus status) Counts entries with the given processing status.voidCrawlerEntryLedger.deleteByStatus(ProcessingStatus status) Deletes all entries with the given processing status.CrawlerEntryLedger.getEntriesByStatus(ProcessingStatus status) Gets all entries matching the given processing status.booleanProcessingStatus.is(ProcessingStatus processingStage) voidCrawlerEntry.setProcessingStatus(@NonNull ProcessingStatus processingStatus)