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

Packages that use MassIndexerProgressMonitor
org.hibernate.search   
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   
org.hibernate.search.jmx   
 

Uses of MassIndexerProgressMonitor in org.hibernate.search
 

Methods in org.hibernate.search with parameters of type MassIndexerProgressMonitor
 MassIndexer MassIndexer.progressMonitor(MassIndexerProgressMonitor monitor)
          Override the default MassIndexerProgressMonitor.
 

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

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

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(Set<Class<?>> rootEntities, SearchFactoryImplementor searchFactoryImplementor, SessionFactory sessionFactory, int objectLoadingThreads, int collectionLoadingThreads, CacheMode cacheMode, int objectLoadingBatchSize, long objectsLimit, boolean optimizeAtEnd, boolean purgeAtStart, boolean optimizeAfterPurge, MassIndexerProgressMonitor monitor, Integer writerThreads)
           
BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor, SessionFactory sessionFactory, Class<?> entityType, int objectLoadingThreads, int collectionLoadingThreads, CacheMode cacheMode, int objectLoadingBatchSize, CountDownLatch endAllSignal, MassIndexerProgressMonitor monitor, BatchBackend backend, long objectsLimit)
           
EntityConsumerLuceneWorkProducer(ProducerConsumerQueue<List<?>> entitySource, MassIndexerProgressMonitor monitor, SessionFactory sessionFactory, CountDownLatch producerEndSignal, SearchFactoryImplementor searchFactory, CacheMode cacheMode, BatchBackend backend)
           
IdentifierConsumerEntityProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities, ProducerConsumerQueue<List<?>> fromEntityToAddWork, MassIndexerProgressMonitor monitor, SessionFactory sessionFactory, CacheMode cacheMode, Class<?> type, String idName)
           
IdentifierProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities, SessionFactory sessionFactory, int objectLoadingBatchSize, 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, Integer writerThreads)
           
 

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 which uses the logger at INFO level to output indexing speed statistics.
 

Methods in org.hibernate.search.impl with parameters of type MassIndexerProgressMonitor
 BatchBackend ImmutableSearchFactory.makeBatchBackend(MassIndexerProgressMonitor progressMonitor, Integer forceToNumWriterThreads)
           
 BatchBackend MutableSearchFactory.makeBatchBackend(MassIndexerProgressMonitor progressMonitor, Integer writerThreads)
           
 MassIndexer MassIndexerImpl.progressMonitor(MassIndexerProgressMonitor monitor)
           
 

Uses of MassIndexerProgressMonitor in org.hibernate.search.jmx
 

Classes in org.hibernate.search.jmx that implement MassIndexerProgressMonitor
 class IndexingProgressMonitor
          A JMX based mass indexer progress monitor.
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved