Uses of Class
org.hibernate.search.backend.lucene.resources.impl.BackendThreads
-
-
Uses of BackendThreads in org.hibernate.search.backend.lucene.index.impl
Constructors in org.hibernate.search.backend.lucene.index.impl with parameters of type BackendThreads Constructor Description IndexManagerBackendContext(LuceneBackend backendAPI, EventContext eventContext, BackendThreads threads, org.apache.lucene.search.similarities.Similarity similarity, LuceneWorkFactory workFactory, MultiTenancyStrategy multiTenancyStrategy, LuceneIdReaderWriter idReaderWriter, 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 BackendThreads Modifier and Type Method Description static 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 BackendThreads Constructor Description IOStrategy(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 BackendThreads Constructor Description IndexWriterProvider(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 BackendThreads Constructor Description LuceneParallelWorkOrchestratorImpl(String name, EventContext eventContext, IndexAccessor indexAccessor, BackendThreads threads)LuceneSerialWorkOrchestratorImpl(String name, LuceneBatchedWorkProcessor processor, BackendThreads threads, FailureHandler failureHandler)
-