T - public class ChainingFuture<T> extends InternalCompletableFuture<T>
InternalCompletableFuture serially.
It advances to the next future only when the previous future is completed.
It completes when there is no other future available.| Modifier and Type | Class and Description |
|---|---|
static interface |
ChainingFuture.ExceptionHandler |
CompletableFuture.AsynchronousCompletionTask| Constructor and Description |
|---|
ChainingFuture(Iterator<InternalCompletableFuture<T>> futuresToChain,
ChainingFuture.ExceptionHandler exceptionHandler) |
completedExceptionally, completedExceptionally, completingCallback, joinInternal, newCompletedFuture, newCompletedFuture, newCompletedFuture, newCompletedFuture, newDelegatingFuture, withExecutoracceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, completeExceptionally, exceptionally, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, obtrudeException, obtrudeValue, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsyncpublic ChainingFuture(Iterator<InternalCompletableFuture<T>> futuresToChain, ChainingFuture.ExceptionHandler exceptionHandler)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.