Uses of Interface
org.hibernate.search.backend.impl.batchlucene.BatchBackend

Packages that use BatchBackend
org.hibernate.search.backend.impl.batchlucene   
org.hibernate.search.batchindexing   
org.hibernate.search.engine   
org.hibernate.search.impl   
 

Uses of BatchBackend in org.hibernate.search.backend.impl.batchlucene
 

Classes in org.hibernate.search.backend.impl.batchlucene that implement BatchBackend
 class LuceneBatchBackend
          First EXPERIMENTAL BatchBackend; 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
 

Constructors in org.hibernate.search.batchindexing with parameters of type BatchBackend
BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor, org.hibernate.SessionFactory sessionFactory, java.lang.Class<?> entityType, int objectLoadingThreads, int collectionLoadingThreads, org.hibernate.CacheMode cacheMode, int objectLoadingBatchSize, java.util.concurrent.CountDownLatch endAllSignal, MassIndexerProgressMonitor monitor, BatchBackend backend, long objectsLimit)
           
EntityConsumerLuceneworkProducer(ProducerConsumerQueue<java.lang.Object> entitySource, MassIndexerProgressMonitor monitor, org.hibernate.SessionFactory sessionFactory, java.util.concurrent.CountDownLatch producerEndSignal, SearchFactoryImplementor searchFactory, org.hibernate.CacheMode cacheMode, BatchBackend backend)
           
 

Uses of BatchBackend in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine 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 SearchFactoryImpl.makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.