Uses of Package
voldemort.client.rebalance

Packages that use voldemort.client.rebalance
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.client.protocol.pb A protocol buffers based client-side request format. 
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
 

Classes in voldemort.client.rebalance used by voldemort.client.protocol.admin
RebalancePartitionsInfo
          Holds the list of partitions being moved / deleted for a stealer-donor node tuple
 

Classes in voldemort.client.rebalance used by voldemort.client.protocol.pb
RebalancePartitionsInfo
          Holds the list of partitions being moved / deleted for a stealer-donor node tuple
 

Classes in voldemort.client.rebalance used by voldemort.client.rebalance
RebalanceClientConfig
           
RebalanceClusterPlan
          Compares the current cluster configuration with the target cluster configuration.
RebalanceNodePlan
          This class acts as a container for a stealer node id and its corresponding list of RebalancePartitionsInfo ( which in turn indicates the list of movements from a particular donor node )
RebalancePartitionsInfo
          Holds the list of partitions being moved / deleted for a stealer-donor node tuple
 



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