MySQL 8.4.2
Source Code Documentation
|
This is the complete list of members for MySQLRoutingBase, including all inherited members.
get_connection(const std::string &)=0 | MySQLRoutingBase | pure virtual |
get_connections()=0 | MySQLRoutingBase | pure virtual |
get_context()=0 | MySQLRoutingBase | pure virtual |
get_destinations() const =0 | MySQLRoutingBase | pure virtual |
get_max_connections() const noexcept=0 | MySQLRoutingBase | pure virtual |
get_routing_strategy() const =0 | MySQLRoutingBase | pure virtual |
is_accepting_connections() const =0 | MySQLRoutingBase | pure virtual |
is_running() const =0 | MySQLRoutingBase | pure virtual |
MySQLRoutingBase()=default | MySQLRoutingBase | |
MySQLRoutingBase(const MySQLRoutingBase &)=default | MySQLRoutingBase | |
MySQLRoutingBase(MySQLRoutingBase &&)=default | MySQLRoutingBase | |
operator=(const MySQLRoutingBase &)=default | MySQLRoutingBase | |
operator=(MySQLRoutingBase &&)=default | MySQLRoutingBase | |
restart_accepting_connections()=0 | MySQLRoutingBase | pure virtual |
start_accepting_connections()=0 | MySQLRoutingBase | pure virtual |
stop_socket_acceptors()=0 | MySQLRoutingBase | pure virtual |
~MySQLRoutingBase()=default | MySQLRoutingBase | virtual |