|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
int jmxId)
To construct a per node stats object |
|
| Uses of QueuedKeyedResourcePool in voldemort.utils.pool |
|---|
| Methods in voldemort.utils.pool that return QueuedKeyedResourcePool | ||
|---|---|---|
static
|
QueuedKeyedResourcePool.create(ResourceFactory<K,V> factory)
Create a new queued pool using the defaults |
|
static
|
QueuedKeyedResourcePool.create(ResourceFactory<K,V> factory,
ResourcePoolConfig config)
Create a new queued pool |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||