Uses of Class
org.hibernate.search.engine.backend.common.spi.MultiEntityOperationExecutionReport
-
-
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.backend.elasticsearch.work.execution.impl
Methods in org.hibernate.search.backend.elasticsearch.work.execution.impl that return types with arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description CompletableFuture<MultiEntityOperationExecutionReport>ElasticsearchIndexIndexingPlan. executeAndReport(OperationSubmitter operationSubmitter) -
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.backend.lucene.work.execution.impl
Methods in org.hibernate.search.backend.lucene.work.execution.impl that return types with arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description CompletableFuture<MultiEntityOperationExecutionReport>LuceneIndexIndexingPlan. executeAndReport(OperationSubmitter operationSubmitter) -
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 MultiEntityOperationExecutionReportMultiEntityOperationExecutionReport.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 CompletableFuture<MultiEntityOperationExecutionReport>MultiEntityOperationExecutionReport. allOf(List<CompletableFuture<MultiEntityOperationExecutionReport>> reportFutures)Methods in org.hibernate.search.engine.backend.common.spi with parameters of type MultiEntityOperationExecutionReport Modifier and Type Method Description MultiEntityOperationExecutionReport.BuilderMultiEntityOperationExecutionReport.Builder. add(MultiEntityOperationExecutionReport report)Method parameters in org.hibernate.search.engine.backend.common.spi with type arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description static CompletableFuture<MultiEntityOperationExecutionReport>MultiEntityOperationExecutionReport. 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 MultiEntityOperationExecutionReport Modifier and Type Method Description CompletableFuture<MultiEntityOperationExecutionReport>IndexIndexingPlan. 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.impl
Methods in org.hibernate.search.mapper.orm.automaticindexing.impl that return types with arguments of type MultiEntityOperationExecutionReport Modifier and Type Method Description CompletableFuture<MultiEntityOperationExecutionReport>AutomaticIndexingQueueEventProcessingPlanImpl. executeAndReport(OperationSubmitter operationSubmitter)CompletableFuture<MultiEntityOperationExecutionReport>HibernateOrmIndexingQueueEventSendingPlan. sendAndReport(OperationSubmitter operationSubmitter) -
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 MultiEntityOperationExecutionReport Modifier and Type Method Description CompletableFuture<MultiEntityOperationExecutionReport>AutomaticIndexingQueueEventProcessingPlan. executeAndReport(OperationSubmitter operationSubmitter)Writes all pending changes to the index now, and clears the plan so that it can be re-used.CompletableFuture<MultiEntityOperationExecutionReport>AutomaticIndexingQueueEventSendingPlan. sendAndReport(OperationSubmitter operationSubmitter)Sends the events to the queue. -
Uses of MultiEntityOperationExecutionReport in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type MultiEntityOperationExecutionReport Constructor Description DelegatingSearchIndexingPlanExecutionReport(MultiEntityOperationExecutionReport delegate) -
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 MultiEntityOperationExecutionReport Modifier and Type Method Description CompletableFuture<MultiEntityOperationExecutionReport>PojoIndexingPlan. 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.CompletableFuture<MultiEntityOperationExecutionReport>PojoIndexingQueueEventProcessingPlan. executeAndReport(OperationSubmitter operationSubmitter)Writes all pending changes to the index now, and clears the plan so that it can be re-used.CompletableFuture<MultiEntityOperationExecutionReport>PojoIndexingQueueEventSendingPlan. sendAndReport(OperationSubmitter operationSubmitter)Sends the events to the queue.
-