|
GigaSpaces XAP 7.0 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
AsyncResultFilterEvent<T> | Represents an AsyncResultFilter event. |
FutureFactory | A factory for different types of special futures, such as compound ones. |
Enum Summary | |
---|---|
AsyncResultFilter.Decision | Controls what should be done with the results. |
Provides GigaSpaces asynchronous operations related interfaces.
|
GigaSpaces XAP 7.0 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |