Class LocalCacheImplAsyncOperationsFuture<T>

java.lang.Object
com.gigaspaces.async.internal.AbstractFuture<T>
com.gigaspaces.internal.client.cache.localcache.actions.LocalCacheImplAsyncOperationsFuture<T>
All Implemented Interfaces:
AsyncFuture<T>, IFuture<T>, Future<T>

public class LocalCacheImplAsyncOperationsFuture<T> extends AbstractFuture<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)
Author:
eitany