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

Packages that use Work
org.hibernate.search.backend   
org.hibernate.search.backend.impl   
 

Uses of Work in org.hibernate.search.backend
 

Methods in org.hibernate.search.backend that return types with arguments of type Work
 java.util.List<Work> WorkQueue.getQueue()
           
 

Methods in org.hibernate.search.backend with parameters of type Work
 void WorkQueue.add(Work work)
           
 void QueueingProcessor.add(Work work, WorkQueue workQueue)
          Add a work TODO move that somewhere else, it does not really fit here
 void Worker.performWork(Work work, TransactionContext transactionContext)
          Declare a work to be done within a given transaction context
 

Uses of Work in org.hibernate.search.backend.impl
 

Methods in org.hibernate.search.backend.impl with parameters of type Work
 void PostTransactionWorkQueueSynchronization.add(Work work)
           
 void BatchedQueueingProcessor.add(Work work, WorkQueue workQueue)
           
 void TransactionalWorker.performWork(Work work, TransactionContext transactionContext)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.