GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include <set>
#include "src/core/ext/filters/client_channel/service_config.h"
#include "src/core/ext/filters/client_channel/xds/xds_api.h"
#include "src/core/ext/filters/client_channel/xds/xds_bootstrap.h"
#include "src/core/ext/filters/client_channel/xds/xds_client_stats.h"
#include "src/core/lib/gprpp/map.h"
#include "src/core/lib/gprpp/memory.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/string_view.h"
#include "src/core/lib/iomgr/combiner.h"
Go to the source code of this file.
Data Structures | |
class | grpc_core::XdsClient |
class | grpc_core::XdsClient::ServiceConfigWatcherInterface |
class | grpc_core::XdsClient::ClusterWatcherInterface |
class | grpc_core::XdsClient::EndpointWatcherInterface |
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Variables | |
TraceFlag | grpc_core::xds_client_trace |