public interface TransactionalOperationExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(LuceneWork work,
IndexManagerSelector selector,
WorkQueuePerIndexSplitter context)
The LuceneWork must be applied to different indexes.
|
void performOperation(LuceneWork work, IndexManagerSelector selector, WorkQueuePerIndexSplitter context)
work - the work to split.selector - the index manager selector used to route works to the relevant index managerscontext - the transactional context where the pending changes are storedCopyright © 2006–2017 Hibernate. All rights reserved.