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 TypeMethodDescriptionMultiEntityOperationExecutionReport.allOf
(List<CompletableFuture<MultiEntityOperationExecutionReport>> reportFutures) Methods in org.hibernate.search.engine.backend.common.spi with parameters of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.Builder.add
(MultiEntityOperationExecutionReport report) Method parameters in org.hibernate.search.engine.backend.common.spi with type arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.allOf
(List<CompletableFuture<MultiEntityOperationExecutionReport>> 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
(OperationSubmitter operationSubmitter) Start executing all the works in this plan, and clear the plan so that it can be re-used. -
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.mapper.orm.automaticindexing.spi
Methods in org.hibernate.search.mapper.orm.automaticindexing.spi that return types with arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionAutomaticIndexingQueueEventProcessingPlan.executeAndReport
(OperationSubmitter operationSubmitter) Writes all pending changes to the index now, and clears the plan so that it can be re-used.AutomaticIndexingQueueEventSendingPlan.sendAndReport
(OperationSubmitter operationSubmitter) Sends the events to the queue. -
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return types with arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionPojoIndexingPlan.executeAndReport
(OperationSubmitter operationSubmitter) Write all pending changes to the index now, without waiting for a Hibernate ORM flush event or transaction commit, and clear the plan so that it can be re-used.PojoIndexingQueueEventProcessingPlan.executeAndReport
(OperationSubmitter operationSubmitter) Writes all pending changes to the index now, and clears the plan so that it can be re-used.PojoIndexingQueueEventSendingPlan.sendAndReport
(OperationSubmitter operationSubmitter) Sends the events to the queue.