public class TransactionalOperationDispatcher extends Object implements OperationDispatcher
IndexManager.performOperations(List, org.hibernate.search.backend.IndexingMonitor)
method of their respective index manager.| Constructor and Description |
|---|
TransactionalOperationDispatcher(IndexManagerHolder indexManagerHolder,
IndexedTypeMap<EntityIndexBinding> bindings) |
TransactionalOperationDispatcher(SearchIntegrator integrator) |
TransactionalOperationDispatcher(SearchIntegrator integrator,
Predicate<IndexManager> indexManagerFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(List<LuceneWork> queue,
IndexingMonitor monitor) |
void |
dispatch(LuceneWork work,
IndexingMonitor monitor) |
public TransactionalOperationDispatcher(SearchIntegrator integrator)
public TransactionalOperationDispatcher(SearchIntegrator integrator, Predicate<IndexManager> indexManagerFilter)
public TransactionalOperationDispatcher(IndexManagerHolder indexManagerHolder, IndexedTypeMap<EntityIndexBinding> bindings)
public void dispatch(LuceneWork work, IndexingMonitor monitor)
dispatch in interface OperationDispatcherpublic void dispatch(List<LuceneWork> queue, IndexingMonitor monitor)
dispatch in interface OperationDispatcherCopyright © 2006–2017 Hibernate. All rights reserved.