| Modifier and Type | Field and Description |
|---|---|
protected org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator |
extendedIntegrator |
| Constructor and Description |
|---|
BatchIndexingWorkspace(org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
org.hibernate.search.batchindexing.MassIndexerProgressMonitor monitor,
org.hibernate.search.backend.spi.BatchBackend backend,
long objectsLimit,
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 BatchIndexingWorkspace(org.hibernate.search.engine.integration.impl.ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
org.hibernate.search.batchindexing.MassIndexerProgressMonitor monitor,
org.hibernate.search.backend.spi.BatchBackend backend,
long objectsLimit,
int idFetchSize,
Integer transactionTimeout,
String tenantId)
Copyright © 2018 JBoss by Red Hat. All rights reserved.