|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientRequestExecutor | |
|---|---|
| voldemort.store.socket.clientrequest | More classes related to how to parse client requests |
| voldemort.store.stats | Store wrappers which deal with statistics |
| Uses of ClientRequestExecutor in voldemort.store.socket.clientrequest |
|---|
| Methods in voldemort.store.socket.clientrequest that return ClientRequestExecutor | |
|---|---|
ClientRequestExecutor |
ClientRequestExecutorPool.checkout(SocketDestination destination)
Checkout a socket from the pool |
ClientRequestExecutor |
ClientRequestExecutorFactory.create(SocketDestination dest)
Create a ClientRequestExecutor for the given SocketDestination. |
| Methods in voldemort.store.socket.clientrequest with parameters of type ClientRequestExecutor | |
|---|---|
void |
ClientRequestExecutorPool.checkin(SocketDestination destination,
ClientRequestExecutor clientRequestExecutor)
Check the socket back into the pool. |
void |
ClientRequestExecutorFactory.destroy(SocketDestination dest,
ClientRequestExecutor clientRequestExecutor)
Close the ClientRequestExecutor. |
boolean |
ClientRequestExecutorFactory.validate(SocketDestination dest,
ClientRequestExecutor clientRequestExecutor)
|
| Uses of ClientRequestExecutor in voldemort.store.stats |
|---|
| Method parameters in voldemort.store.stats with type arguments of type ClientRequestExecutor | |
|---|---|
void |
ClientSocketStats.setPool(QueuedKeyedResourcePool<SocketDestination,ClientRequestExecutor> pool)
|
| Constructor parameters in voldemort.store.stats with type arguments of type ClientRequestExecutor | |
|---|---|
ClientSocketStats(ClientSocketStats parent,
SocketDestination destination,
QueuedKeyedResourcePool<SocketDestination,ClientRequestExecutor> pool,
int jmxId)
To construct a per node stats object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||