Package voldemort.client.rebalance

All classes associated with the rebalance controller tool.

See:
          Description

Class Summary
OrderedClusterTransition Ordered representation of a cluster transition that guarantees that primary partition movements will take place before replicas
RebalanceCLI  
RebalanceClientConfig  
RebalanceClusterPlan Compares the current cluster configuration with the target cluster configuration.
RebalanceController  
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
 

Package voldemort.client.rebalance Description

All classes associated with the rebalance controller tool.

The main controller is RebalanceController



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