17 #ifndef __MASTER_WEIGHTS_HPP__
18 #define __MASTER_WEIGHTS_HPP__
53 explicit UpdateWeights(
const std::vector<WeightInfo>& _weightInfos);
59 const std::vector<WeightInfo> weightInfos;
67 #endif // __MASTER_WEIGHTS_HPP__
Try< bool > perform(Registry *registry, hashset< SlaveID > *slaveIDs)
UpdateWeights(const std::vector< WeightInfo > &_weightInfos)
Updates weights for the specified roles.
Definition: weights.hpp:50
Definition: registrar.hpp:45