Class CompoundFuture<T,R>

java.lang.Object
com.gigaspaces.async.internal.CompoundFuture<T,R>
All Implemented Interfaces:
AsyncFuture<R>, AsyncFutureListener<T>, Future<R>

public class CompoundFuture<T,R> extends Object implements AsyncFuture<R>, AsyncFutureListener<T>
a future implementation used to aggregate results from multiple Futures. it uses a call back from the single Futures to determine whether the action has completed.
Since:
6.5
Author:
asy ronen