MCPcopy Create free account
hub / github.com/apache/brpc / SetParameters

Method SetParameters

src/brpc/policy/randomized_load_balancer.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168bool RandomizedLoadBalancer::SetParameters(const butil::StringPiece& params) {
169 return GetRecoverPolicyByParams(params, &_cluster_recover_policy);
170}
171
172} // namespace policy
173} // namespace brpc

Callers 1

NewMethod · 0.45

Calls 1

GetRecoverPolicyByParamsFunction · 0.85

Tested by

no test coverage detected