Uses of Class
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingNotifier
Packages that use PojoMassIndexingNotifier
-
Uses of PojoMassIndexingNotifier in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoMassIndexingNotifierModifier and TypeMethodDescriptionprotected final PojoMassIndexingNotifierPojoMassIndexingFailureHandledRunnable.getNotifier()Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingNotifierModifierConstructorDescriptionPojoMassIndexingBatchCoordinator(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingNotifier notifier, List<PojoMassIndexingIndexedTypeGroup<?>> typeGroupsToIndex, PojoMassIndexingContext massIndexingContext, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate, MassIndexingEnvironment environment, int typesToIndexInParallel, int documentBuilderThreads, Boolean mergeSegmentsOnFinish, boolean dropAndCreateSchemaOnStart, Boolean purgeAtStart, Boolean mergeSegmentsAfterPurge) PojoMassIndexingEntityIdentifierLoadingRunnable(PojoMassIndexingNotifier notifier, PojoMassIndexingContext massIndexingContext, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassLoadingStrategy<E, I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId) protectedPojoMassIndexingEntityLoadingRunnable(PojoMassIndexingNotifier notifier, PojoMassIndexingContext massIndexingContext, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassLoadingStrategy<E, I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId) protectedPojoMassIndexingFailureHandledRunnable(PojoMassIndexingNotifier notifier, MassIndexingEnvironment environment)