Home
last modified time | relevance | path

Searched refs:lb_policy (Results 1 – 25 of 28) sorted by relevance

12

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Dchild_policy_handler.cc218 auto& lb_policy = in UpdateLocked() local
220 lb_policy = CreateChildPolicy(args.config->name(), *args.args); in UpdateLocked()
221 policy_to_update = lb_policy.get(); in UpdateLocked()
267 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicy() local
269 if (GPR_UNLIKELY(lb_policy == nullptr)) { in CreateChildPolicy()
273 helper->set_child(lb_policy.get()); in CreateChildPolicy()
277 child_policy_name, lb_policy.get()); in CreateChildPolicy()
282 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicy()
284 return lb_policy; in CreateChildPolicy()
/third_party/grpc/src/core/ext/filters/client_channel/
Dresolving_lb_policy.cc254 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateLbPolicyLocked() local
258 lb_policy.get()); in CreateLbPolicyLocked()
260 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateLbPolicyLocked()
262 return lb_policy; in CreateLbPolicyLocked()
/third_party/grpc/
DBUILD1029 "src/core/ext/filters/client_channel/lb_policy.cc",
1030 "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc",
1059 "src/core/ext/filters/client_channel/lb_policy.h",
1060 "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h",
1224 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc",
1227 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h",
1239 "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc",
1240 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc",
1241 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc",
1242 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc",
[all …]
DgRPC-Core.podspec209 'src/core/ext/filters/client_channel/lb_policy.cc',
210 'src/core/ext/filters/client_channel/lb_policy.h',
211 'src/core/ext/filters/client_channel/lb_policy/address_filtering.cc',
212 'src/core/ext/filters/client_channel/lb_policy/address_filtering.h',
213 'src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc',
214 'src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h',
215 … 'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc',
216 … 'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h',
217 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc',
218 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h',
[all …]
Dgrpc.gyp451 'src/core/ext/filters/client_channel/lb_policy.cc',
452 'src/core/ext/filters/client_channel/lb_policy/address_filtering.cc',
453 'src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc',
454 'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc',
455 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc',
456 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc',
457 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc',
458 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc',
459 'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc',
460 'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc',
[all …]
Dconfig.m454 src/core/ext/filters/client_channel/lb_policy.cc \
55 src/core/ext/filters/client_channel/lb_policy/address_filtering.cc \
56 src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc \
57 src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc \
58 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc \
59 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc \
60 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc \
61 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc \
62 src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc \
63 src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc \
[all …]
Dconfig.w3222 "src\\core\\ext\\filters\\client_channel\\lb_policy.cc " +
23 "src\\core\\ext\\filters\\client_channel\\lb_policy\\address_filtering.cc " +
24 "src\\core\\ext\\filters\\client_channel\\lb_policy\\child_policy_handler.cc " +
25 "src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\client_load_reporting_filter.cc " +
26 "src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\grpclb.cc " +
27 "src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\grpclb_balancer_addresses.cc " +
28 "src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\grpclb_channel_secure.cc " +
29 "src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\grpclb_client_stats.cc " +
30 "src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\load_balancer_api.cc " +
31 "src\\core\\ext\\filters\\client_channel\\lb_policy\\pick_first\\pick_first.cc " +
[all …]
DgRPC-C++.podspec229 'src/core/ext/filters/client_channel/lb_policy.h',
230 'src/core/ext/filters/client_channel/lb_policy/address_filtering.h',
231 'src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h',
232 … 'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h',
233 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h',
234 … 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h',
235 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
236 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
237 'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
238 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.h',
[all …]
DBUILD.gn237 "src/core/ext/filters/client_channel/lb_policy.cc",
238 "src/core/ext/filters/client_channel/lb_policy.h",
239 "src/core/ext/filters/client_channel/lb_policy/address_filtering.cc",
240 "src/core/ext/filters/client_channel/lb_policy/address_filtering.h",
241 "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc",
242 "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h",
243 "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc",
244 "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
245 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc",
246 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h",
[all …]
DCMakeLists.txt1347 src/core/ext/filters/client_channel/lb_policy.cc
1348 src/core/ext/filters/client_channel/lb_policy/address_filtering.cc
1349 src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc
1350 src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
1351 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
1352 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.cc
1353 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
1354 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
1355 src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
1356 src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dlrs.cc283 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
288 lb_policy.get()); in CreateChildPolicyLocked()
293 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
295 return lb_policy; in CreateChildPolicyLocked()
Dxds_cluster_manager.cc443 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
452 lb_policy.get()); in CreateChildPolicyLocked()
458 lb_policy->interested_parties(), in CreateChildPolicyLocked()
460 return lb_policy; in CreateChildPolicyLocked()
Deds.cc749 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
752 if (GPR_UNLIKELY(lb_policy == nullptr)) { in CreateChildPolicyLocked()
758 lb_policy.get()); in CreateChildPolicyLocked()
763 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
765 return lb_policy; in CreateChildPolicyLocked()
Dxds_cluster_impl.cc497 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
503 this, lb_policy.get()); in CreateChildPolicyLocked()
508 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
510 return lb_policy; in CreateChildPolicyLocked()
Dxds_cluster_resolver.cc1070 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
1073 if (GPR_UNLIKELY(lb_policy == nullptr)) { in CreateChildPolicyLocked()
1081 lb_policy.get()); in CreateChildPolicyLocked()
1086 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
1088 return lb_policy; in CreateChildPolicyLocked()
Dxds_routing.cc558 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
565 xds_routing_policy_.get(), this, name_.c_str(), lb_policy.get()); in CreateChildPolicyLocked()
570 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
572 return lb_policy; in CreateChildPolicyLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc457 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
465 lb_policy.get()); in CreateChildPolicyLocked()
471 lb_policy->interested_parties(), in CreateChildPolicyLocked()
473 return lb_policy; in CreateChildPolicyLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/
Dpriority.cc580 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
587 priority_policy_.get(), name_.c_str(), this, lb_policy.get()); in CreateChildPolicyLocked()
592 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
594 return lb_policy; in CreateChildPolicyLocked()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dcluster.proto120 // [#next-major-version: In the v3 API, we should consider deprecating the lb_policy field
158 LbPolicy lb_policy = 6; field
/third_party/grpc/examples/cpp/load_balancing/
DREADME.md40 …s folder](https://github.com/grpc/grpc/tree/master/src/core/ext/filters/client_channel/lb_policy).)
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1633 OrphanablePtr<LoadBalancingPolicy> lb_policy = in CreateChildPolicyLocked() local
1638 lb_policy.get()); in CreateChildPolicyLocked()
1643 grpc_pollset_set_add_pollset_set(lb_policy->interested_parties(), in CreateChildPolicyLocked()
1645 return lb_policy; in CreateChildPolicyLocked()
/third_party/grpc/tools/doxygen/
DDoxyfile.c++.internal1088 src/core/ext/filters/client_channel/lb_policy.cc \
1089 src/core/ext/filters/client_channel/lb_policy.h \
1090 src/core/ext/filters/client_channel/lb_policy/address_filtering.cc \
1091 src/core/ext/filters/client_channel/lb_policy/address_filtering.h \
1092 src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc \
1093 src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h \
1094 src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc \
1095 src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h \
1096 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc \
1097 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h \
[all …]
DDoxyfile.core.internal892 src/core/ext/filters/client_channel/lb_policy.cc \
893 src/core/ext/filters/client_channel/lb_policy.h \
894 src/core/ext/filters/client_channel/lb_policy/address_filtering.cc \
895 src/core/ext/filters/client_channel/lb_policy/address_filtering.h \
896 src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc \
897 src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h \
898 src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc \
899 src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h \
900 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc \
901 src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h \
[all …]
/third_party/grpc/src/core/ext/xds/
Dxds_api.h246 std::string lb_policy; member
/third_party/grpc/src/proto/grpc/testing/xds/
Dcds_for_test.proto178 LbPolicy lb_policy = 6; field

12