Class MultiEntityOperationExecutionReport<R>
java.lang.Object
org.hibernate.search.engine.backend.common.spi.MultiEntityOperationExecutionReport<R>
- Type Parameters:
R- The type of entity references.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic <R> CompletableFuture<MultiEntityOperationExecutionReport<R>>allOf(List<CompletableFuture<MultiEntityOperationExecutionReport<R>>> reportFutures) static <R> MultiEntityOperationExecutionReport.Builder<R>builder()
-
Method Details
-
builder
-
allOf
public static <R> CompletableFuture<MultiEntityOperationExecutionReport<R>> allOf(List<CompletableFuture<MultiEntityOperationExecutionReport<R>>> reportFutures) -
throwable
-
failingEntityReferences
-