Uses of Class
org.hibernate.search.engine.backend.common.spi.MultiEntityOperationExecutionReport
-
Packages that use MultiEntityOperationExecutionReport Package Description org.hibernate.search.engine.backend.common.spi org.hibernate.search.engine.backend.work.execution.spi -
-
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return MultiEntityOperationExecutionReport Modifier and Type Method Description MultiEntityOperationExecutionReport<R>MultiEntityOperationExecutionReport.Builder. build()Methods in org.hibernate.search.engine.backend.common.spi that return types with arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description static <R> CompletableFuture<MultiEntityOperationExecutionReport<R>>MultiEntityOperationExecutionReport. allOf(List<CompletableFuture<MultiEntityOperationExecutionReport<R>>> reportFutures)Methods in org.hibernate.search.engine.backend.common.spi with parameters of type MultiEntityOperationExecutionReport Modifier and Type Method Description MultiEntityOperationExecutionReport.Builder<R>MultiEntityOperationExecutionReport.Builder. add(MultiEntityOperationExecutionReport<R> report)Method parameters in org.hibernate.search.engine.backend.common.spi with type arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description static <R> CompletableFuture<MultiEntityOperationExecutionReport<R>>MultiEntityOperationExecutionReport. allOf(List<CompletableFuture<MultiEntityOperationExecutionReport<R>>> reportFutures) -
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi that return types with arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description <R> CompletableFuture<MultiEntityOperationExecutionReport<R>>IndexIndexingPlan. executeAndReport(EntityReferenceFactory<R> entityReferenceFactory)Start executing all the works in this plan, and clear the plan so that it can be re-used.
-