Uses of Interface
com.broadleafcommerce.search.index.core.queue.QueueProvider
-
-
Uses of QueueProvider in com.broadleafcommerce.search.index.autoconfigure
Methods in com.broadleafcommerce.search.index.autoconfigure that return QueueProvider Modifier and Type Method Description QueueProviderCoreIndexerAutoConfiguration. searchReindexerQueueProvider(IndexerProperties indexerProperties)Methods in com.broadleafcommerce.search.index.autoconfigure with parameters of type QueueProvider Modifier and Type Method Description QueueLoadedEventListenerCoreIndexerAutoConfiguration. searchReindexerQueueLoadedEventListener(QueueProvider queueProvider, ProcessStateService processStateService) -
Uses of QueueProvider in com.broadleafcommerce.search.index.core.event.listener
Constructors in com.broadleafcommerce.search.index.core.event.listener with parameters of type QueueProvider Constructor Description QueueLoadedEventListener(QueueProvider queueProvider, ProcessStateService processStateService) -
Uses of QueueProvider in com.broadleafcommerce.search.index.core.master
Methods in com.broadleafcommerce.search.index.core.master that return QueueProvider Modifier and Type Method Description protected QueueProviderGenericSearchIndexMasterProcessLauncher. getQueueProvider()Constructors in com.broadleafcommerce.search.index.core.master with parameters of type QueueProvider Constructor Description GenericSearchIndexMasterProcessLauncher(ProcessStateService processStateService, LockService lockService, QueueProvider queueProvider, QueueLoader<T> batchIdReader, SemaphoreProvider semaphoreProvider, long completionPauseTime) -
Uses of QueueProvider in com.broadleafcommerce.search.index.core.queue
Classes in com.broadleafcommerce.search.index.core.queue that implement QueueProvider Modifier and Type Class Description classAbstractQueueProviderAbstract provider which stores queues in a map based on theirIndexableType.classDefaultLocalQueueProviderA local QueueProvider that uses aDefaultLocalArrayBlockingDelegatingQueue. -
Uses of QueueProvider in com.broadleafcommerce.search.index.core.worker
Methods in com.broadleafcommerce.search.index.core.worker that return QueueProvider Modifier and Type Method Description protected QueueProviderGenericSearchIndexWorkerProcessLauncher. getQueueProvider()Constructors in com.broadleafcommerce.search.index.core.worker with parameters of type QueueProvider Constructor Description GenericSearchIndexWorkerProcessLauncher(com.broadleafcommerce.search.api.type.IndexableType indexableType, ProcessStateService processStateService, QueueProvider queueProvider, int threads, long waitTime, int maxTries)
-