#include <grpclb_client_stats.h>
Definition at line 40 of file grpclb_client_stats.h.
◆ DroppedCallCounts
◆ ABSL_GUARDED_BY()
◆ AddCallDropped()
void grpc_core::GrpcLbClientStats::AddCallDropped |
( |
const char * |
token | ) |
|
◆ AddCallFinished()
void grpc_core::GrpcLbClientStats::AddCallFinished |
( |
bool |
finished_with_client_failed_to_send, |
|
|
bool |
finished_known_received |
|
) |
| |
◆ AddCallStarted()
void grpc_core::GrpcLbClientStats::AddCallStarted |
( |
| ) |
|
◆ Destroy()
static void grpc_core::GrpcLbClientStats::Destroy |
( |
void * |
arg | ) |
|
|
inlinestatic |
◆ Get()
void grpc_core::GrpcLbClientStats::Get |
( |
int64_t * |
num_calls_started, |
|
|
int64_t * |
num_calls_finished, |
|
|
int64_t * |
num_calls_finished_with_client_failed_to_send, |
|
|
int64_t * |
num_calls_finished_known_received, |
|
|
std::unique_ptr< DroppedCallCounts > * |
drop_token_counts |
|
) |
| |
◆ drop_count_mu_
Mutex grpc_core::GrpcLbClientStats::drop_count_mu_ |
|
private |
◆ num_calls_finished_
gpr_atm grpc_core::GrpcLbClientStats::num_calls_finished_ = 0 |
|
private |
◆ num_calls_finished_known_received_
gpr_atm grpc_core::GrpcLbClientStats::num_calls_finished_known_received_ = 0 |
|
private |
◆ num_calls_finished_with_client_failed_to_send_
gpr_atm grpc_core::GrpcLbClientStats::num_calls_finished_with_client_failed_to_send_ = 0 |
|
private |
◆ num_calls_started_
gpr_atm grpc_core::GrpcLbClientStats::num_calls_started_ = 0 |
|
private |
The documentation for this class was generated from the following files: