Uses of Interface
org.hibernate.search.engine.backend.orchestration.spi.BatchedWorkProcessor
Packages that use BatchedWorkProcessor
-
Uses of BatchedWorkProcessor in org.hibernate.search.engine.backend.orchestration.spi
Classes in org.hibernate.search.engine.backend.orchestration.spi with type parameters of type BatchedWorkProcessorModifier and TypeClassDescriptionfinal classBatchingExecutor<P extends BatchedWorkProcessor,W extends BatchedWork<? super P>> An executor of works that accepts works from multiple threads, puts them in a queue, and processes them in batches in a single background thread.