MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for ClusterAwareDecorator, including all inherited members.
cluster_initial_hostname_ | ClusterAwareDecorator | protected |
cluster_initial_password_ | ClusterAwareDecorator | protected |
cluster_initial_port_ | ClusterAwareDecorator | protected |
cluster_initial_socket_ | ClusterAwareDecorator | protected |
cluster_initial_username_ | ClusterAwareDecorator | protected |
ClusterAwareDecorator(ClusterMetadata &metadata, const std::string &cluster_initial_username, const std::string &cluster_initial_password, const std::string &cluster_initial_hostname, unsigned long cluster_initial_port, const std::string &cluster_initial_socket, unsigned long connection_timeout, std::set< MySQLErrorc > failure_codes={MySQLErrorc::kSuperReadOnly, MySQLErrorc::kLostConnection}) | ClusterAwareDecorator | inline |
connect(MySQLSession &session, const std::string &host, const unsigned port) | ClusterAwareDecorator | protected |
connection_timeout_ | ClusterAwareDecorator | protected |
failover_on_failure(std::function< R()> wrapped_func) | ClusterAwareDecorator | |
failure_codes_ | ClusterAwareDecorator | protected |
metadata_ | ClusterAwareDecorator | protected |
~ClusterAwareDecorator()=default | ClusterAwareDecorator | virtual |