Uses of Package
voldemort.store.socket

Packages that use voldemort.store.socket
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.cluster.failuredetector Classes associated with client side failure detectors. 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.store.rebalancing Server side wrapper stores used for redirection during rebalancing. 
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 used by voldemort.client.protocol.admin
SocketDestination
          A host + port + protocol
 

Classes in voldemort.store.socket used by voldemort.cluster.failuredetector
SocketStoreFactory
          SocketStoreFactory manages the creation of SocketStore instances.
 

Classes in voldemort.store.socket used by voldemort.server.storage
SocketStoreFactory
          SocketStoreFactory manages the creation of SocketStore instances.
 

Classes in voldemort.store.socket used by voldemort.store.rebalancing
SocketStoreFactory
          SocketStoreFactory manages the creation of SocketStore instances.
 

Classes in voldemort.store.socket used by voldemort.store.socket
SocketDestination
          A host + port + protocol
SocketStore
          The client implementation of a socket store--translates each request into a network operation to be handled by the socket server on the other side.
 

Classes in voldemort.store.socket used by voldemort.store.socket.clientrequest
SocketDestination
          A host + port + protocol
SocketStore
          The client implementation of a socket store--translates each request into a network operation to be handled by the socket server on the other side.
SocketStoreFactory
          SocketStoreFactory manages the creation of SocketStore instances.
 

Classes in voldemort.store.socket used by voldemort.store.stats
SocketDestination
          A host + port + protocol
 



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