See: Description
| Interface | Description | 
|---|---|
| AsyncFuture<T> | Extends  Futureto provide a listener API. | 
| AsyncFutureListener<T> | Allows to register for a callback on an  AsyncFutureto be notified when a result arrives. | 
| AsyncResult<T> | An async invocation result holding the actual result of the invocation or an possible exception
 raised during the invocation. | 
| AsyncResultFilter<T> | An optional filter that can be used with distributed tasks. | 
| AsyncResultsReducer<T,R> | A generic interface that reduces a list of  AsyncResult. | 
| Class | Description | 
|---|---|
| AsyncResultFilterEvent<T> | Represents an  AsyncResultFilterevent. | 
| Executors | Created by Barak Bar Orion 19/08/14. | 
| FutureFactory | A factory for different types of special futures, such as compound ones. | 
| SettableFuture<T> | Created by Barak Bar Orion 19/08/14. | 
| Enum | Description | 
|---|---|
| AsyncResultFilter.Decision | Controls what should be done with the results. | 
Copyright © GigaSpaces.