R - The type of entity references.public final class IndexIndexingPlanExecutionReport<R> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexIndexingPlanExecutionReport.Builder<R> |
| Modifier and Type | Method and Description |
|---|---|
static <R> CompletableFuture<IndexIndexingPlanExecutionReport<R>> |
allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport<R>>> reportFutures) |
static <R> IndexIndexingPlanExecutionReport.Builder<R> |
builder() |
List<R> |
getFailingEntityReferences() |
Optional<Throwable> |
getThrowable() |
public static <R> IndexIndexingPlanExecutionReport.Builder<R> builder()
public static <R> CompletableFuture<IndexIndexingPlanExecutionReport<R>> allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport<R>>> reportFutures)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.