Package com.linkedin.alpini.base.misc
Interface ScheduledFuture<V>
-
- All Superinterfaces:
AsyncFuture<V>
,java.lang.Comparable<java.util.concurrent.Delayed>
,java.util.concurrent.CompletionStage<V>
,java.util.concurrent.Delayed
,java.util.concurrent.Future<V>
,java.util.concurrent.ScheduledFuture<V>
- All Known Subinterfaces:
RunnableScheduledFuture<V>
public interface ScheduledFuture<V> extends java.util.concurrent.ScheduledFuture<V>, AsyncFuture<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.linkedin.alpini.base.concurrency.AsyncFuture
AsyncFuture.Status
-
-
Field Summary
-
Fields inherited from interface com.linkedin.alpini.base.concurrency.AsyncFuture
NULL_SUCCESS
-
-
Method Summary
-
Methods inherited from interface com.linkedin.alpini.base.concurrency.AsyncFuture
addListener, addListener, await, await, awaitUninterruptibly, awaitUninterruptibly, getCause, getNow, isSuccess
-
Methods inherited from interface java.util.concurrent.CompletionStage
acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, 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
-
-