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/types/optional.h"
#include <grpc/grpc.h>
#include "src/core/ext/filters/client_channel/client_channel.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/ring_hash/ring_hash.h"
#include "src/core/ext/filters/client_channel/lb_policy/xds/xds.h"
#include "src/core/ext/filters/client_channel/lb_policy/xds/xds_channel_args.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/ext/filters/client_channel/resolver/fake/fake_resolver.h"
#include "src/core/ext/filters/client_channel/resolver_registry.h"
#include "src/core/ext/filters/client_channel/server_address.h"
#include "src/core/ext/xds/xds_channel_args.h"
#include "src/core/ext/xds/xds_client.h"
#include "src/core/ext/xds/xds_client_stats.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/iomgr/work_serializer.h"
#include "src/core/lib/transport/error_utils.h"
#include "src/core/lib/uri/uri_parser.h"
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Macros | |
#define | GRPC_EDS_DEFAULT_FALLBACK_TIMEOUT 10000 |
Functions | |
void | grpc_lb_policy_xds_cluster_resolver_init () |
void | grpc_lb_policy_xds_cluster_resolver_shutdown () |
Variables | |
TraceFlag | grpc_core::grpc_lb_xds_cluster_resolver_trace (false, "xds_cluster_resolver_lb") |
#define GRPC_EDS_DEFAULT_FALLBACK_TIMEOUT 10000 |
void grpc_lb_policy_xds_cluster_resolver_init | ( | void | ) |
void grpc_lb_policy_xds_cluster_resolver_shutdown | ( | void | ) |
std::string cluster_name |
OrphanablePtr<DiscoveryMechanism> discovery_mechanism |
std::string dns_hostname |
RefCountedPtr<XdsApi::EdsUpdate::DropConfig> drop_config |
std::string eds_service_name |
bool first_update_received = false |
absl::optional<std::string> lrs_load_reporting_server_name |
uint32_t max_concurrent_requests |
uint32_t num_priorities = 0 |
absl::optional<XdsApi::EdsUpdate::PriorityList> pending_priority_list |
DiscoveryMechanismType type |