Modifier and Type | Field and Description |
---|---|
protected ExtendedSearchIntegrator |
extendedIntegrator |
Constructor and Description |
---|
BatchIndexingWorkspace(ExtendedSearchIntegrator extendedIntegrator,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
org.hibernate.CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
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 ExtendedSearchIntegrator extendedIntegrator
public BatchIndexingWorkspace(ExtendedSearchIntegrator extendedIntegrator, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, Class<?> entityType, int objectLoadingThreads, org.hibernate.CacheMode cacheMode, int objectLoadingBatchSize, CountDownLatch endAllSignal, MassIndexerProgressMonitor monitor, BatchBackend backend, long objectsLimit, int idFetchSize, Integer transactionTimeout, String tenantId)
Copyright © 2006–2016 Hibernate. All rights reserved.