Uses of Class
voldemort.store.socket.SocketStore

Packages that use SocketStore
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 
 

Uses of SocketStore in voldemort.store.socket
 

Methods in voldemort.store.socket that return SocketStore
 SocketStore SocketStoreFactory.create(java.lang.String storeName, java.lang.String hostName, int port, RequestFormatType requestFormatType, RequestRoutingType requestRoutingType)
          Creates a new SocketStore using the specified store name, remote server, format type and routing type.
 

Uses of SocketStore in voldemort.store.socket.clientrequest
 

Methods in voldemort.store.socket.clientrequest that return SocketStore
 SocketStore ClientRequestExecutorPool.create(java.lang.String storeName, java.lang.String hostName, int port, RequestFormatType requestFormatType, RequestRoutingType requestRoutingType)
          Create a new socket store to talk to a given server for a specific store Note: IGNORE_CHECKS will only be honored for Protobuf request format
 



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