GRPC C++  1.39.1
Namespaces | Macros | Functions | Variables
xds_cluster_resolver.cc File Reference
#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")
 

Macro Definition Documentation

◆ GRPC_EDS_DEFAULT_FALLBACK_TIMEOUT

#define GRPC_EDS_DEFAULT_FALLBACK_TIMEOUT   10000

Function Documentation

◆ grpc_lb_policy_xds_cluster_resolver_init()

void grpc_lb_policy_xds_cluster_resolver_init ( void  )

◆ grpc_lb_policy_xds_cluster_resolver_shutdown()

void grpc_lb_policy_xds_cluster_resolver_shutdown ( void  )

Variable Documentation

◆ cluster_name

std::string cluster_name

◆ discovery_mechanism

OrphanablePtr<DiscoveryMechanism> discovery_mechanism

◆ dns_hostname

std::string dns_hostname

◆ drop_config

RefCountedPtr<XdsApi::EdsUpdate::DropConfig> drop_config

◆ eds_service_name

std::string eds_service_name

◆ first_update_received

bool first_update_received = false

◆ lrs_load_reporting_server_name

absl::optional<std::string> lrs_load_reporting_server_name

◆ max_concurrent_requests

uint32_t max_concurrent_requests

◆ num_priorities

uint32_t num_priorities = 0

◆ pending_priority_list

absl::optional<XdsApi::EdsUpdate::PriorityList> pending_priority_list

◆ type

DiscoveryMechanismType type