Uses of Class
org.hibernate.search.engine.backend.common.spi.MultiEntityOperationExecutionReport
Packages that use MultiEntityOperationExecutionReport
Package
Description
-
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return MultiEntityOperationExecutionReportMethods in org.hibernate.search.engine.backend.common.spi that return types with arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionstatic <R> CompletableFuture<MultiEntityOperationExecutionReport<R>>MultiEntityOperationExecutionReport.allOf(List<CompletableFuture<MultiEntityOperationExecutionReport<R>>> reportFutures) Methods in org.hibernate.search.engine.backend.common.spi with parameters of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.Builder.add(MultiEntityOperationExecutionReport<R> report) Method parameters in org.hibernate.search.engine.backend.common.spi with type arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionstatic <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 MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionIndexIndexingPlan.executeAndReport(EntityReferenceFactory<R> entityReferenceFactory) Start executing all the works in this plan, and clear the plan so that it can be re-used.