Uses of Class
org.hibernate.search.mapper.pojo.massindexing.impl.PojoProducerConsumerQueue
-
Packages that use PojoProducerConsumerQueue Package Description org.hibernate.search.mapper.pojo.massindexing.impl -
-
Uses of PojoProducerConsumerQueue in org.hibernate.search.mapper.pojo.massindexing.impl
Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoProducerConsumerQueue Constructor Description PojoMassIndexingEntityIdentifierLoadingRunnable(PojoMassIndexingNotifier notifier, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassIndexingLoadingStrategy<E,I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId)PojoMassIndexingEntityLoadingRunnable(PojoMassIndexingNotifier notifier, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassIndexingLoadingStrategy<E,I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId)
-