Public Member Functions | Private Attributes | List of all members
grpc::load_reporter::CallMetricValue Class Reference

#include <load_data_store.h>

Public Member Functions

 CallMetricValue (uint64_t num_calls=0, double total_metric_value=0)
 
void MergeFrom (CallMetricValue other)
 
uint64_t num_calls () const
 
double total_metric_value () const
 

Private Attributes

uint64_t num_calls_ = 0
 
double total_metric_value_ = 0
 

Detailed Description

Definition at line 47 of file load_data_store.h.

Constructor & Destructor Documentation

◆ CallMetricValue()

grpc::load_reporter::CallMetricValue::CallMetricValue ( uint64_t  num_calls = 0,
double  total_metric_value = 0 
)
inlineexplicit

Definition at line 49 of file load_data_store.h.

Member Function Documentation

◆ MergeFrom()

void grpc::load_reporter::CallMetricValue::MergeFrom ( CallMetricValue  other)
inline

Definition at line 53 of file load_data_store.h.

◆ num_calls()

uint64_t grpc::load_reporter::CallMetricValue::num_calls ( ) const
inline

Definition at line 59 of file load_data_store.h.

◆ total_metric_value()

double grpc::load_reporter::CallMetricValue::total_metric_value ( ) const
inline

Definition at line 60 of file load_data_store.h.

Member Data Documentation

◆ num_calls_

uint64_t grpc::load_reporter::CallMetricValue::num_calls_ = 0
private

Definition at line 64 of file load_data_store.h.

◆ total_metric_value_

double grpc::load_reporter::CallMetricValue::total_metric_value_ = 0
private

Definition at line 67 of file load_data_store.h.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:33