|
GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>#include <inttypes.h>#include <limits.h>#include "absl/strings/str_cat.h"#include "absl/strings/str_format.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_priority_init () |
| void | grpc_lb_policy_priority_shutdown () |
Variables | |
| TraceFlag | grpc_core::grpc_lb_priority_trace (false, "priority_lb") |
| void grpc_lb_policy_priority_init | ( | void | ) |
| void grpc_lb_policy_priority_shutdown | ( | void | ) |
| RefCountedPtr<LoadBalancingPolicy::Config> config |
| bool ignore_reresolution_requests = false |