Uses of Interface
com.gigaspaces.lrmi.nio.async.IFuture
Packages that use IFuture
Package
Description
Provides GigaSpaces asynchronous operations related interfaces.
-
Uses of IFuture in com.gigaspaces.async
Classes in com.gigaspaces.async that implement IFuture -
Uses of IFuture in com.gigaspaces.async.internal
Classes in com.gigaspaces.async.internal that implement IFuture -
Uses of IFuture in com.gigaspaces.internal.client.cache.localcache.actions
Classes in com.gigaspaces.internal.client.cache.localcache.actions that implement IFutureModifier and TypeClassDescriptionclassBase 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) -
Uses of IFuture in com.gigaspaces.internal.cluster.node.impl.router
Methods in com.gigaspaces.internal.cluster.node.impl.router with parameters of type IFutureModifier and TypeMethodDescriptionAbstractProxyBasedReplicationMonitoredConnection.handleException(Throwable ex, IFuture future) -
Uses of IFuture in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type IFutureModifier and TypeMethodDescriptionSpaceImpl.asyncRead(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers, IFuture result) -
Uses of IFuture in com.gigaspaces.lrmi.nio.async
Classes in com.gigaspaces.lrmi.nio.async that implement IFutureModifier and TypeClassDescriptionclassLRMIFuture<T>A future implementation used to hold delayed result coming from one target.Methods in com.gigaspaces.lrmi.nio.async that return IFutureModifier and TypeMethodDescriptionstatic IFutureFutureContext.getFutureResult()FutureContext.FutureParams.getResult()<T> IFuture<T>Methods in com.gigaspaces.lrmi.nio.async with parameters of type IFutureModifier and TypeMethodDescriptionIExceptionHandler.handleException(Throwable ex, IFuture future) static voidFutureContext.setFutureResult(IFuture result)