Uses of Package
voldemort.client.protocol.admin

Packages that use voldemort.client.protocol.admin
voldemort The root package. 
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
voldemort.client.rebalance.task Classes that encapsulate a specific rebalance task (between a stealer-node and donor-node). 
voldemort.server.gossip Classes associated with the Gossip feature. 
voldemort.server.rebalance.async   
voldemort.store.readonly.swapper Classes used for fetching and swapping read-only stores. 
voldemort.tools Tools used for administrating a cluster. 
voldemort.tools.admin   
voldemort.tools.admin.command   
voldemort.utils Basic helper functions. 
 

Classes in voldemort.client.protocol.admin used by voldemort
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.client.protocol.admin
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.
AdminClient.BulkStreamingFetchOperations
          Encapsulates all the operations to forklift data from the cluster
AdminClient.HelperOperations
          Encapsulates helper methods used across the admin client
AdminClient.MetadataManagementOperations
          Encapsulates all operations that deal with cluster.xml and stores.xml
AdminClient.QuotaManagementOperations
           
AdminClient.ReadOnlySpecificOperations
          Encapsulates all operations specific to read-only stores alone
AdminClient.RebalancingOperations
          Encapsulates all operations concerning cluster expansion
AdminClient.ReplicationOperations
           
AdminClient.RestoreOperations
          Encapsulates all operations to restore data in the cluster
AdminClient.RPCOperations
          Encapsulates all the RPC helper methods
AdminClient.StoreMaintenanceOperations
          Encapsulates all operations that aid in performing maintenance on the actual store's data
AdminClient.StoreManagementOperations
          Encapsulates all operations related to store management (addition, deletion)
AdminClient.StoreOperations
           
AdminClient.StreamingOperations
          Encapsulates all steaming operations that actually read and write key-value pairs into the cluster
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.
StreamingClientConfig
           
 

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.
 

Classes in voldemort.client.protocol.admin used by voldemort.client.rebalance.task
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.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.server.rebalance.async
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.tools
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.tools.admin
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.tools.admin.command
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, Chinmay Soman, Vinoth Chandar, Zhongjie Wu