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