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. 
voldemort.server.rebalance Classes dealing with rebalancing on the server side. 
voldemort.store.metadata Our in-memory metadata store on the server which is backed by the configuration files. 
voldemort.utils Basic helper functions. 
 

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
 

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

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

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