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

Packages that use MassIndexerProgressMonitor
org.hibernate.search.backend.impl.batch   
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.jmx   
 

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

Constructors in org.hibernate.search.backend.impl.batch with parameters of type MassIndexerProgressMonitor
DefaultBatchBackend(SearchFactoryIntegrator searchFactoryImplementor, MassIndexerProgressMonitor progressMonitor)
           
 

Uses of MassIndexerProgressMonitor in org.hibernate.search.engine.spi
 

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

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 Hibernate. All Rights Reserved.