Package org.apache.flink.core.asyncprocessing
-
Interface Summary Interface Description AsyncFuture<T> AsyncFuture is a future that act as a return value for async state interfaces.AsyncFutureImpl.AsyncFrameworkExceptionHandler Handle exceptions thrown by async state callback framework.AsyncFutureImpl.CallbackRunner The entry for a state future to submit task to mailbox.InternalAsyncFuture<T> The Internal definition ofAsyncFuture, add some method that will be used by framework. -
Class Summary Class Description AsyncFutureImpl<T> The default implementation ofAsyncFuture.CompletedAsyncFuture<T> AAsyncFuturethat has already been completed when it is created.InternalAsyncFutureUtils A collection of utilities that expand the usage ofAsyncFuture.