|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchBackend | |
---|---|
org.hibernate.search.backend.impl.batch | |
org.hibernate.search.batchindexing.impl | |
org.hibernate.search.engine.spi | |
org.hibernate.search.impl |
Uses of BatchBackend in org.hibernate.search.backend.impl.batch |
---|
Classes in org.hibernate.search.backend.impl.batch that implement BatchBackend | |
---|---|
class |
DefaultBatchBackend
This is not meant to be used as a regular backend, only to apply batch changes to the index. |
Uses of BatchBackend in org.hibernate.search.batchindexing.impl |
---|
Constructors in org.hibernate.search.batchindexing.impl with parameters of type BatchBackend | |
---|---|
BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor,
SessionFactory sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
int collectionLoadingThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
BatchBackend backend,
long objectsLimit,
int idFetchSize)
|
|
EntityConsumerLuceneWorkProducer(ProducerConsumerQueue<List<?>> entitySource,
MassIndexerProgressMonitor monitor,
SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
SearchFactoryImplementor searchFactory,
CacheMode cacheMode,
BatchBackend backend,
ErrorHandler errorHandler)
|
Uses of BatchBackend in org.hibernate.search.engine.spi |
---|
Methods in org.hibernate.search.engine.spi that return BatchBackend | |
---|---|
BatchBackend |
SearchFactoryImplementor.makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
|
Uses of BatchBackend in org.hibernate.search.impl |
---|
Methods in org.hibernate.search.impl that return BatchBackend | |
---|---|
BatchBackend |
ImmutableSearchFactory.makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
|
BatchBackend |
MutableSearchFactory.makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |