Class IndexIndexingPlanExecutionReport.Builder<R>
- java.lang.Object
-
- org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport.Builder<R>
-
- Enclosing class:
- IndexIndexingPlanExecutionReport<R>
public static final class IndexIndexingPlanExecutionReport.Builder<R> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexIndexingPlanExecutionReport.Builder<R>
add(IndexIndexingPlanExecutionReport<R> report)
IndexIndexingPlanExecutionReport<R>
build()
IndexIndexingPlanExecutionReport.Builder<R>
failingEntityReference(EntityReferenceFactory<R> referenceFactory, String typeName, Object entityIdentifier)
IndexIndexingPlanExecutionReport.Builder<R>
failingEntityReference(R reference)
IndexIndexingPlanExecutionReport.Builder<R>
throwable(Throwable throwable)
-
-
-
Method Detail
-
add
public IndexIndexingPlanExecutionReport.Builder<R> add(IndexIndexingPlanExecutionReport<R> report)
-
throwable
public IndexIndexingPlanExecutionReport.Builder<R> throwable(Throwable throwable)
-
failingEntityReference
public IndexIndexingPlanExecutionReport.Builder<R> failingEntityReference(R reference)
-
failingEntityReference
public IndexIndexingPlanExecutionReport.Builder<R> failingEntityReference(EntityReferenceFactory<R> referenceFactory, String typeName, Object entityIdentifier)
-
build
public IndexIndexingPlanExecutionReport<R> build()
-
-