Package | Description |
---|---|
org.hibernate.search.batchindexing.impl |
Constructor and Description |
---|
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
org.hibernate.SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
org.hibernate.CacheMode cacheMode,
Class<?> type,
SearchFactoryImplementor searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler) |
IdentifierProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
org.hibernate.SessionFactory sessionFactory,
int objectLoadingBatchSize,
Class<?> indexedType,
MassIndexerProgressMonitor monitor,
long objectsLimit,
ErrorHandler errorHandler,
int idFetchSize) |
Copyright © 2006–2016 Hibernate. All rights reserved.