|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexShardingStrategy | |
|---|---|
| org.hibernate.search.backend.impl | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.spi | |
| org.hibernate.search.impl | |
| org.hibernate.search.store.impl | |
| Uses of IndexShardingStrategy in org.hibernate.search.backend.impl |
|---|
| Methods in org.hibernate.search.backend.impl with parameters of type IndexShardingStrategy | |
|---|---|
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. |
| Uses of IndexShardingStrategy in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl that return IndexShardingStrategy | |
|---|---|
IndexShardingStrategy |
DynamicShardingEntityIndexBinding.getSelectionStrategy()
|
IndexShardingStrategy |
DefaultMutableEntityIndexBinding.getSelectionStrategy()
|
| Methods in org.hibernate.search.engine.impl with parameters of type IndexShardingStrategy | ||
|---|---|---|
static
|
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)
|
|
| Constructors in org.hibernate.search.engine.impl with parameters of type IndexShardingStrategy | |
|---|---|
DefaultMutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
org.apache.lucene.search.Similarity similarityInstance,
IndexManager[] providers,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor)
|
|
| Uses of IndexShardingStrategy in org.hibernate.search.engine.spi |
|---|
| Methods in org.hibernate.search.engine.spi that return IndexShardingStrategy | |
|---|---|
IndexShardingStrategy |
EntityIndexBinding.getSelectionStrategy()
|
| Uses of IndexShardingStrategy in org.hibernate.search.impl |
|---|
| Methods in org.hibernate.search.impl that return IndexShardingStrategy | |
|---|---|
IndexShardingStrategy |
EntityIndexBindingWrapper.getSelectionStrategy()
Deprecated. |
| Uses of IndexShardingStrategy in org.hibernate.search.store.impl |
|---|
| Classes in org.hibernate.search.store.impl that implement IndexShardingStrategy | |
|---|---|
class |
IdHashShardingStrategy
This implementation use idInString as the hashKey. |
class |
NotShardedStrategy
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||