Uses of Interface
com.broadleafcommerce.search.index.core.queue.QueueLoader
-
Packages that use QueueLoader Package Description com.broadleafcommerce.search.index.core.master com.broadleafcommerce.search.index.core.queue -
-
Uses of QueueLoader in com.broadleafcommerce.search.index.core.master
Methods in com.broadleafcommerce.search.index.core.master that return QueueLoader Modifier and Type Method Description protected QueueLoader<T>GenericSearchIndexMasterProcessLauncher. getBatchIdReader()Constructors in com.broadleafcommerce.search.index.core.master with parameters of type QueueLoader Constructor Description GenericSearchIndexMasterProcessLauncher(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 QueueLoader Modifier and Type Class Description classAbstractBatchIdQueueLoader<ID extends Serializable,T extends BatchIdHolder<ID>>Abstract component to handle reading ID ranges from a source and populating a Queue for further retrieval.classAbstractQueueLoader<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.
-