22 #ifndef Hypertable_Master_BalanceAlgorithm_h
23 #define Hypertable_Master_BalanceAlgorithm_h
36 std::vector<RangeServerConnectionPtr> &balanced) = 0;
43 #endif // Hypertable_Master_BalanceAlgorithm_h
virtual void compute_plan(BalancePlanPtr &plan, std::vector< RangeServerConnectionPtr > &balanced)=0
std::shared_ptr< BalancePlan > BalancePlanPtr
std::shared_ptr< BalanceAlgorithm > BalanceAlgorithmPtr