|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.batchindexing.impl |
---|
Constructors in org.hibernate.search.batchindexing.impl 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,
int idFetchSize)
|
|
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)
|
|
IdentifierConsumerEntityProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
ProducerConsumerQueue<List<?>> fromEntityToAddWork,
MassIndexerProgressMonitor monitor,
SessionFactory sessionFactory,
CacheMode cacheMode,
Class<?> type,
String idName,
ErrorHandler errorHandler)
|
|
IdentifierProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
SessionFactory sessionFactory,
int objectLoadingBatchSize,
Class<?> indexedType,
MassIndexerProgressMonitor monitor,
long objectsLimit,
ErrorHandler errorHandler,
int idFetchSize)
|
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)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |