Uses of Interface
com.broadleafcommerce.search.index.customer.queue.CustomerQueueLoader
Packages that use CustomerQueueLoader
Package
Description
-
Uses of CustomerQueueLoader in com.broadleafcommerce.search.index.customer.master
Constructors in com.broadleafcommerce.search.index.customer.master with parameters of type CustomerQueueLoaderModifierConstructorDescriptionCustomerSearchIndexMasterProcessLauncher
(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.LockService lockService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, CustomerQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> batchIdReader, com.broadleafcommerce.search.index.core.SemaphoreProvider semaphoreProvider, long completionPauseTime) -
Uses of CustomerQueueLoader in com.broadleafcommerce.search.index.customer.master.autoconfigure
Methods in com.broadleafcommerce.search.index.customer.master.autoconfigure with parameters of type CustomerQueueLoaderModifier and TypeMethodDescriptionCustomerMasterProcessLauncherAutoConfiguration.customerSearchIndexMasterProcessLauncher
(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.LockService lockService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, CustomerQueueLoader<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 CustomerQueueLoader in com.broadleafcommerce.search.index.customer.queue
Classes in com.broadleafcommerce.search.index.customer.queue that implement CustomerQueueLoaderModifier and TypeClassDescriptionclass
Handles readingCustomer
IDs into the queue for future retrieval. -
Uses of CustomerQueueLoader in com.broadleafcommerce.search.index.customer.queue.autoconfigure
Methods in com.broadleafcommerce.search.index.customer.queue.autoconfigure that return CustomerQueueLoaderModifier and TypeMethodDescriptionCustomerQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>>
CustomerIndexerQueueAutoConfiguration.customerQueueLoader
(com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties, CustomerIndexerProperties customerIndexerProperties, CustomerService customerService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService)