|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketAndStreams | |
|---|---|
| voldemort.client.protocol.admin | Classes that abstract admin based Voldemort requests. |
| Uses of SocketAndStreams in voldemort.client.protocol.admin |
|---|
| Methods in voldemort.client.protocol.admin that return SocketAndStreams | |
|---|---|
SocketAndStreams |
SocketPool.checkout(SocketDestination destination)
Checkout a socket from the pool |
SocketAndStreams |
SocketResourceFactory.create(SocketDestination dest)
Create a socket for the given host/port |
| Methods in voldemort.client.protocol.admin with parameters of type SocketAndStreams | |
|---|---|
void |
SocketPool.checkin(SocketDestination destination,
SocketAndStreams socket)
Check the socket back into the pool. |
void |
SocketResourceFactory.destroy(SocketDestination dest,
SocketAndStreams sands)
Close the socket |
boolean |
SocketResourceFactory.validate(SocketDestination dest,
SocketAndStreams sands)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||