Package voldemort.client.protocol.admin

Classes that abstract admin based Voldemort requests.

See:
          Description

Class Summary
AdminClient AdminClient is intended for administrative functionality that is useful and often needed, but should be used sparingly (if at all) at the application level.
AdminClientConfig Client Configuration properties for AdminClient
BaseStreamingClient The streaming API allows for send events into voldemort stores in the async fashion.
QueryKeyResult Return type of AdminClient.QueryKeys.
SocketAndStreams A wrapper class that wraps a socket with its DataInputStream and DataOutputStream
SocketPool A pool of sockets keyed off the socket destination.
SocketResourceFactory A Factory for creating sockets
StreamingClient This class is a wrapper on the StreamingClient It serves the purpose of making streaming resilient to single node failures and making it highly available.
StreamingClientConfig  
 

Package voldemort.client.protocol.admin Description

Classes that abstract admin based Voldemort requests.



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