Uses of Interface
org.hibernate.search.engine.backend.orchestration.spi.BatchedWork
-
Packages that use BatchedWork Package Description org.hibernate.search.engine.backend.orchestration.spi -
-
Uses of BatchedWork in org.hibernate.search.engine.backend.orchestration.spi
Methods in org.hibernate.search.engine.backend.orchestration.spi with parameters of type BatchedWork Modifier and Type Method Description void
BatchingExecutor. submit(BatchedWork<? super P> work)
Submit a work for execution.
-