Uses of Class
voldemort.utils.pool.QueuedKeyedResourcePool

Packages that use QueuedKeyedResourcePool
voldemort.store.stats Store wrappers which deal with statistics 
voldemort.utils.pool Resource pool implementation which works! Used on the client side for storing the pool of connections. 
 

Uses of QueuedKeyedResourcePool in voldemort.store.stats
 

Methods in voldemort.store.stats with parameters of type QueuedKeyedResourcePool
 void ClientSocketStats.setPool(QueuedKeyedResourcePool<SocketDestination,ClientRequestExecutor> pool)
           
 

Constructors in voldemort.store.stats with parameters of type QueuedKeyedResourcePool
ClientSocketStats(ClientSocketStats parent, SocketDestination destination, QueuedKeyedResourcePool<SocketDestination,ClientRequestExecutor> pool, java.lang.String identifierString)
          To construct a per node stats object
 

Uses of QueuedKeyedResourcePool in voldemort.utils.pool
 

Methods in voldemort.utils.pool that return QueuedKeyedResourcePool
static
<K,V> QueuedKeyedResourcePool<K,V>
QueuedKeyedResourcePool.create(ResourceFactory<K,V> factory)
          Create a new queued pool using the defaults for key of tyep K, request of type R, and value of Type V.
static
<K,V> QueuedKeyedResourcePool<K,V>
QueuedKeyedResourcePool.create(ResourceFactory<K,V> factory, ResourcePoolConfig config)
          Create a new queued pool with key type K, request type R, and value type V.
 



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