| Package | Description | 
|---|---|
| com.gigaspaces.async | 
 Provides GigaSpaces asynchronous operations related interfaces. 
 | 
| com.gigaspaces.async.internal | |
| com.gigaspaces.internal.client.cache.localcache.actions | |
| com.gigaspaces.internal.cluster.node.impl.router | |
| com.gigaspaces.internal.server.space | |
| com.gigaspaces.lrmi.nio.async | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SettableFuture<T>
Created by Barak Bar Orion 19/08/14. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractFuture<T>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalCacheImplAsyncOperationsFuture<T>
Base class for dcache async futures, it registers with a custom listener per implementation and
 delegates the result to the user supplied listener when the operation is considered done (Up to
 the custom listener) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
AbstractProxyBasedReplicationMonitoredConnection.handleException(Throwable ex,
               IFuture future)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
SpaceImpl.asyncRead(ITemplatePacket template,
         Transaction txn,
         long timeout,
         boolean ifExists,
         boolean take,
         IJSpaceProxyListener listener,
         SpaceContext sc,
         boolean returnOnlyUid,
         int modifiers,
         IFuture result)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LRMIFuture<T>
A future implementation used to hold delayed result coming from one target. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IFuture | 
FutureContext.getFutureResult()  | 
IFuture | 
FutureContext.FutureParams.getResult()  | 
<T> IFuture<T> | 
LRMIThreadPoolExecutor.submit(Callable<T> task)  | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
IExceptionHandler.handleException(Throwable ex,
               IFuture future)  | 
static void | 
FutureContext.setFutureResult(IFuture result)  | 
Copyright © GigaSpaces.