Uses of Interface
com.broadleafcommerce.search.index.core.queue.QueueLoader
Packages that use QueueLoader
Package
Description
-
Uses of QueueLoader in com.broadleafcommerce.search.index.core.master
Methods in com.broadleafcommerce.search.index.core.master that return QueueLoaderModifier and TypeMethodDescriptionprotected QueueLoader<T>
GenericSearchIndexMasterProcessLauncher.getBatchIdReader()
Constructors in com.broadleafcommerce.search.index.core.master with parameters of type QueueLoaderModifierConstructorDescriptionGenericSearchIndexMasterProcessLauncher
(ProcessStateService processStateService, LockService lockService, QueueProvider queueProvider, QueueLoader<T> batchIdReader, SemaphoreProvider semaphoreProvider, long completionPauseTime) -
Uses of QueueLoader in com.broadleafcommerce.search.index.core.queue
Classes in com.broadleafcommerce.search.index.core.queue that implement QueueLoaderModifier and TypeClassDescriptionclass
AbstractBatchIdQueueLoader<ID extends Serializable,
T extends BatchIdHolder<ID>> Abstract component to handle reading ID ranges from a source and populating a Queue for further retrieval.class
AbstractQueueLoader<FROM,
TO> Abstract component to allow reading data in batch from a data source or web service, converting those values, and putting them on aReindexQueue
.