Uses of Class
com.norconex.crawler.core.ledger.CrawlerEntry
Packages that use CrawlerEntry
Package
Description
-
Uses of CrawlerEntry in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return types with arguments of type CrawlerEntryModifier and TypeMethodDescriptionClass<? extends CrawlerEntry> CrawlerDriver.crawlEntryType()The exact type ofCrawlerEntryif your crawler is subclassing it.Method parameters in com.norconex.crawler.core with type arguments of type CrawlerEntryModifier and TypeMethodDescriptionCrawlerDriver.Builder.crawlEntryType(Class<? extends CrawlerEntry> crawlEntryType) The exact type ofCrawlerEntryif your crawler is subclassing it. -
Uses of CrawlerEntry in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue with parameters of type CrawlerEntryConstructor parameters in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue with type arguments of type CrawlerEntryModifierConstructorDescriptionQueueBootstrapContext(CrawlerSession crawlSession, Consumer<CrawlerEntry> queuer) -
Uses of CrawlerEntry in com.norconex.crawler.core.cmd.crawl.pipeline.process
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.process that return CrawlerEntry -
Uses of CrawlerEntry in com.norconex.crawler.core.context
Methods in com.norconex.crawler.core.context that return CrawlerEntryModifier and TypeMethodDescriptionCrawlerContext.createCrawlEntry(@NonNull String reference) CrawlerContext.createDocContext(@NonNull CrawlerEntry parentEntry) Methods in com.norconex.crawler.core.context that return types with arguments of type CrawlerEntryModifier and TypeMethodDescriptionClass<? extends CrawlerEntry> CrawlerContext.getCrawlEntryType()Methods in com.norconex.crawler.core.context with parameters of type CrawlerEntryModifier and TypeMethodDescriptionCrawlerContext.createDocContext(@NonNull CrawlerEntry parentEntry) Method parameters in com.norconex.crawler.core.context with type arguments of type CrawlerEntryModifier and TypeMethodDescriptionCrawlerContext.Builder.crawlEntryType(Class<? extends CrawlerEntry> crawlEntryType) -
Uses of CrawlerEntry in com.norconex.crawler.core.doc
Methods in com.norconex.crawler.core.doc that return CrawlerEntryModifier and TypeMethodDescription@NonNull CrawlerEntryCrawlerDocContext.getCurrentCrawlEntry()CrawlerDocContext.getPreviousCrawlEntry()Methods in com.norconex.crawler.core.doc with parameters of type CrawlerEntryModifier and TypeMethodDescriptionCrawlerDocContext.CrawlerDocContextBuilder.currentCrawlEntry(@NonNull CrawlerEntry currentCrawlEntry) CrawlerDocContext.CrawlerDocContextBuilder.previousCrawlEntry(CrawlerEntry previousCrawlEntry) -
Uses of CrawlerEntry in com.norconex.crawler.core.doc.pipelines
Methods in com.norconex.crawler.core.doc.pipelines with parameters of type CrawlerEntryModifier and TypeMethodDescriptionDedupService.findOrTrackDocument(CrawlerEntry crawlEntry) Finds a document with the same checksum as the one supplied (effectively being a duplicate) and return its reference.DedupService.findOrTrackMetadata(CrawlerEntry crawlEntry) Finds a document with the same checksum as the one supplied (effectively being a duplicate) and return its reference. -
Uses of CrawlerEntry in com.norconex.crawler.core.doc.pipelines.queue
Methods in com.norconex.crawler.core.doc.pipelines.queue that return CrawlerEntryConstructors in com.norconex.crawler.core.doc.pipelines.queue with parameters of type CrawlerEntryModifierConstructorDescriptionQueuePipelineContext(CrawlerSession crawlSession, CrawlerEntry crawlEntry) -
Uses of CrawlerEntry in com.norconex.crawler.core.event
Methods in com.norconex.crawler.core.event that return CrawlerEntryModifier and TypeMethodDescriptionCrawlerEvent.getCrawlEntry()Gets the document being processed associated with this event.Methods in com.norconex.crawler.core.event with parameters of type CrawlerEntryModifier and TypeMethodDescriptionCrawlerEvent.CrawlerEventBuilder.crawlEntry(CrawlerEntry crawlEntry) Gets the document being processed associated with this event. -
Uses of CrawlerEntry in com.norconex.crawler.core.ledger
Methods in com.norconex.crawler.core.ledger that return CrawlerEntryMethods in com.norconex.crawler.core.ledger that return types with arguments of type CrawlerEntryModifier and TypeMethodDescriptionCrawlerEntryLedger.getBaselineEntry(String id) CrawlerEntryLedger.getEntriesByStatus(ProcessingStatus status) Gets all entries matching the given processing status.Gets the current ledger entry for the given reference, if it exists.CrawlerEntryLedger.nextQueuedBatch(int batchSize) CrawlerEntryLedger.removeEntry(String reference) Removes an entry from the ledger, updating the status counters.CrawlerEntryLedger.updateEntry(CrawlerEntry entry) Updates an entry in the ledger, maintaining the status counters.Methods in com.norconex.crawler.core.ledger with parameters of type CrawlerEntryModifier and TypeMethodDescriptionvoidCrawlerEntryLedger.queue(@NonNull CrawlerEntry crawlEntry) booleanCrawlerEntryLedger.requeueEntry(@NonNull CrawlerEntry crawlEntry) CrawlerEntryLedger.updateEntry(CrawlerEntry entry) Updates an entry in the ledger, maintaining the status counters.Method parameters in com.norconex.crawler.core.ledger with type arguments of type CrawlerEntryModifier and TypeMethodDescriptionvoidCrawlerEntryLedger.forEachBaseline(Consumer<CrawlerEntry> c) voidCrawlerEntryLedger.forEachProcessed(Consumer<CrawlerEntry> c) voidCrawlerEntryLedger.forEachProcessing(Consumer<CrawlerEntry> c) voidCrawlerEntryLedger.forEachQueued(Consumer<CrawlerEntry> c) voidCrawlerEntryLedger.setQueuedListener(Consumer<CrawlerEntry> listener) Registers a listener that is called each time a new reference is successfully added to the queue. -
Uses of CrawlerEntry in com.norconex.crawler.fs.doc
Subclasses of CrawlerEntry in com.norconex.crawler.fs.docModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of CrawlerEntry in com.norconex.crawler.fs.ledger
Subclasses of CrawlerEntry in com.norconex.crawler.fs.ledgerModifier and TypeClassDescriptionclassA path being crawled holding relevant crawl state information. -
Uses of CrawlerEntry in com.norconex.crawler.web.ledger
Subclasses of CrawlerEntry in com.norconex.crawler.web.ledgerModifier and TypeClassDescriptionclassA URL being crawled holding relevant crawl information.
FsCrawlerEntryinstead.