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

  /external/grpc-grpc/src/cpp/server/load_reporter/
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_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...]

Completed in 891 milliseconds