org.hibernate.search.batchindexing.impl
| Modifier and Type | Field and Description |
|---|---|
protected SearchFactoryImplementor |
searchFactoryImplementor |
| Constructor and Description |
|---|
BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor,
SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
BatchBackend backend,
long objectsLimit,
int idFetchSize) |
protected final SearchFactoryImplementor searchFactoryImplementor
public BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor, SessionFactoryImplementor sessionFactory, Class<?> entityType, int objectLoadingThreads, CacheMode cacheMode, int objectLoadingBatchSize, CountDownLatch endAllSignal, MassIndexerProgressMonitor monitor, BatchBackend backend, long objectsLimit, int idFetchSize)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved