Uses of Interface
org.hibernate.search.engine.backend.orchestration.spi.BatchedWorkProcessor
-
Packages that use BatchedWorkProcessor Package Description org.hibernate.search.engine.backend.orchestration.spi -
-
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 BatchedWorkProcessor Modifier and Type Class Description class
BatchingExecutor<P extends BatchedWorkProcessor>
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.
-