Uses of Package
org.hibernate.search.engine.backend.orchestration.spi
-
Classes in org.hibernate.search.engine.backend.orchestration.spi used by org.hibernate.search.backend.elasticsearch.orchestration.impl Class Description AbstractWorkOrchestrator An abstract base for orchestrator implementations, implementing a thread-safe shutdown. -
Classes in org.hibernate.search.engine.backend.orchestration.spi used by org.hibernate.search.backend.lucene.orchestration.impl Class Description AbstractWorkOrchestrator An abstract base for orchestrator implementations, implementing a thread-safe shutdown.BatchedWork A work ready to be submitted to aBatchingExecutor, and eventually processed in a batch by aBatchedWorkProcessor.BatchedWorkProcessor A processor of batched works submitted to aBatchingExecutor. -
Classes in org.hibernate.search.engine.backend.orchestration.spi used by org.hibernate.search.engine.backend.orchestration.spi Class Description BatchedWork A work ready to be submitted to aBatchingExecutor, and eventually processed in a batch by aBatchedWorkProcessor.BatchedWorkProcessor A processor of batched works submitted to aBatchingExecutor.SingletonTask.Scheduler SingletonTask.Worker