Uses of Class
org.hibernate.search.backend.lucene.resources.impl.BackendThreads
Packages that use BackendThreads
Package
Description
-
Uses of BackendThreads in org.hibernate.search.backend.lucene.index.impl
Constructors in org.hibernate.search.backend.lucene.index.impl with parameters of type BackendThreadsModifierConstructorDescriptionIndexManagerBackendContext(LuceneBackend backendAPI, EventContext eventContext, BackendThreads threads, org.apache.lucene.search.similarities.Similarity similarity, LuceneWorkFactory workFactory, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, FailureHandler failureHandler, LuceneSyncWorkOrchestrator readOrchestrator) -
Uses of BackendThreads in org.hibernate.search.backend.lucene.lowlevel.index.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.index.impl with parameters of type BackendThreadsModifier and TypeMethodDescriptionstatic DebugIOStrategyDebugIOStrategy.create(BackendThreads threads, FailureHandler failureHandler) static NearRealTimeIOStrategyNearRealTimeIOStrategy.create(ConfigurationPropertySource propertySource, TimingSource timingSource, BackendThreads threads, FailureHandler failureHandler) Constructors in org.hibernate.search.backend.lucene.lowlevel.index.impl with parameters of type BackendThreadsModifierConstructorDescriptionprotectedIOStrategy(BackendThreads threads, FailureHandler failureHandler) -
Uses of BackendThreads in org.hibernate.search.backend.lucene.lowlevel.writer.impl
Constructors in org.hibernate.search.backend.lucene.lowlevel.writer.impl with parameters of type BackendThreadsModifierConstructorDescriptionIndexWriterProvider(String indexName, EventContext eventContext, DirectoryHolder directoryHolder, IndexWriterConfigSource configSource, TimingSource timingSource, int commitInterval, BackendThreads threads, FailureHandler failureHandler) -
Uses of BackendThreads in org.hibernate.search.backend.lucene.orchestration.impl
Constructors in org.hibernate.search.backend.lucene.orchestration.impl with parameters of type BackendThreadsModifierConstructorDescriptionLuceneParallelWorkOrchestratorImpl(String name, EventContext eventContext, IndexAccessor indexAccessor, BackendThreads threads) LuceneSerialWorkOrchestratorImpl(String name, LuceneBatchedWorkProcessor processor, BackendThreads threads, FailureHandler failureHandler)