#include <xds_server.h>
Definition at line 702 of file xds_server.h.
◆ ClientStats() [1/2]
grpc::testing::LrsServiceImpl::ClientStats::ClientStats |
( |
| ) |
|
|
inline |
◆ ClientStats() [2/2]
template<class ClusterStats >
grpc::testing::LrsServiceImpl::ClientStats::ClientStats |
( |
const ClusterStats & |
cluster_stats | ) |
|
|
inlineexplicit |
◆ cluster_name()
const std::string& grpc::testing::LrsServiceImpl::ClientStats::cluster_name |
( |
| ) |
const |
|
inline |
◆ dropped_requests()
uint64_t grpc::testing::LrsServiceImpl::ClientStats::dropped_requests |
( |
const std::string & |
category | ) |
const |
◆ eds_service_name()
const std::string& grpc::testing::LrsServiceImpl::ClientStats::eds_service_name |
( |
| ) |
const |
|
inline |
◆ locality_stats()
◆ operator+=()
◆ total_dropped_requests()
uint64_t grpc::testing::LrsServiceImpl::ClientStats::total_dropped_requests |
( |
| ) |
const |
|
inline |
◆ total_error_requests()
uint64_t grpc::testing::LrsServiceImpl::ClientStats::total_error_requests |
( |
| ) |
const |
◆ total_issued_requests()
uint64_t grpc::testing::LrsServiceImpl::ClientStats::total_issued_requests |
( |
| ) |
const |
◆ total_requests_in_progress()
uint64_t grpc::testing::LrsServiceImpl::ClientStats::total_requests_in_progress |
( |
| ) |
const |
◆ total_successful_requests()
uint64_t grpc::testing::LrsServiceImpl::ClientStats::total_successful_requests |
( |
| ) |
const |
◆ cluster_name_
std::string grpc::testing::LrsServiceImpl::ClientStats::cluster_name_ |
|
private |
◆ dropped_requests_
std::map<std::string, uint64_t> grpc::testing::LrsServiceImpl::ClientStats::dropped_requests_ |
|
private |
◆ eds_service_name_
std::string grpc::testing::LrsServiceImpl::ClientStats::eds_service_name_ |
|
private |
◆ locality_stats_
◆ total_dropped_requests_
uint64_t grpc::testing::LrsServiceImpl::ClientStats::total_dropped_requests_ = 0 |
|
private |
The documentation for this class was generated from the following files: