| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalOperationExecutor.performOperation(LuceneWork work,
IndexShardingStrategy shardingStrategy,
WorkQueuePerIndexSplitter context)
The LuceneWork must be applied to different indexes.
|
void |
StreamingOperationExecutor.performStreamOperation(LuceneWork work,
IndexShardingStrategy shardingStrategy,
IndexingMonitor monitor,
boolean forceAsync)
The LuceneWork must be applied to different indexes.
|
| Modifier and Type | Method and Description |
|---|---|
IndexShardingStrategy |
NonDynamicShardingEntityIndexBinding.getSelectionStrategy() |
| Constructor and Description |
|---|
NonDynamicShardingEntityIndexBinding(IndexManagerGroupHolder indexManagerGroupHolder,
IndexShardingStrategy shardingStrategy,
IndexManager[] indexManagers,
EntityIndexingInterceptor<?> entityIndexingInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
IndexShardingStrategy |
EntityIndexBinding.getSelectionStrategy() |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicShardingStrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
IdHashShardingStrategy
This implementation use idInString as the hashKey.
|
class |
NotShardedStrategy |
Copyright © 2006–2017 Hibernate. All rights reserved.