Uses of Class
com.gigaspaces.async.internal.AbstractFuture
Packages that use AbstractFuture
Package
Description
Provides GigaSpaces asynchronous operations related interfaces.
-
Uses of AbstractFuture in com.gigaspaces.async
Subclasses of AbstractFuture in com.gigaspaces.async -
Uses of AbstractFuture in com.gigaspaces.internal.client.cache.localcache.actions
Subclasses of AbstractFuture in com.gigaspaces.internal.client.cache.localcache.actionsModifier 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)