Uses of Class
org.hibernate.search.engine.backend.common.spi.MultiEntityOperationExecutionReport
Packages that use MultiEntityOperationExecutionReport
Package
Description
-
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 MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionElasticsearchIndexIndexingPlan.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 MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionLuceneIndexIndexingPlan.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 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.impl
Methods in org.hibernate.search.mapper.orm.automaticindexing.impl that return types with arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionAutomaticIndexingQueueEventProcessingPlanImpl.executeAndReport(OperationSubmitter operationSubmitter) 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 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.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return types with arguments of type MultiEntityOperationExecutionReportModifier and TypeMethodDescriptionPojoIndexingPlanEventProcessingStrategy.doExecuteAndReport(Collection<PojoIndexedTypeIndexingPlan<?, ?>> indexedTypeDelegates, PojoLoadingPlanProvider loadingPlanProvider, OperationSubmitter operationSubmitter) PojoIndexingPlanEventSendingStrategy.doExecuteAndReport(Collection<PojoIndexedTypeIndexingPlan<?, ?>> indexedTypeDelegates, PojoLoadingPlanProvider loadingPlanProvider, OperationSubmitter operationSubmitter) PojoIndexingPlanLocalStrategy.doExecuteAndReport(Collection<PojoIndexedTypeIndexingPlan<?, ?>> indexedTypeDelegates, PojoLoadingPlanProvider loadingPlanProvider, OperationSubmitter operationSubmitter) PojoIndexingPlanImpl.executeAndReport(OperationSubmitter operationSubmitter) PojoIndexingQueueEventProcessingPlanImpl.executeAndReport(OperationSubmitter operationSubmitter) Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type MultiEntityOperationExecutionReportModifierConstructorDescription -
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.