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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 39 // PerBalancerStore maintains a map of load records, mapping from LoadRecordKey
68 class LoadRecordKey {
70 LoadRecordKey(grpc::string lb_id, grpc::string lb_tag, grpc::string user_id,
78 LoadRecordKey(const grpc::string& client_ip_and_token, grpc::string user_id);
86 bool operator==(const LoadRecordKey& other) const {
106 size_t operator()(const LoadRecordKey& k) const {
198 std::unordered_map<LoadRecordKey, LoadRecordValue, LoadRecordKey::Hasher>;
205 void MergeRow(const LoadRecordKey& key, const LoadRecordValue& value);
314 // LoadRecordKey, the load data will be merged to that store. Otherwise
    [all...]
load_data_store.cc 80 LoadRecordKey::LoadRecordKey(const grpc::string& client_ip_and_token,
101 grpc::string LoadRecordKey::GetClientIpBytes() const {
141 void PerBalancerStore::MergeRow(const LoadRecordKey& key,
288 const LoadRecordKey& key,
load_reporter.cc 407 LoadRecordKey key(client_ip_and_token, user_id);
439 LoadRecordKey key(client_ip_and_token, user_id);
481 LoadRecordKey key(client_ip_and_token, user_id);
  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 37 using ::grpc::load_reporter::LoadRecordKey;
88 const LoadRecordKey kKey1;
89 const LoadRecordKey kKey2;
314 kHostname1, LoadRecordKey(kLbId2, kLbTag1, kUser1, kClientIp1), v2);
318 kHostname2, LoadRecordKey(kLbId3, kLbTag1, kUser1, kClientIp1), v3);
342 kHostname1, LoadRecordKey(kLbId2, kLbTag1, kUser1, kClientIp1), v5);
347 kHostname2, LoadRecordKey(kLbId3, kLbTag1, kUser1, kClientIp1), v6);

Completed in 1790 milliseconds