Uses of Interface
org.hibernate.search.batchindexing.MassIndexerProgressMonitor

Packages that use MassIndexerProgressMonitor
org.hibernate.search.backend.impl.batchlucene   
org.hibernate.search.backend.impl.lucene.works   
org.hibernate.search.batchindexing   
org.hibernate.search.engine   
org.hibernate.search.impl   
 

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

Methods in org.hibernate.search.backend.impl.batchlucene with parameters of type MassIndexerProgressMonitor
 void LuceneBatchBackend.initialize(java.util.Properties cfg, MassIndexerProgressMonitor monitor, SearchFactoryImplementor searchFactoryImplementor)
           
 void BatchBackend.initialize(java.util.Properties props, MassIndexerProgressMonitor monitor, SearchFactoryImplementor searchFactory)
          Used at startup, called once as first method.
 

Uses of MassIndexerProgressMonitor in org.hibernate.search.backend.impl.lucene.works
 

Methods in org.hibernate.search.backend.impl.lucene.works with parameters of type MassIndexerProgressMonitor
 void LuceneWorkDelegate.logWorkDone(LuceneWork work, MassIndexerProgressMonitor monitor)
          Used for stats and performance counters, use the monitor to keep track of activity done on the index.
 

Uses of MassIndexerProgressMonitor in org.hibernate.search.batchindexing
 

Constructors in org.hibernate.search.batchindexing with parameters of type MassIndexerProgressMonitor
BatchCoordinator(java.util.Set<java.lang.Class<?>> rootEntities, SearchFactoryImplementor searchFactoryImplementor, org.hibernate.SessionFactory sessionFactory, int objectLoadingThreads, int collectionLoadingThreads, org.hibernate.CacheMode cacheMode, int objectLoadingBatchSize, long objectsLimit, boolean optimizeAtEnd, boolean purgeAtStart, boolean optimizeAfterPurge, MassIndexerProgressMonitor monitor)
           
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)
           
IdentifierConsumerEntityProducer(ProducerConsumerQueue<java.util.List<java.io.Serializable>> fromIdentifierListToEntities, ProducerConsumerQueue<java.lang.Object> fromEntityToAddwork, MassIndexerProgressMonitor monitor, org.hibernate.SessionFactory sessionFactory, org.hibernate.CacheMode cacheMode, java.lang.Class<?> type)
           
IdentifierProducer(ProducerConsumerQueue<java.util.List<java.io.Serializable>> fromIdentifierListToEntities, org.hibernate.SessionFactory sessionFactory, int objectLoadingBatchSize, java.lang.Class<?> indexedType, MassIndexerProgressMonitor monitor, long objectsLimit)
           
 

Uses of MassIndexerProgressMonitor in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine with parameters of type MassIndexerProgressMonitor
 BatchBackend SearchFactoryImplementor.makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
           
 

Uses of MassIndexerProgressMonitor in org.hibernate.search.impl
 

Classes in org.hibernate.search.impl that implement MassIndexerProgressMonitor
 class SimpleIndexingProgressMonitor
          A very simple implementation of MassIndexerProgressMonitor
 

Methods in org.hibernate.search.impl with parameters of type MassIndexerProgressMonitor
 BatchBackend SearchFactoryImpl.makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.