Uses of Class
voldemort.client.rebalance.RebalanceClusterPlan

Packages that use RebalanceClusterPlan
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
voldemort.utils Basic helper functions. 
 

Uses of RebalanceClusterPlan in voldemort.client.rebalance
 

Constructors in voldemort.client.rebalance with parameters of type RebalanceClusterPlan
OrderedClusterTransition(Cluster currentCluster, Cluster targetCluster, java.util.List<StoreDefinition> storeDefs, RebalanceClusterPlan rebalanceClusterPlan)
           
 

Uses of RebalanceClusterPlan in voldemort.utils
 

Methods in voldemort.utils with parameters of type RebalanceClusterPlan
static int RebalanceUtils.getCrossZoneMoves(Cluster targetCluster, RebalanceClusterPlan plan)
          Return the number of cross zone copying that is going to take place
static int RebalanceUtils.getTotalMoves(RebalanceClusterPlan plan)
          Return the number of total moves
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu