MySQL 8.4.2
Source Code Documentation
|
#include <routing_component.h>
Public Types | |
using | time_point_type = std::chrono::time_point< std::chrono::system_clock > |
Public Attributes | |
std::string | src |
std::string | dst |
std::size_t | bytes_up |
std::size_t | bytes_down |
time_point_type | started |
time_point_type | connected_to_server |
time_point_type | last_sent_to_server |
time_point_type | last_received_from_server |
using MySQLRoutingAPI::ConnData::time_point_type = std::chrono::time_point<std::chrono::system_clock> |
std::size_t MySQLRoutingAPI::ConnData::bytes_down |
std::size_t MySQLRoutingAPI::ConnData::bytes_up |
time_point_type MySQLRoutingAPI::ConnData::connected_to_server |
std::string MySQLRoutingAPI::ConnData::dst |
time_point_type MySQLRoutingAPI::ConnData::last_received_from_server |
time_point_type MySQLRoutingAPI::ConnData::last_sent_to_server |
std::string MySQLRoutingAPI::ConnData::src |
time_point_type MySQLRoutingAPI::ConnData::started |