Uses of Interface
net.spy.memcached.internal.ListenableFuture
Packages that use ListenableFuture
-
Uses of ListenableFuture in net.spy.memcached.internal
Classes in net.spy.memcached.internal that implement ListenableFutureModifier and TypeClassDescriptionclassAbstractListenableFuture<T, L extends GenericCompletionListener>TheAbstractListenableFutureimplements common functionality shared by all futures that implement theListenableFuture.classFuture for handling results from bulk gets.classGetFuture<T>Future returned for GET operations.classManaged future for operations.