Uses of Interface
com.broadleafcommerce.search.index.core.queue.QueueProvider
Packages that use QueueProvider
Package
Description
-
Uses of QueueProvider in com.broadleafcommerce.search.index.autoconfigure
Methods in com.broadleafcommerce.search.index.autoconfigure that return QueueProviderModifier and TypeMethodDescriptionCoreIndexerAutoConfiguration.searchReindexerQueueProvider(IndexerProperties indexerProperties) Methods in com.broadleafcommerce.search.index.autoconfigure with parameters of type QueueProviderModifier and TypeMethodDescriptionCoreIndexerAutoConfiguration.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 QueueProviderModifierConstructorDescriptionQueueLoadedEventListener(QueueProvider queueProvider, ProcessStateService processStateService) -
Uses of QueueProvider in com.broadleafcommerce.search.index.core.master
Methods in com.broadleafcommerce.search.index.core.master that return QueueProviderModifier and TypeMethodDescriptionprotected QueueProviderGenericSearchIndexMasterProcessLauncher.getQueueProvider()Constructors in com.broadleafcommerce.search.index.core.master with parameters of type QueueProviderModifierConstructorDescriptionGenericSearchIndexMasterProcessLauncher(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 QueueProviderModifier and TypeClassDescriptionclassAbstract provider which stores queues in a map based on theirIndexableType.classA 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 QueueProviderModifier and TypeMethodDescriptionprotected QueueProviderGenericSearchIndexWorkerProcessLauncher.getQueueProvider()Constructors in com.broadleafcommerce.search.index.core.worker with parameters of type QueueProviderModifierConstructorDescriptionprotectedGenericSearchIndexWorkerProcessLauncher(com.broadleafcommerce.search.api.type.IndexableType indexableType, ProcessStateService processStateService, QueueProvider queueProvider, int threads, long waitTime, int maxTries) Deprecated, for removal: This API element is subject to removal in a future version.protectedGenericSearchIndexWorkerProcessLauncher(com.broadleafcommerce.search.api.type.IndexableType indexableType, ProcessStateService processStateService, QueueProvider queueProvider, int threads, long waitTime, int maxTries, long pauseBetweenThreadsStart)