public static final class IndexIndexingPlanExecutionReport.Builder<R> extends Object
| Modifier and Type | Method and 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) |
public IndexIndexingPlanExecutionReport.Builder<R> add(IndexIndexingPlanExecutionReport<R> report)
public IndexIndexingPlanExecutionReport.Builder<R> throwable(Throwable throwable)
public IndexIndexingPlanExecutionReport.Builder<R> failingEntityReference(R reference)
public IndexIndexingPlanExecutionReport.Builder<R> failingEntityReference(EntityReferenceFactory<R> referenceFactory, String typeName, Object entityIdentifier)
public IndexIndexingPlanExecutionReport<R> build()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.