Class IndexIndexingPlanExecutionReport<R>
- java.lang.Object
-
- org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlanExecutionReport<R>
-
- Type Parameters:
R
- The type of entity references.
public final class IndexIndexingPlanExecutionReport<R> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexIndexingPlanExecutionReport.Builder<R>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <R> CompletableFuture<IndexIndexingPlanExecutionReport<R>>
allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport<R>>> reportFutures)
static <R> IndexIndexingPlanExecutionReport.Builder<R>
builder()
List<R>
failingEntityReferences()
Optional<Throwable>
throwable()
-
-
-
Method Detail
-
builder
public static <R> IndexIndexingPlanExecutionReport.Builder<R> builder()
-
allOf
public static <R> CompletableFuture<IndexIndexingPlanExecutionReport<R>> allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport<R>>> reportFutures)
-
-