Uses of Package
voldemort.client.protocol.admin

Packages that use voldemort.client.protocol.admin
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
voldemort.server.gossip Classes associated with the Gossip feature. 
voldemort.store.readonly.swapper Classes used for fetching and swapping read-only stores. 
voldemort.utils Basic helper functions. 
 

Classes in voldemort.client.protocol.admin used by voldemort.client.protocol.admin
AdminClientConfig
          Client Configuration properties for AdminClient
SocketAndStreams
          A wrapper class that wraps a socket with its DataInputStream and DataOutputStream
 

Classes in voldemort.client.protocol.admin used by voldemort.client.rebalance
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
 

Classes in voldemort.client.protocol.admin used by voldemort.server.gossip
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.
 

Classes in voldemort.client.protocol.admin used by voldemort.store.readonly.swapper
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.
 

Classes in voldemort.client.protocol.admin used by voldemort.utils
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.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao