Package voldemort.store.socket

A store implementation that works remotely over a tcp/ip socket interacting with a SocketServer on the the other side.

See:
          Description

Interface Summary
SocketStoreFactory SocketStoreFactory manages the creation of SocketStore instances.
 

Class Summary
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.
 

Package voldemort.store.socket Description

A store implementation that works remotely over a tcp/ip socket interacting with a SocketServer on the the other side.



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