Package com.gigaspaces.async
package com.gigaspaces.async
Provides GigaSpaces asynchronous operations related interfaces.
-
ClassDescriptionAsyncFuture<T>Extends
Futureto provide a listener API.Allows to register for a callback on anAsyncFutureto 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.An optional filter that can be used with distributed tasks.Controls what should be done with the results.Represents anAsyncResultFilterevent.AsyncResultsReducer<T,R> A generic interface that reduces a list ofAsyncResult.Created by Barak Bar Orion 19/08/14.A factory for different types of special futures, such as compound ones.Created by Barak Bar Orion 19/08/14.