Uses of Interface
net.spy.memcached.internal.ListenableFuture
-
Packages that use ListenableFuture Package Description net.spy.memcached.internal Internal utilities. -
-
Uses of ListenableFuture in net.spy.memcached.internal
Classes in net.spy.memcached.internal that implement ListenableFuture Modifier and Type Class Description classAbstractListenableFuture<T,L extends GenericCompletionListener>TheAbstractListenableFutureimplements common functionality shared by all futures that implement theListenableFuture.classBulkGetFuture<T>Future for handling results from bulk gets.classGetFuture<T>Future returned for GET operations.classOperationFuture<T>Managed future for operations.
-