/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | child_policy_handler.cc | 218 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/ |
D | resolving_lb_policy.cc | 254 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/ |
D | BUILD | 1029 "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 …]
|
D | gRPC-Core.podspec | 209 '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 …]
|
D | grpc.gyp | 451 '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 …]
|
D | config.m4 | 54 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 …]
|
D | config.w32 | 22 "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 …]
|
D | gRPC-C++.podspec | 229 '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 …]
|
D | BUILD.gn | 237 "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 …]
|
D | CMakeLists.txt | 1347 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/ |
D | lrs.cc | 283 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()
|
D | xds_cluster_manager.cc | 443 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()
|
D | eds.cc | 749 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()
|
D | xds_cluster_impl.cc | 497 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()
|
D | xds_cluster_resolver.cc | 1070 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()
|
D | xds_routing.cc | 558 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/ |
D | weighted_target.cc | 457 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/ |
D | priority.cc | 580 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/ |
D | cluster.proto | 120 // [#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/ |
D | README.md | 40 …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/ |
D | grpclb.cc | 1633 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/ |
D | Doxyfile.c++.internal | 1088 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 …]
|
D | Doxyfile.core.internal | 892 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/ |
D | xds_api.h | 246 std::string lb_policy; member
|
/third_party/grpc/src/proto/grpc/testing/xds/ |
D | cds_for_test.proto | 178 LbPolicy lb_policy = 6; field
|