Package org.hibernate.search.backend.lucene.orchestration.impl
-
Interface Summary Interface 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.LuceneSyncWorkOrchestrator An orchestrator that executes works synchronously in the current thread. -
Class Summary Class Description IndexAccessorWorkExecutionContext LuceneBatchedWork<T> LuceneBatchedWorkProcessor A thread-safe component responsible for applying write works to an index writer.LuceneParallelWorkOrchestratorImpl LuceneSerialWorkOrchestratorImpl LuceneSyncWorkOrchestratorImpl