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