Uses of Class
org.hibernate.search.backend.LuceneWork

Packages that use LuceneWork
org.hibernate.search.backend   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.backend.impl.lucene.works   
org.hibernate.search.engine   
 

Uses of LuceneWork in org.hibernate.search.backend
 

Subclasses of LuceneWork in org.hibernate.search.backend
 class AddLuceneWork
           
 class DeleteLuceneWork
           
 class OptimizeLuceneWork
          A unit of work triggering an optimize operation.
 class PurgeAllLuceneWork
          A unit of work used to purge an entire index.
 

Methods in org.hibernate.search.backend that return types with arguments of type LuceneWork
 List<LuceneWork> WorkQueue.getSealedQueue()
           
 

Method parameters in org.hibernate.search.backend with type arguments of type LuceneWork
 Runnable BackendQueueProcessorFactory.getProcessor(List<LuceneWork> queue)
          Return a runnable implementation responsible for processing the queue to a given backend.
 void WorkQueue.setSealedQueue(List<LuceneWork> sealedQueue)
           
 

Uses of LuceneWork in org.hibernate.search.backend.impl.jms
 

Method parameters in org.hibernate.search.backend.impl.jms with type arguments of type LuceneWork
 Runnable JMSBackendQueueProcessorFactory.getProcessor(List<LuceneWork> queue)
           
 

Constructor parameters in org.hibernate.search.backend.impl.jms with type arguments of type LuceneWork
JMSBackendQueueProcessor(List<LuceneWork> queue, JMSBackendQueueProcessorFactory jmsBackendQueueProcessorFactory)
           
 

Uses of LuceneWork in org.hibernate.search.backend.impl.lucene
 

Method parameters in org.hibernate.search.backend.impl.lucene with type arguments of type LuceneWork
 Runnable LuceneBackendQueueProcessorFactory.getProcessor(List<LuceneWork> queue)
           
 

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

Methods in org.hibernate.search.backend.impl.lucene.works with parameters of type LuceneWork
 void LuceneWorkDelegate.performWork(LuceneWork work, org.apache.lucene.index.IndexReader reader)
          Will perform this work on an IndexReader.
 void DeleteExtWorkDelegate.performWork(LuceneWork work, org.apache.lucene.index.IndexReader reader)
           
 void LuceneWorkDelegate.performWork(LuceneWork work, org.apache.lucene.index.IndexWriter writer)
          Will perform work on an IndexWriter.
 void DeleteExtWorkDelegate.performWork(LuceneWork work, org.apache.lucene.index.IndexWriter writer)
           
 

Uses of LuceneWork in org.hibernate.search.engine
 

Method parameters in org.hibernate.search.engine with type arguments of type LuceneWork
 void DocumentBuilderContainedEntity.addWorkToQueue(Class<T> entityClass, T entity, Serializable id, WorkType workType, List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 void DocumentBuilderIndexedEntity.addWorkToQueue(Class<T> entityClass, T entity, Serializable id, WorkType workType, List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 



Copyright © 2011 Hibernate. All Rights Reserved.