Modifier and Type | Method and Description |
---|---|
void |
ContextAwareSelectionDelegate.performOperation(LuceneWork work,
IndexShardingStrategy shardingStrategy,
WorkQueuePerIndexSplitter context)
The LuceneWork must be applied to different indexes.
|
void |
StreamingOperationSelectionDelegate.performStreamOperation(LuceneWork work,
IndexShardingStrategy shardingStrategy,
IndexingMonitor monitor,
boolean forceAsync)
The LuceneWork must be applied to different indexes.
|
Modifier and Type | Method and Description |
---|---|
IndexShardingStrategy |
DynamicShardingEntityIndexBinding.getSelectionStrategy() |
IndexShardingStrategy |
DefaultMutableEntityIndexBinding.getSelectionStrategy() |
Modifier and Type | Method and Description |
---|---|
static <T,U> MutableEntityIndexBinding<T> |
EntityIndexBindingFactory.buildEntityIndexBinder(Class<T> type,
IndexManager[] providers,
IndexShardingStrategy shardingStrategy,
ShardIdentifierProvider shardIdentifierProvider,
org.apache.lucene.search.Similarity similarity,
EntityIndexingInterceptor<U> interceptor,
boolean isDynamicSharding,
Properties properties,
String rootDirectoryProviderName,
WorkerBuildContext context,
IndexManagerHolder indexManagerHolder,
IndexManagerFactory indexManagerFactory) |
Constructor and Description |
---|
DefaultMutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
org.apache.lucene.search.Similarity similarityInstance,
IndexManager[] providers,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor) |
Modifier and Type | Method and Description |
---|---|
IndexShardingStrategy |
EntityIndexBinding.getSelectionStrategy() |
Modifier and Type | Method and Description |
---|---|
IndexShardingStrategy |
EntityIndexBindingWrapper.getSelectionStrategy()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
IdHashShardingStrategy
This implementation use idInString as the hashKey.
|
class |
NotShardedStrategy |
Copyright © 2006–2016 Hibernate. All rights reserved.