Uses of Class
net.spy.memcached.internal.AbstractListenableFuture
-
Packages that use AbstractListenableFuture Package Description net.spy.memcached.internal Internal utilities. -
-
Uses of AbstractListenableFuture in net.spy.memcached.internal
Subclasses of AbstractListenableFuture in net.spy.memcached.internal Modifier and Type Class Description class
BulkGetFuture<T>
Future for handling results from bulk gets.class
GetFuture<T>
Future returned for GET operations.class
OperationFuture<T>
Managed future for operations.
-