Uses of Interface
net.spy.memcached.internal.BulkFuture
Packages that use BulkFuture
Package
Description
Memcached client and transformation utils
Internal utilities.
-
Uses of BulkFuture in net.spy.memcached
Methods in net.spy.memcached that return BulkFutureModifier and TypeMethodDescriptionMemcachedClient.asyncGetBulk
(String... keys) Varargs wrapper for asynchronous bulk gets with the default transcoder.MemcachedClient.asyncGetBulk
(Collection<String> keys) Asynchronously get a bunch of objects from the cache and decode them with the given transcoder.<T> BulkFuture
<Map<String, T>> MemcachedClient.asyncGetBulk
(Collection<String> keys, Iterator<Transcoder<T>> tcIter) Asynchronously get a bunch of objects from the cache.<T> BulkFuture
<Map<String, T>> MemcachedClient.asyncGetBulk
(Collection<String> keys, Transcoder<T> tc) Asynchronously get a bunch of objects from the cache.MemcachedClient.asyncGetBulk
(Iterator<String> keyIter) Asynchronously get a bunch of objects from the cache and decode them with the given transcoder.<T> BulkFuture
<Map<String, T>> MemcachedClient.asyncGetBulk
(Iterator<String> keyIter, Iterator<Transcoder<T>> tcIter) Asynchronously get a bunch of objects from the cache.<T> BulkFuture
<Map<String, T>> MemcachedClient.asyncGetBulk
(Iterator<String> keyIter, Transcoder<T> tc) Asynchronously get a bunch of objects from the cache.<T> BulkFuture
<Map<String, T>> MemcachedClient.asyncGetBulk
(Transcoder<T> tc, String... keys) Varargs wrapper for asynchronous bulk gets.MemcachedClientIF.asyncGetBulk
(String... keys) MemcachedClientIF.asyncGetBulk
(Collection<String> keys) <T> BulkFuture
<Map<String, T>> MemcachedClientIF.asyncGetBulk
(Collection<String> keys, Iterator<Transcoder<T>> tcs) <T> BulkFuture
<Map<String, T>> MemcachedClientIF.asyncGetBulk
(Collection<String> keys, Transcoder<T> tc) MemcachedClientIF.asyncGetBulk
(Iterator<String> keys) <T> BulkFuture
<Map<String, T>> MemcachedClientIF.asyncGetBulk
(Iterator<String> keys, Iterator<Transcoder<T>> tcs) <T> BulkFuture
<Map<String, T>> MemcachedClientIF.asyncGetBulk
(Iterator<String> keys, Transcoder<T> tc) <T> BulkFuture
<Map<String, T>> MemcachedClientIF.asyncGetBulk
(Transcoder<T> tc, String... keys) -
Uses of BulkFuture in net.spy.memcached.internal
Classes in net.spy.memcached.internal that implement BulkFutureModifier and TypeClassDescriptionclass
Future for handling results from bulk gets.