Uses of Interface
com.broadleafcommerce.search.index.catalog.queue.ProductQueueLoader
Packages that use ProductQueueLoader
Package
Description
-
Uses of ProductQueueLoader in com.broadleafcommerce.search.index.catalog.master
Constructors in com.broadleafcommerce.search.index.catalog.master with parameters of type ProductQueueLoaderModifierConstructorDescriptionProductSearchIndexMasterProcessLauncher
(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.LockService lockService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, ProductQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> batchIdReader, com.broadleafcommerce.search.index.core.SemaphoreProvider semaphoreProvider, long completionPauseTime) -
Uses of ProductQueueLoader in com.broadleafcommerce.search.index.catalog.master.autoconfigure
Methods in com.broadleafcommerce.search.index.catalog.master.autoconfigure with parameters of type ProductQueueLoaderModifier and TypeMethodDescriptionCatalogMasterProcessLauncherAutoConfiguration.productSearchIndexMasterProcessLauncher
(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.LockService lockService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, ProductQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> batchIdReader, com.broadleafcommerce.search.index.core.SemaphoreProvider semaphoreProvider, com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties) -
Uses of ProductQueueLoader in com.broadleafcommerce.search.index.catalog.queue
Classes in com.broadleafcommerce.search.index.catalog.queue that implement ProductQueueLoaderModifier and TypeClassDescriptionclass
Handles readingProduct
IDs into the queue for future retrieval. -
Uses of ProductQueueLoader in com.broadleafcommerce.search.index.catalog.queue.autoconfigure
Methods in com.broadleafcommerce.search.index.catalog.queue.autoconfigure that return ProductQueueLoaderModifier and TypeMethodDescriptionProductQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>>
CatalogIndexerQueueAutoConfiguration.productQueueLoader
(com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, CatalogIndexerProperties catalogIndexerProperties, CatalogService catalogService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService)