Uses of Class
net.spy.memcached.internal.GetFuture
-
Packages that use GetFuture Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.internal Internal utilities. -
-
Uses of GetFuture in net.spy.memcached
Methods in net.spy.memcached that return GetFuture Modifier and Type Method Description GetFuture<java.lang.Object>
MemcachedClient. asyncGet(java.lang.String key)
Get the given key asynchronously and decode with the default transcoder.<T> GetFuture<T>
MemcachedClient. asyncGet(java.lang.String key, Transcoder<T> tc)
Get the given key asynchronously. -
Uses of GetFuture in net.spy.memcached.internal
Methods in net.spy.memcached.internal that return GetFuture Modifier and Type Method Description GetFuture<T>
GetFuture. addListener(GetCompletionListener listener)
GetFuture<T>
GetFuture. removeListener(GetCompletionListener listener)
-