See: Description
| Interface | Description | 
|---|---|
| AsyncFuture<T> | 
 Extends  
Future to provide a listener API. | 
| AsyncFutureListener<T> | 
 Allows to register for a callback on an  
AsyncFuture to 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  
AsyncResultFilter event. | 
| FutureFactory | 
 A factory for different types of special futures, such as compound ones. 
 | 
| Enum | Description | 
|---|---|
| AsyncResultFilter.Decision | 
 Controls what should be done with the results. 
 | 
Copyright © GigaSpaces.