Modifier and Type | Field and Description |
---|---|
protected org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator |
extendedIntegrator |
Constructor and Description |
---|
BatchCoordinator(org.hibernate.search.spi.IndexedTypeSet rootEntities,
org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
int typesToIndexInParallel,
int documentBuilderThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
long objectsLimit,
boolean optimizeAtEnd,
boolean purgeAtStart,
boolean optimizeAfterPurge,
org.hibernate.search.batchindexing.MassIndexerProgressMonitor monitor,
int idFetchSize,
Integer transactionTimeout,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanUpOnError() |
void |
run() |
void |
runWithErrorHandler() |
protected final org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator
public BatchCoordinator(org.hibernate.search.spi.IndexedTypeSet rootEntities, org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator, SessionFactoryImplementor sessionFactory, int typesToIndexInParallel, int documentBuilderThreads, CacheMode cacheMode, int objectLoadingBatchSize, long objectsLimit, boolean optimizeAtEnd, boolean purgeAtStart, boolean optimizeAfterPurge, org.hibernate.search.batchindexing.MassIndexerProgressMonitor monitor, int idFetchSize, Integer transactionTimeout, String tenantId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.