Uses of Interface
voldemort.utils.pool.AsyncResourceRequest

Packages that use AsyncResourceRequest
voldemort.utils.pool Resource pool implementation which works! Used on the client side for storing the pool of connections. 
 

Uses of AsyncResourceRequest in voldemort.utils.pool
 

Methods in voldemort.utils.pool that return types with arguments of type AsyncResourceRequest
protected  java.util.Queue<AsyncResourceRequest<V>> QueuedKeyedResourcePool.getRequestQueueForExistingKey(K key)
           
protected  java.util.Queue<AsyncResourceRequest<V>> QueuedKeyedResourcePool.getRequestQueueForKey(K key)
           
 

Methods in voldemort.utils.pool with parameters of type AsyncResourceRequest
protected  void QueuedKeyedResourcePool.destroyRequest(AsyncResourceRequest<V> resourceRequest)
          A safe wrapper to destroy the given resource request.
 void QueuedKeyedResourcePool.registerResourceRequest(K key, AsyncResourceRequest<V> resourceRequest)
          This method is the asynchronous (nonblocking) version of KeyedResourcePool.checkout.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu