#include <load_data_store.h>
Definition at line 245 of file load_data_store.h.
◆ AssignOrphanedStore()
void grpc::load_reporter::PerHostStore::AssignOrphanedStore |
( |
PerBalancerStore * |
orphaned_store, |
|
|
const std::string & |
new_receiver |
|
) |
| |
|
private |
◆ FindPerBalancerStore()
PerBalancerStore * grpc::load_reporter::PerHostStore::FindPerBalancerStore |
( |
const std::string & |
lb_id | ) |
const |
◆ GetAssignedStores()
◆ ReportStreamClosed()
void grpc::load_reporter::PerHostStore::ReportStreamClosed |
( |
const std::string & |
lb_id | ) |
|
◆ ReportStreamCreated()
void grpc::load_reporter::PerHostStore::ReportStreamCreated |
( |
const std::string & |
lb_id, |
|
|
const std::string & |
load_key |
|
) |
| |
◆ SetUpForNewLbId()
void grpc::load_reporter::PerHostStore::SetUpForNewLbId |
( |
const std::string & |
lb_id, |
|
|
const std::string & |
load_key |
|
) |
| |
|
private |
◆ assigned_stores_
std::unordered_map<std::string, std::set<PerBalancerStore*> > grpc::load_reporter::PerHostStore::assigned_stores_ |
|
private |
◆ load_key_to_receiving_lb_ids_
std::unordered_map<std::string, std::set<std::string> > grpc::load_reporter::PerHostStore::load_key_to_receiving_lb_ids_ |
|
private |
◆ per_balancer_stores_
std::unordered_map<std::string, std::unique_ptr<PerBalancerStore> > grpc::load_reporter::PerHostStore::per_balancer_stores_ |
|
private |
The documentation for this class was generated from the following files: