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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.cc 192 const std::unique_ptr<PerBalancerStore>& orphaned_store = p.second; local
194 orphaned_store->Resume();
195 AssignOrphanedStore(orphaned_store.get(), lb_id);
217 for (PerBalancerStore* orphaned_store : orphaned_stores) {
219 auto it = load_key_to_receiving_lb_ids_.find(orphaned_store->load_key());
228 AssignOrphanedStore(orphaned_store, *new_receiver);
232 orphaned_store->Suspend();
251 void PerHostStore::AssignOrphanedStore(PerBalancerStore* orphaned_store,
255 it->second.insert(orphaned_store);
259 this, orphaned_store, orphaned_store->lb_id().c_str()
    [all...]
load_data_store.h 272 void AssignOrphanedStore(PerBalancerStore* orphaned_store,

Completed in 308 milliseconds