Uses of Class
voldemort.utils.pool.KeyedResourcePool.Pool

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

Uses of KeyedResourcePool.Pool in voldemort.utils.pool
 

Methods in voldemort.utils.pool that return KeyedResourcePool.Pool
protected  KeyedResourcePool.Pool<V> KeyedResourcePool.getResourcePoolForExistingKey(K key)
          Get the pool for the given key.
protected  KeyedResourcePool.Pool<V> KeyedResourcePool.getResourcePoolForKey(K key)
          Get the pool for the given key.
 

Methods in voldemort.utils.pool with parameters of type KeyedResourcePool.Pool
protected  V KeyedResourcePool.attemptNonBlockingCheckout(K key, KeyedResourcePool.Pool<V> pool)
          Get a free resource if one exists.
protected  void KeyedResourcePool.destroyResource(K key, KeyedResourcePool.Pool<V> resourcePool, V resource)
           
 



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