| Interface | Description |
|---|---|
| AcceptFunction<T> |
Function which is called with a single argument and does not return a value.
|
| ApplyFunction<V,R> |
Function which is called with a single argument.
|
| BiFunction<T,U,R> |
Function which is called with two arguments and returns a value.
|
| CompletableFuture<T> |
Flink's completable future abstraction.
|
| Future<T> |
Flink's basic future abstraction.
|
| FutureUtils.ConjunctFuture<T> |
A future that is complete once multiple other futures completed.
|
| ScheduledExecutor |
Extension for the
Executor interface which is enriched by method for scheduling tasks
in the future. |
| Class | Description |
|---|---|
| Executors |
Collection of
Executor implementations |
| FutureUtils |
A collection of utilities that expand the usage of
Future and CompletableFuture. |
| ScheduledExecutorServiceAdapter |
Adapter class for a
ScheduledExecutorService which shall be used as a
ScheduledExecutor. |
| Exception | Description |
|---|---|
| FutureUtils.RetryException |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.