Uses of Interface
org.hibernate.search.engine.backend.orchestration.spi.BatchedWork
Packages that use BatchedWork
-
Uses of BatchedWork in org.hibernate.search.engine.backend.orchestration.spi
Classes in org.hibernate.search.engine.backend.orchestration.spi with type parameters of type BatchedWorkModifier 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.