|
GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>#include <inttypes.h>#include <limits.h>#include <string.h>#include "absl/container/inlined_vector.h"#include "absl/strings/str_cat.h"#include <grpc/grpc.h>#include "src/core/ext/filters/client_channel/lb_policy.h"#include "src/core/ext/filters/client_channel/lb_policy/address_filtering.h"#include "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h"#include "src/core/ext/filters/client_channel/lb_policy_factory.h"#include "src/core/ext/filters/client_channel/lb_policy_registry.h"#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/gprpp/orphanable.h"#include "src/core/lib/gprpp/ref_counted_ptr.h"#include "src/core/lib/iomgr/timer.h"#include "src/core/lib/iomgr/work_serializer.h"#include "src/core/lib/transport/error_utils.h"Namespaces | |
| grpc_core | |
| Round Robin Policy. | |
Functions | |
| void | grpc_lb_policy_weighted_target_init () |
| void | grpc_lb_policy_weighted_target_shutdown () |
Variables | |
| TraceFlag | grpc_core::grpc_lb_weighted_target_trace (false, "weighted_target_lb") |
| void grpc_lb_policy_weighted_target_init | ( | void | ) |
| void grpc_lb_policy_weighted_target_shutdown | ( | void | ) |
| RefCountedPtr<LoadBalancingPolicy::Config> config |
| uint32_t weight |