Uses of Interface
org.hibernate.search.mapper.pojo.work.SearchIndexingPlanExecutionReport
-
Packages that use SearchIndexingPlanExecutionReport Package Description org.hibernate.search.mapper.pojo.work org.hibernate.search.mapper.pojo.work.impl org.hibernate.search.mapper.pojo.work.spi -
-
Uses of SearchIndexingPlanExecutionReport in org.hibernate.search.mapper.pojo.work
Method parameters in org.hibernate.search.mapper.pojo.work with type arguments of type SearchIndexingPlanExecutionReport Modifier and Type Method Description voidIndexingPlanSynchronizationStrategyConfigurationContext. indexingFutureHandler(Consumer<? super CompletableFuture<? extends SearchIndexingPlanExecutionReport>> handler)Set the handler for the (asynchronous) indexing future. -
Uses of SearchIndexingPlanExecutionReport in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement SearchIndexingPlanExecutionReport Modifier and Type Class Description classDelegatingSearchIndexingPlanExecutionReport -
Uses of SearchIndexingPlanExecutionReport in org.hibernate.search.mapper.pojo.work.spi
Method parameters in org.hibernate.search.mapper.pojo.work.spi with type arguments of type SearchIndexingPlanExecutionReport Modifier and Type Method Description voidConfiguredIndexingPlanSynchronizationStrategy.Builder. indexingFutureHandler(Consumer<? super CompletableFuture<? extends SearchIndexingPlanExecutionReport>> handler)
-