Uses of Package
voldemort.store.socket.clientrequest

Packages that use voldemort.store.socket.clientrequest
voldemort.store.socket A store implementation that works remotely over a tcp/ip socket interacting with a SocketServer on the the other side. 
voldemort.store.socket.clientrequest More classes related to how to parse client requests 
voldemort.store.stats Store wrappers which deal with statistics 
 

Classes in voldemort.store.socket.clientrequest used by voldemort.store.socket
ClientRequestExecutorPool
          A pool of ClientRequestExecutor keyed off the SocketDestination.
 

Classes in voldemort.store.socket.clientrequest used by voldemort.store.socket.clientrequest
AbstractClientRequest
          AbstractClientRequest implements ClientRequest to provide some basic mechanisms that most implementations will need.
AbstractStoreClientRequest
           
ClientRequest
          ClientRequest represents a single request/response combination to a remote Voldemort instance -- a new instance is created for each request to the server.
ClientRequestExecutor
          ClientRequestExecutor represents a persistent link between a client and server and is used by the ClientRequestExecutorPool to execute requests for the client.
ClientRequestExecutorFactory
          A Factory for creating ClientRequestExecutor instances.
 

Classes in voldemort.store.socket.clientrequest used by voldemort.store.stats
ClientRequestExecutor
          ClientRequestExecutor represents a persistent link between a client and server and is used by the ClientRequestExecutorPool to execute requests for the client.
 



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