Uses of Class
org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder
-
Packages that use IndexIndexingPlanExecutionReport.Builder Package Description org.hibernate.search.engine.backend.work.execution.spi -
-
Uses of IndexIndexingPlanExecutionReport.Builder in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi that return IndexIndexingPlanExecutionReport.Builder Modifier and Type Method Description IndexIndexingPlanExecutionReport.Builder<R>
IndexIndexingPlanExecutionReport.Builder. add(IndexIndexingPlanExecutionReport<R> report)
static <R> IndexIndexingPlanExecutionReport.Builder<R>
IndexIndexingPlanExecutionReport. builder()
IndexIndexingPlanExecutionReport.Builder<R>
IndexIndexingPlanExecutionReport.Builder. failingEntityReference(EntityReferenceFactory<R> referenceFactory, String typeName, Object entityIdentifier)
IndexIndexingPlanExecutionReport.Builder<R>
IndexIndexingPlanExecutionReport.Builder. failingEntityReference(R reference)
IndexIndexingPlanExecutionReport.Builder<R>
IndexIndexingPlanExecutionReport.Builder. throwable(Throwable throwable)
-