#include <load_data_store.h>
Definition at line 47 of file load_data_store.h.
◆ CallMetricValue()
grpc::load_reporter::CallMetricValue::CallMetricValue |
( |
uint64_t |
num_calls = 0 , |
|
|
double |
total_metric_value = 0 |
|
) |
| |
|
inlineexplicit |
◆ MergeFrom()
void grpc::load_reporter::CallMetricValue::MergeFrom |
( |
CallMetricValue |
other | ) |
|
|
inline |
◆ num_calls()
uint64_t grpc::load_reporter::CallMetricValue::num_calls |
( |
| ) |
const |
|
inline |
◆ total_metric_value()
double grpc::load_reporter::CallMetricValue::total_metric_value |
( |
| ) |
const |
|
inline |
◆ num_calls_
uint64_t grpc::load_reporter::CallMetricValue::num_calls_ = 0 |
|
private |
◆ total_metric_value_
double grpc::load_reporter::CallMetricValue::total_metric_value_ = 0 |
|
private |
The documentation for this class was generated from the following file: