HomeSort by relevance Sort by last modified time
    Searched refs:PerHostStore (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 180 void PerHostStore::ReportStreamCreated(const grpc::string& lb_id,
206 void PerHostStore::ReportStreamClosed(const grpc::string& lb_id) {
237 PerBalancerStore* PerHostStore::FindPerBalancerStore(
244 const std::set<PerBalancerStore*>* PerHostStore::GetAssignedStores(
251 void PerHostStore::AssignOrphanedStore(PerBalancerStore* orphaned_store,
257 "[PerHostStore %p] Re-assigned orphaned store (%p) with original LB"
263 void PerHostStore::SetUpForNewLbId(const grpc::string& lb_id,
280 const PerHostStore& per_host_store = it->second;
load_data_store.h 38 // PerHostStore, in which for each balancer we keep a PerBalancerStore. Each
243 class PerHostStore {
299 // all the stores should be fine for PerHostStore, since we assume there
326 // Wrapper around PerHostStore::ReportStreamCreated.
331 // Wrapper around PerHostStore::ReportStreamClosed.
339 std::unordered_map<grpc::string, PerHostStore> per_host_stores_;

Completed in 251 milliseconds