#include <load_data_store.h>
Definition at line 71 of file load_data_store.h.
◆ LoadRecordKey() [1/2]
grpc::load_reporter::LoadRecordKey::LoadRecordKey |
( |
std::string |
lb_id, |
|
|
std::string |
lb_tag, |
|
|
std::string |
user_id, |
|
|
std::string |
client_ip_hex |
|
) |
| |
|
inline |
◆ LoadRecordKey() [2/2]
grpc::load_reporter::LoadRecordKey::LoadRecordKey |
( |
const std::string & |
client_ip_and_token, |
|
|
std::string |
user_id |
|
) |
| |
◆ client_ip_hex()
const std::string& grpc::load_reporter::LoadRecordKey::client_ip_hex |
( |
| ) |
const |
|
inline |
◆ GetClientIpBytes()
std::string grpc::load_reporter::LoadRecordKey::GetClientIpBytes |
( |
| ) |
const |
◆ lb_id()
const std::string& grpc::load_reporter::LoadRecordKey::lb_id |
( |
| ) |
const |
|
inline |
◆ lb_tag()
const std::string& grpc::load_reporter::LoadRecordKey::lb_tag |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ ToString()
std::string grpc::load_reporter::LoadRecordKey::ToString |
( |
| ) |
const |
|
inline |
◆ user_id()
const std::string& grpc::load_reporter::LoadRecordKey::user_id |
( |
| ) |
const |
|
inline |
◆ client_ip_hex_
std::string grpc::load_reporter::LoadRecordKey::client_ip_hex_ |
|
private |
◆ lb_id_
std::string grpc::load_reporter::LoadRecordKey::lb_id_ |
|
private |
◆ lb_tag_
std::string grpc::load_reporter::LoadRecordKey::lb_tag_ |
|
private |
◆ user_id_
std::string grpc::load_reporter::LoadRecordKey::user_id_ |
|
private |
The documentation for this class was generated from the following files: