public interface TransactionalOperationExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(LuceneWork work,
IndexShardingStrategy shardingStrategy,
WorkQueuePerIndexSplitter context)
The LuceneWork must be applied to different indexes.
|
void performOperation(LuceneWork work, IndexShardingStrategy shardingStrategy, WorkQueuePerIndexSplitter context)
work - the work to split.shardingStrategy - the Sharding strategy is usually needed to identify affected Directories.context - the transactional context where the pending changes are storedCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved