Uses of Class
voldemort.client.protocol.admin.SocketAndStreams

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)
           
 



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