Uses of Package
org.hibernate.search.backend.lucene.orchestration.impl
-
Classes in org.hibernate.search.backend.lucene.orchestration.impl used by org.hibernate.search.backend.lucene.index.impl Class Description LuceneSyncWorkOrchestrator An orchestrator that executes works synchronously in the current thread. -
Classes in org.hibernate.search.backend.lucene.orchestration.impl used by org.hibernate.search.backend.lucene.orchestration.impl Class Description LuceneBatchedWork LuceneBatchedWorkProcessor A thread-safe component responsible for applying write works to an index writer.LuceneParallelWorkOrchestrator A thread-safe component planning the execution of works in parallel, without any consideration for the order they were submitted in.LuceneSerialWorkOrchestrator An orchestrator that batches together works sent from other threads.LuceneSyncWorkOrchestrator An orchestrator that executes works synchronously in the current thread. -
Classes in org.hibernate.search.backend.lucene.orchestration.impl used by org.hibernate.search.backend.lucene.schema.management.impl Class Description LuceneParallelWorkOrchestrator A thread-safe component planning the execution of works in parallel, without any consideration for the order they were submitted in. -
Classes in org.hibernate.search.backend.lucene.orchestration.impl used by org.hibernate.search.backend.lucene.search.query.impl Class Description LuceneSyncWorkOrchestrator An orchestrator that executes works synchronously in the current thread. -
Classes in org.hibernate.search.backend.lucene.orchestration.impl used by org.hibernate.search.backend.lucene.work.execution.impl Class Description LuceneParallelWorkOrchestrator A thread-safe component planning the execution of works in parallel, without any consideration for the order they were submitted in.LuceneSerialWorkOrchestrator An orchestrator that batches together works sent from other threads.