#include <xds_client.h>
|
| XdsClient (Combiner *combiner, grpc_pollset_set *interested_parties, StringView server_name, std::unique_ptr< ServiceConfigWatcherInterface > watcher, const grpc_channel_args &channel_args, grpc_error **error) |
|
| ~XdsClient () |
|
void | Orphan () override |
|
void | WatchClusterData (StringView cluster, std::unique_ptr< ClusterWatcherInterface > watcher) |
|
void | CancelClusterDataWatch (StringView cluster, ClusterWatcherInterface *watcher) |
|
void | WatchEndpointData (StringView cluster, std::unique_ptr< EndpointWatcherInterface > watcher) |
|
void | CancelEndpointDataWatch (StringView cluster, EndpointWatcherInterface *watcher) |
|
void | AddClientStats (StringView lrs_server, StringView cluster, XdsClientStats *client_stats) |
|
void | RemoveClientStats (StringView lrs_server, StringView cluster, XdsClientStats *client_stats) |
|
void | ResetBackoff () |
|
grpc_arg | MakeChannelArg () const |
|
| InternallyRefCounted (const InternallyRefCounted &)=delete |
|
InternallyRefCounted & | operator= (const InternallyRefCounted &)=delete |
|
| Orphanable (const Orphanable &)=delete |
|
Orphanable & | operator= (const Orphanable &)=delete |
|
◆ XdsClient()
◆ ~XdsClient()
grpc_core::XdsClient::~XdsClient |
( |
| ) |
|
◆ AddClientStats()
◆ CancelClusterDataWatch()
◆ CancelEndpointDataWatch()
◆ GetFromChannelArgs()
◆ MakeChannelArg()
grpc_arg grpc_core::XdsClient::MakeChannelArg |
( |
| ) |
const |
◆ Orphan()
void grpc_core::XdsClient::Orphan |
( |
| ) |
|
|
overridevirtual |
◆ RemoveClientStats()
◆ ResetBackoff()
void grpc_core::XdsClient::ResetBackoff |
( |
| ) |
|
◆ WatchClusterData()
◆ WatchEndpointData()
The documentation for this class was generated from the following files: