|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||