Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
bool RandomizedLoadBalancer::SetParameters(const butil::StringPiece& params) {
169
return GetRecoverPolicyByParams(params, &_cluster_recover_policy);
170
}
171
172
} // namespace policy
173
} // namespace brpc
Callers
1
New
Method · 0.45
Calls
1
GetRecoverPolicyByParams
Function · 0.85
Tested by
no test coverage detected