| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.work.execution.spi |
| Modifier and Type | Method and Description |
|---|---|
IndexIndexingPlanExecutionReport |
IndexIndexingPlanExecutionReport.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<IndexIndexingPlanExecutionReport> |
IndexIndexingPlanExecutionReport.allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport>> reportFutures) |
CompletableFuture<IndexIndexingPlanExecutionReport> |
IndexIndexingPlan.executeAndReport()
Start executing all the works in this plan, and clear the plan so that it can be re-used.
|
| Modifier and Type | Method and Description |
|---|---|
IndexIndexingPlanExecutionReport.Builder |
IndexIndexingPlanExecutionReport.Builder.add(IndexIndexingPlanExecutionReport report) |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<IndexIndexingPlanExecutionReport> |
IndexIndexingPlanExecutionReport.allOf(List<CompletableFuture<IndexIndexingPlanExecutionReport>> reportFutures) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.