Uses of Class
com.norconex.crawler.core.session.CrawlerSession
Packages that use CrawlerSession
Package
Description
-
Uses of CrawlerSession in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return types with arguments of type CrawlerSessionModifier and TypeMethodDescriptionBiConsumer<CrawlerSession, Class<? extends Command>> CrawlerCallbacks.getAfterCommand()Invoked after a command has been executed, but before resources are closed.CrawlerCallbacks.getAfterDocumentFinalizing()CrawlerCallbacks.getAfterDocumentProcessing()BiConsumer<CrawlerSession, Class<? extends Command>> CrawlerCallbacks.getBeforeCommand()Invoked before a command is executed, after the session and crawl context have been initialized.CrawlerCallbacks.getBeforeDocumentFinalizing()CrawlerCallbacks.getBeforeDocumentProcessing()Methods in com.norconex.crawler.core with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidCrawlerCallbacks.CrawlerCommandCallback.accept(CrawlerSession t) default voidCrawlerCallbacks.CrawlerCommandCallback.accept(CrawlerSession session, Class<? extends Command> commandClass) Method parameters in com.norconex.crawler.core with type arguments of type CrawlerSessionModifier and TypeMethodDescriptionCrawlerCallbacks.CrawlerCallbacksBuilder.afterCommand(BiConsumer<CrawlerSession, Class<? extends Command>> afterCommand) Invoked after a command has been executed, but before resources are closed.CrawlerCallbacks.CrawlerCallbacksBuilder.afterDocumentFinalizing(BiConsumer<CrawlerSession, Doc> afterDocumentFinalizing) CrawlerCallbacks.CrawlerCallbacksBuilder.afterDocumentProcessing(BiConsumer<CrawlerSession, Doc> afterDocumentProcessing) CrawlerCallbacks.CrawlerCallbacksBuilder.beforeCommand(BiConsumer<CrawlerSession, Class<? extends Command>> beforeCommand) Invoked before a command is executed, after the session and crawl context have been initialized.CrawlerCallbacks.CrawlerCallbacksBuilder.beforeDocumentFinalizing(BiConsumer<CrawlerSession, Doc> beforeDocumentFinalizing) CrawlerCallbacks.CrawlerCallbacksBuilder.beforeDocumentProcessing(BiConsumer<CrawlerSession, Doc> beforeDocumentProcessing) voidCrawler.withCrawlSession(Consumer<CrawlerSession> c) -
Uses of CrawlerSession in com.norconex.crawler.core.cluster
Methods in com.norconex.crawler.core.cluster that return CrawlerSessionModifier and TypeMethodDescriptionCluster.getCrawlSession()Returns the crawl session bound to this cluster node, ornullif the session has not been bound yet.Methods in com.norconex.crawler.core.cluster with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidCluster.bindSession(CrawlerSession session) Binds the given crawl session to this cluster node. -
Uses of CrawlerSession in com.norconex.crawler.core.cluster.admin
Constructors in com.norconex.crawler.core.cluster.admin with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cluster.impl.hazelcast
Methods in com.norconex.crawler.core.cluster.impl.hazelcast that return CrawlerSessionMethods in com.norconex.crawler.core.cluster.impl.hazelcast with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cluster.impl.memory
Methods in com.norconex.crawler.core.cluster.impl.memory that return CrawlerSessionMethods in com.norconex.crawler.core.cluster.impl.memory with parameters of type CrawlerSessionConstructors in com.norconex.crawler.core.cluster.impl.memory with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cluster.impl.mvstore
Methods in com.norconex.crawler.core.cluster.impl.mvstore that return CrawlerSessionMethods in com.norconex.crawler.core.cluster.impl.mvstore with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cluster.pipeline
Methods in com.norconex.crawler.core.cluster.pipeline with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidStep.execute(CrawlerSession session) BaseStep.reduce(CrawlerSession session, org.apache.commons.collections4.Bag<PipelineStatus> statuses) Step.reduce(CrawlerSession session, org.apache.commons.collections4.Bag<PipelineStatus> statuses) voidBaseStep.stop(CrawlerSession session) voidStep.stop(CrawlerSession session) Requests for the step to stop. -
Uses of CrawlerSession in com.norconex.crawler.core.cmd
Methods in com.norconex.crawler.core.cmd with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.clean
Methods in com.norconex.crawler.core.cmd.clean with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl
Methods in com.norconex.crawler.core.cmd.crawl with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl.pipeline
Methods in com.norconex.crawler.core.cmd.crawl.pipeline with parameters of type CrawlerSessionModifier and TypeMethodDescriptionCrawlerPipelineFactory.create(CrawlerSession session) Create a crawler pipelineDefaultCrawlPipelineFactory.create(CrawlerSession session) -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidCrawlerBootstrapper.bootstrap(CrawlerSession crawlSession) -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.ledger
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.ledger with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidCrawlerEntryLedgerBootstrapper.bootstrap(CrawlerSession session) -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue that return CrawlerSessionMethods in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidQueueBootstrapper.bootstrap(CrawlerSession session) voidStartRefsQueueStep.execute(CrawlerSession session) Constructors in com.norconex.crawler.core.cmd.crawl.pipeline.bootstrap.queue with parameters of type CrawlerSessionModifierConstructorDescriptionQueueBootstrapContext(CrawlerSession crawlSession, Consumer<CrawlerEntry> queuer) -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl.pipeline.orphans
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.orphans with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidRequeueOrphansForDeletionStep.execute(CrawlerSession session) voidRequeueOrphansForProcessingStep.execute(CrawlerSession session) -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.crawl.pipeline.process
Methods in com.norconex.crawler.core.cmd.crawl.pipeline.process with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidCrawlerProcessStep.execute(CrawlerSession session) BatchDispatcher.BatchDispatcherBuilder.session(CrawlerSession session) -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.storeexport
Methods in com.norconex.crawler.core.cmd.storeexport with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.cmd.storeimport
Methods in com.norconex.crawler.core.cmd.storeimport with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.context
Methods in com.norconex.crawler.core.context with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.doc.pipelines
Methods in com.norconex.crawler.core.doc.pipelines with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.doc.pipelines.committer
Methods in com.norconex.crawler.core.doc.pipelines.committer that return CrawlerSessionConstructors in com.norconex.crawler.core.doc.pipelines.committer with parameters of type CrawlerSessionModifierConstructorDescriptionCommitterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Uses of CrawlerSession in com.norconex.crawler.core.doc.pipelines.importer
Methods in com.norconex.crawler.core.doc.pipelines.importer that return CrawlerSessionConstructors in com.norconex.crawler.core.doc.pipelines.importer with parameters of type CrawlerSessionModifierConstructorDescriptionImporterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Uses of CrawlerSession in com.norconex.crawler.core.doc.pipelines.queue
Methods in com.norconex.crawler.core.doc.pipelines.queue that return CrawlerSessionConstructors in com.norconex.crawler.core.doc.pipelines.queue with parameters of type CrawlerSessionModifierConstructorDescriptionQueuePipelineContext(CrawlerSession crawlSession, CrawlerEntry crawlEntry) -
Uses of CrawlerSession in com.norconex.crawler.core.event
Methods in com.norconex.crawler.core.event that return CrawlerSessionMethods in com.norconex.crawler.core.event with parameters of type CrawlerSessionModifier and TypeMethodDescriptionCrawlerEvent.CrawlerEventBuilder.crawlSession(CrawlerSession crawlSession) -
Uses of CrawlerSession in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidAbstractFetcher.fetcherShutdown(CrawlerSession crawler) Invoked once per fetcher when the crawler ends.protected voidAbstractFetcher.fetcherStartup(CrawlerSession crawler) Invoked once per fetcher instance, when the crawler starts. -
Uses of CrawlerSession in com.norconex.crawler.core.ledger
Methods in com.norconex.crawler.core.ledger with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.core.metrics
Methods in com.norconex.crawler.core.metrics with parameters of type CrawlerSessionModifier and TypeMethodDescriptionvoidCrawlerMetrics.init(CrawlerSession session) voidCrawlerMetricsImpl.init(CrawlerSession crawlSession) -
Uses of CrawlerSession in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerSessionModifier and TypeMethodDescriptionstatic CrawlerSessionCrawlerSessionFactory.create(CrawlerDriver crawlDriver, CrawlerConfig crawlConfig) Methods in com.norconex.crawler.core.session with parameters of type CrawlerSessionModifier and TypeMethodDescriptionstatic CrawlerRunInfoCrawlerRunInfoResolver.resolve(CrawlerSession session) Resolve the current crawl run info -
Uses of CrawlerSession in com.norconex.crawler.fs.callbacks
Methods in com.norconex.crawler.fs.callbacks with parameters of type CrawlerSession -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl
Methods in com.norconex.crawler.fs.fetch.impl with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidAbstractNioFetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.adlsgen2
Methods in com.norconex.crawler.fs.fetch.impl.adlsgen2 with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidAdlsGen2Fetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.archive
Methods in com.norconex.crawler.fs.fetch.impl.archive with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidArchiveFetcher.fetcherShutdown(CrawlerSession crawler) protected voidArchiveFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.azureblob
Methods in com.norconex.crawler.fs.fetch.impl.azureblob with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidAzureBlobFetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.cmis
Methods in com.norconex.crawler.fs.fetch.impl.cmis with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidCmisFetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.egnyte
Methods in com.norconex.crawler.fs.fetch.impl.egnyte with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidEgnyteFetcher.fetcherShutdown(CrawlerSession crawler) protected voidEgnyteFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.ftp
Methods in com.norconex.crawler.fs.fetch.impl.ftp with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidFtpFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.gcs
Methods in com.norconex.crawler.fs.fetch.impl.gcs with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidGcsFetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.googledrive
Methods in com.norconex.crawler.fs.fetch.impl.googledrive with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidGoogleDriveFetcher.fetcherShutdown(CrawlerSession crawler) protected voidGoogleDriveFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.hdfs
Methods in com.norconex.crawler.fs.fetch.impl.hdfs with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidHdfsFetcher.fetcherShutdown(CrawlerSession crawler) protected voidHdfsFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.m365graph
Methods in com.norconex.crawler.fs.fetch.impl.m365graph with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidM365GraphFetcher.fetcherShutdown(CrawlerSession crawler) protected voidM365GraphFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.s3
Methods in com.norconex.crawler.fs.fetch.impl.s3 with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidS3Fetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.sftp
Methods in com.norconex.crawler.fs.fetch.impl.sftp with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidSftpFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.smb
Methods in com.norconex.crawler.fs.fetch.impl.smb with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidSmbFetcher.fetcherShutdown(CrawlerSession crawler) protected voidSmbFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.fs.fetch.impl.webdav
Methods in com.norconex.crawler.fs.fetch.impl.webdav with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidWebDavFetcher.fetcherShutdown(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.web.doc.operations.sitemap
Methods in com.norconex.crawler.web.doc.operations.sitemap with parameters of type CrawlerSessionModifier and TypeMethodDescriptionSitemapLocator.locations(String url, CrawlerSession crawlSession) -
Uses of CrawlerSession in com.norconex.crawler.web.doc.operations.sitemap.impl
Methods in com.norconex.crawler.web.doc.operations.sitemap.impl with parameters of type CrawlerSessionModifier and TypeMethodDescriptionGenericSitemapLocator.locations(String reference, CrawlerSession crawlSession) -
Uses of CrawlerSession in com.norconex.crawler.web.doc.pipelines.importer
Constructors in com.norconex.crawler.web.doc.pipelines.importer with parameters of type CrawlerSessionModifierConstructorDescriptionWebImporterPipelineContext(CrawlerSession crawlSession, CrawlerDocContext docContext) -
Uses of CrawlerSession in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidHttpClientFetcher.fetcherShutdown(CrawlerSession c) protected voidHttpClientFetcher.fetcherStartup(CrawlerSession crawler) -
Uses of CrawlerSession in com.norconex.crawler.web.fetch.impl.playwright
Methods in com.norconex.crawler.web.fetch.impl.playwright with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidPlaywrightFetcher.fetcherShutdown(CrawlerSession c) protected voidPlaywrightFetcher.fetcherStartup(CrawlerSession c) -
Uses of CrawlerSession in com.norconex.crawler.web.fetch.impl.webdriver
Methods in com.norconex.crawler.web.fetch.impl.webdriver with parameters of type CrawlerSessionModifier and TypeMethodDescriptionprotected voidWebDriverFetcher.fetcherShutdown(CrawlerSession c) protected voidWebDriverFetcher.fetcherStartup(CrawlerSession c) -
Uses of CrawlerSession in com.norconex.crawler.web.util
Methods in com.norconex.crawler.web.util with parameters of type CrawlerSessionModifier and TypeMethodDescriptionstatic voidWeb.fireIfUrlOutOfScope(CrawlerSession crawlSession, WebCrawlerEntry docContext, UrlScope urlScope) static <T> CacheMap<T> Web.gridCache(@NonNull CrawlerSession crawlSession, @NonNull String name, @NonNull Class<? extends T> type)