Uses of Package
voldemort.client.protocol

Packages that use voldemort.client.protocol
voldemort.client The user facing interface to Voldemort. 
voldemort.client.protocol Classes that abstract the serialization format for Voldemort client requests. 
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.protocol.admin.filter Classes that deal with filters that can be used by our streaming API 
voldemort.client.protocol.pb A protocol buffers based client-side request format. 
voldemort.client.protocol.vold Classes specific to our native Voldemort protocol. 
voldemort.server The Voldemort server. 
voldemort.server.http The HTTP server. 
voldemort.server.protocol The server side of request RPC handling. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.store.http HTTP based storage engine 
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 
 

Classes in voldemort.client.protocol used by voldemort.client
RequestFormatType
          An enumeration of request serialization types
 

Classes in voldemort.client.protocol used by voldemort.client.protocol
RequestFormat
          Abstracts the serialization mechanism used to write a client request.
RequestFormatType
          An enumeration of request serialization types
 

Classes in voldemort.client.protocol used by voldemort.client.protocol.admin
RequestFormatType
          An enumeration of request serialization types
VoldemortFilter
          A filter API to provide client a way to filter entries on server side for streaming APIs.
 

Classes in voldemort.client.protocol used by voldemort.client.protocol.admin.filter
VoldemortFilter
          A filter API to provide client a way to filter entries on server side for streaming APIs.
 

Classes in voldemort.client.protocol used by voldemort.client.protocol.pb
RequestFormat
          Abstracts the serialization mechanism used to write a client request.
 

Classes in voldemort.client.protocol used by voldemort.client.protocol.vold
RequestFormat
          Abstracts the serialization mechanism used to write a client request.
 

Classes in voldemort.client.protocol used by voldemort.server
RequestFormatType
          An enumeration of request serialization types
 

Classes in voldemort.client.protocol used by voldemort.server.http
RequestFormatType
          An enumeration of request serialization types
 

Classes in voldemort.client.protocol used by voldemort.server.protocol
RequestFormatType
          An enumeration of request serialization types
 

Classes in voldemort.client.protocol used by voldemort.server.protocol.admin
VoldemortFilter
          A filter API to provide client a way to filter entries on server side for streaming APIs.
 

Classes in voldemort.client.protocol used by voldemort.store.http
RequestFormat
          Abstracts the serialization mechanism used to write a client request.
 

Classes in voldemort.client.protocol used by voldemort.store.socket
RequestFormatType
          An enumeration of request serialization types
 

Classes in voldemort.client.protocol used by voldemort.store.socket.clientrequest
RequestFormat
          Abstracts the serialization mechanism used to write a client request.
RequestFormatType
          An enumeration of request serialization types
 



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