Package org.apache.ignite.internal.util.future
Future related classes.
-
Class Summary Class Description AsyncFutureListener<V> Wraps listener and executes it in specified executor.CountDownFuture GridCompoundFuture<T,R> Future composed of multiple inner futures.GridCompoundIdentityFuture<T> Compound future with reducer which accepts and produces results of the same type.GridEmbeddedFuture<A,B> Future which waits for embedded future to complete and then asynchronously executes provided closure with embedded future result.GridFinishedFuture<T> Future that is completed at creation time.GridFutureAdapter<R> Future adapter.IgniteFinishedFutureImpl<V> IgniteFutureImpl<V> Implementation of public API future.IgniteRemoteMapTask<T,R> Util task that will execute ComputeTask on a given node.