Package org.infinispan.util.concurrent
Interface ScheduledCompletableStage<V>
- Type Parameters:
V
- The result type
- All Superinterfaces:
Comparable<Delayed>
,CompletionStage<V>
,Delayed
- All Known Subinterfaces:
BlockingManager.ScheduledBlockingCompletableStage<V>
A scheduled CompletionStage that may be cancelled if it has not been started yet.
If it is cancelled the stage will be completed exceptionally with a
CancellationException
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface java.util.concurrent.CompletionStage
acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, exceptionallyAsync, exceptionallyAsync, exceptionallyCompose, exceptionallyComposeAsync, exceptionallyComposeAsync, handle, handleAsync, handleAsync, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, whenComplete, whenCompleteAsync, whenCompleteAsync