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

Packages that use LuceneWork
org.hibernate.search.backend   
org.hibernate.search.backend.impl.batchlucene   
org.hibernate.search.backend.impl.blackhole   
org.hibernate.search.backend.impl.jgroups   
org.hibernate.search.backend.impl.jms   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.backend.impl.lucene.works   
org.hibernate.search.engine   
org.hibernate.search.exception   
org.hibernate.search.exception.impl   
 

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
 java.util.List<LuceneWork> WorkQueue.getSealedQueue()
           
 

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

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

Methods in org.hibernate.search.backend.impl.batchlucene with parameters of type LuceneWork
 void LuceneBatchBackend.doWorkInSync(LuceneWork work)
           
 void BatchBackend.doWorkInSync(LuceneWork work)
          Does one work in sync
 void LuceneBatchBackend.enqueueAsyncWork(LuceneWork work)
           
 void BatchBackend.enqueueAsyncWork(LuceneWork work)
          Enqueues one work to be processed asynchronously
 

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

Method parameters in org.hibernate.search.backend.impl.blackhole with type arguments of type LuceneWork
 java.lang.Runnable BlackHoleBackendQueueProcessorFactory.getProcessor(java.util.List<LuceneWork> queue)
           
 

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

Method parameters in org.hibernate.search.backend.impl.jgroups with type arguments of type LuceneWork
 java.lang.Runnable SlaveJGroupsBackendQueueProcessorFactory.getProcessor(java.util.List<LuceneWork> queue)
           
 java.lang.Runnable MasterJGroupsBackendQueueProcessorFactory.getProcessor(java.util.List<LuceneWork> queue)
           
abstract  java.lang.Runnable JGroupsBackendQueueProcessorFactory.getProcessor(java.util.List<LuceneWork> queue)
           
 

Constructor parameters in org.hibernate.search.backend.impl.jgroups with type arguments of type LuceneWork
JGroupsBackendQueueProcessor(java.util.List<LuceneWork> queue, JGroupsBackendQueueProcessorFactory factory)
           
 

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
 java.lang.Runnable JMSBackendQueueProcessorFactory.getProcessor(java.util.List<LuceneWork> queue)
           
 

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

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

Methods in org.hibernate.search.backend.impl.lucene with parameters of type LuceneWork
 void DpSelectionDelegate.addAsPayLoadsToQueue(LuceneWork work, IndexShardingStrategy shardingStrategy, PerDirectoryWorkProcessor queues)
          The LuceneWork must be applied to different indexes.
 void PerDirectoryWorkProcessor.addWorkToDpProcessor(DirectoryProvider<?> dp, LuceneWork work)
           
 

Method parameters in org.hibernate.search.backend.impl.lucene with type arguments of type LuceneWork
 java.lang.Runnable LuceneBackendQueueProcessorFactory.getProcessor(java.util.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.logWorkDone(LuceneWork work, MassIndexerProgressMonitor monitor)
          Used for stats and performance counters, use the monitor to keep track of activity done on the index.
 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 DocumentBuilderIndexedEntity.addWorkToQueue(java.lang.Class<T> entityClass, T entity, java.io.Serializable id, WorkType workType, java.util.List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 void DocumentBuilderContainedEntity.addWorkToQueue(java.lang.Class<T> entityClass, T entity, java.io.Serializable id, WorkType workType, java.util.List<LuceneWork> queue, SearchFactoryImplementor searchFactoryImplementor)
           
 

Uses of LuceneWork in org.hibernate.search.exception
 

Methods in org.hibernate.search.exception that return LuceneWork
 LuceneWork ErrorContext.getOperationAtFault()
           
 

Methods in org.hibernate.search.exception that return types with arguments of type LuceneWork
 java.util.List<LuceneWork> ErrorContext.getFailingOperations()
           
 

Uses of LuceneWork in org.hibernate.search.exception.impl
 

Methods in org.hibernate.search.exception.impl with parameters of type LuceneWork
static void LogErrorHandler.appendFailureMessage(java.lang.StringBuilder message, LuceneWork workThatFailed)
           
 ErrorContextBuilder ErrorContextBuilder.workCompleted(LuceneWork luceneWork)
           
 

Method parameters in org.hibernate.search.exception.impl with type arguments of type LuceneWork
 ErrorContextBuilder ErrorContextBuilder.addAllWorkThatFailed(java.util.List<LuceneWork> worksThatFailed)
           
 ErrorContextBuilder ErrorContextBuilder.allWorkToBeDone(java.util.List<LuceneWork> workOnWriter)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.