#include <load_data_store.h>
Definition at line 197 of file load_data_store.h.
◆ LoadRecordMap
◆ PerBalancerStore()
grpc::load_reporter::PerBalancerStore::PerBalancerStore |
( |
std::string |
lb_id, |
|
|
std::string |
load_key |
|
) |
| |
|
inline |
◆ ClearLoadRecordMap()
void grpc::load_reporter::PerBalancerStore::ClearLoadRecordMap |
( |
| ) |
|
|
inline |
◆ GetNumCallsInProgressForReport()
uint64_t grpc::load_reporter::PerBalancerStore::GetNumCallsInProgressForReport |
( |
| ) |
|
◆ IsNumCallsInProgressChangedSinceLastReport()
bool grpc::load_reporter::PerBalancerStore::IsNumCallsInProgressChangedSinceLastReport |
( |
| ) |
const |
|
inline |
◆ IsSuspended()
bool grpc::load_reporter::PerBalancerStore::IsSuspended |
( |
| ) |
const |
|
inline |
◆ lb_id()
const std::string& grpc::load_reporter::PerBalancerStore::lb_id |
( |
| ) |
const |
|
inline |
◆ load_key()
const std::string& grpc::load_reporter::PerBalancerStore::load_key |
( |
| ) |
const |
|
inline |
◆ load_record_map()
◆ MergeRow()
◆ Resume()
void grpc::load_reporter::PerBalancerStore::Resume |
( |
| ) |
|
◆ Suspend()
void grpc::load_reporter::PerBalancerStore::Suspend |
( |
| ) |
|
◆ ToString()
std::string grpc::load_reporter::PerBalancerStore::ToString |
( |
| ) |
|
|
inline |
◆ last_reported_num_calls_in_progress_
uint64_t grpc::load_reporter::PerBalancerStore::last_reported_num_calls_in_progress_ = 0 |
|
private |
◆ lb_id_
std::string grpc::load_reporter::PerBalancerStore::lb_id_ |
|
private |
◆ load_key_
std::string grpc::load_reporter::PerBalancerStore::load_key_ |
|
private |
◆ load_record_map_
LoadRecordMap grpc::load_reporter::PerBalancerStore::load_record_map_ |
|
private |
◆ num_calls_in_progress_
uint64_t grpc::load_reporter::PerBalancerStore::num_calls_in_progress_ = 0 |
|
private |
◆ suspended_
bool grpc::load_reporter::PerBalancerStore::suspended_ = false |
|
private |
The documentation for this class was generated from the following files: