Uses of Class
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingIndexedTypeGroup
-
Packages that use PojoMassIndexingIndexedTypeGroup Package Description org.hibernate.search.mapper.pojo.massindexing.impl -
-
Uses of PojoMassIndexingIndexedTypeGroup in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return types with arguments of type PojoMassIndexingIndexedTypeGroup Modifier and Type Method Description static List<PojoMassIndexingIndexedTypeGroup<?>>PojoMassIndexingIndexedTypeGroup. disjoint(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> indexedTypeContexts)Group indexed types by their closest common supertype, ensuring returned groups are disjoint (i.e.no two groups have any common indexed subtype among those provided) .Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingIndexedTypeGroup 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)Constructor parameters in org.hibernate.search.mapper.pojo.massindexing.impl with type arguments of type PojoMassIndexingIndexedTypeGroup Constructor Description PojoMassIndexingBatchCoordinator(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingNotifier notifier, List<PojoMassIndexingIndexedTypeGroup<?>> typeGroupsToIndex, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, PojoScopeDelegate<?,?,?> pojoScopeDelegate, MassIndexingEnvironment environment, int typesToIndexInParallel, int documentBuilderThreads, boolean mergeSegmentsOnFinish, boolean dropAndCreateSchemaOnStart, boolean purgeAtStart, boolean mergeSegmentsAfterPurge)
-