Modifier and Type | Field and Description |
---|---|
protected SearchFactoryImplementor |
searchFactoryImplementor |
Constructor and Description |
---|
BatchCoordinator(Set<Class<?>> rootEntities,
SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
int typesToIndexInParallel,
int documentBuilderThreads,
org.hibernate.CacheMode cacheMode,
int objectLoadingBatchSize,
long objectsLimit,
boolean optimizeAtEnd,
boolean purgeAtStart,
boolean optimizeAfterPurge,
MassIndexerProgressMonitor monitor,
int idFetchSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanUpOnError() |
void |
run() |
void |
runWithErrorHandler() |
protected final SearchFactoryImplementor searchFactoryImplementor
public BatchCoordinator(Set<Class<?>> rootEntities, SearchFactoryImplementor searchFactoryImplementor, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, int typesToIndexInParallel, int documentBuilderThreads, org.hibernate.CacheMode cacheMode, int objectLoadingBatchSize, long objectsLimit, boolean optimizeAtEnd, boolean purgeAtStart, boolean optimizeAfterPurge, MassIndexerProgressMonitor monitor, int idFetchSize)
Copyright © 2006–2015 Hibernate. All rights reserved.