Package voldemort.client.protocol

Classes that abstract the serialization format for Voldemort client requests.

See:
          Description

Interface Summary
RequestFormat Abstracts the serialization mechanism used to write a client request.
VoldemortFilter A filter API to provide client a way to filter entries on server side for streaming APIs.
 

Class Summary
RequestFormatFactory A factory for producing the appropriate client request format given a RequestFormatType
 

Enum Summary
RequestFormatType An enumeration of request serialization types
 

Package voldemort.client.protocol Description

Classes that abstract the serialization format for Voldemort client requests.



Jay Kreps