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__
Definition: master.hpp:27
Try< bool > perform(Registry *registry, hashset< SlaveID > *slaveIDs) override
UpdateWeights(const std::vector< WeightInfo > &_weightInfos)
Definition: attributes.hpp:24
Updates weights for the specified roles.
Definition: weights.hpp:50
Definition: registrar.hpp:45