already_fallback_ | LazyConnector | private |
authenticated() | LazyConnector | private |
BasicProcessor(MysqlRoutingClassicConnectionBase *conn) | Processor | inline |
client_socket_failed(std::error_code ec) | Processor | protected |
conn_ | BasicProcessor | private |
connect() | LazyConnector | private |
connect_error_is_transient(const classic_protocol::message::server::Error &err) | ForwardingProcessor | protectedstatic |
connected() | LazyConnector | private |
connection() const | BasicProcessor | inline |
connection() | BasicProcessor | inline |
discard_current_msg(Channel &src_channel, ClassicProtocolState &src_protocol) | Processor | protected |
discard_current_msg(TlsSwitchableConnection< Proto > &conn) | Processor | inlineprotected |
failed(const std::optional< classic_protocol::message::server::Error > &err) | LazyConnector | inline |
failed() const | LazyConnector | inline |
failed_ | LazyConnector | private |
fallback_to_write() | LazyConnector | private |
fetch_sys_vars() | LazyConnector | private |
fetch_sys_vars_done() | LazyConnector | private |
fetch_user_attrs() | LazyConnector | private |
fetch_user_attrs_done() | LazyConnector | private |
forward_client_to_server(bool noflush=false) | ForwardingProcessor | protected |
forward_server_to_client(bool noflush=false) | ForwardingProcessor | protected |
from_stash() | LazyConnector | private |
in_handshake_ | LazyConnector | private |
init() | LazyConnector | private |
kConnectRetryInterval | ForwardingProcessor | static |
LazyConnector(MysqlRoutingClassicConnectionBase *conn, bool in_handshake, std::function< void(const classic_protocol::message::server::Error &err)> on_error, TraceEvent *parent_event) | LazyConnector | inline |
log_fatal_error_code(const char *msg, std::error_code ec) | Processor | protectedstatic |
message_can_be_forwarded_as_is(ClassicProtocolState &src_protocol, ClassicProtocolState &dst_protocol, const T &msg) | ForwardingProcessor | inlineprotectedstatic |
mysql_reconnect_start(TraceEvent *parent_event) | ForwardingProcessor | protected |
on_error_ | LazyConnector | private |
parent_event_ | LazyConnector | private |
pool_or_close() | LazyConnector | private |
pool_server_connection() | ForwardingProcessor | protected |
process() override | LazyConnector | virtual |
reconnect_error(classic_protocol::message::server::Error err) | ForwardingProcessor | inlineprotected |
reconnect_error() const | ForwardingProcessor | inlineprotected |
reconnect_error_ | ForwardingProcessor | private |
reconnect_send_error_msg(Channel &src_channel, ClassicProtocolState &src_protocol) | ForwardingProcessor | protected |
reconnect_send_error_msg(TlsSwitchableConnection< Proto > &conn) | ForwardingProcessor | inlineprotected |
recv_client_failed(std::error_code ec) | Processor | protected |
recv_server_failed(std::error_code ec) | Processor | protected |
recv_server_failed_and_check_client_socket(std::error_code ec) | ForwardingProcessor | protected |
required_connection_attributes_fetcher_result_ | LazyConnector | private |
Result enum name | BasicProcessor | |
retry_connect_ | LazyConnector | private |
send_auth_ok() | LazyConnector | private |
send_client_failed(std::error_code ec) | Processor | protected |
send_server_failed(std::error_code ec) | Processor | protected |
server_socket_failed(std::error_code ec) | Processor | protected |
set_schema() | LazyConnector | private |
set_schema_done() | LazyConnector | private |
set_server_option() | LazyConnector | private |
set_server_option_done() | LazyConnector | private |
set_trx_characteristics() | LazyConnector | private |
set_trx_characteristics_done() | LazyConnector | private |
set_vars() | LazyConnector | private |
set_vars_done() | LazyConnector | private |
skip_or_inject_end_of_columns(bool no_flush=false) | ForwardingProcessor | protected |
socket_reconnect_start(TraceEvent *parent_event) | ForwardingProcessor | protected |
stage(Stage stage) | LazyConnector | inline |
stage() const | LazyConnector | inline |
Stage enum name | LazyConnector | |
stage_ | LazyConnector | private |
started_ | LazyConnector | private |
trace(Tracer::Event e) | Processor | protected |
trace_command(const std::string_view &prefix) | Processor | protected |
trace_command_end(TraceEvent *event, TraceEvent::StatusCode status_code=TraceEvent::StatusCode::kUnset) | Processor | protected |
trace_connect(TraceEvent *parent_span) | Processor | protected |
trace_connect_and_forward_command(TraceEvent *parent_span) | Processor | protected |
trace_event_authenticate_ | LazyConnector | private |
trace_event_check_read_only_ | LazyConnector | private |
trace_event_connect_ | LazyConnector | private |
trace_event_fallback_to_write_ | LazyConnector | private |
trace_event_fetch_sys_vars_ | LazyConnector | private |
trace_event_set_schema_ | LazyConnector | private |
trace_event_set_trx_characteristics_ | LazyConnector | private |
trace_event_set_vars_ | LazyConnector | private |
trace_event_wait_gtid_executed_ | LazyConnector | private |
trace_forward_command(TraceEvent *parent_span) | Processor | protected |
trace_set_connection_attributes(TraceEvent *ev) | Processor | protected |
trace_span(TraceEvent *parent_span, const std::string_view &prefix) | Processor | protected |
trace_span_end(TraceEvent *event, TraceEvent::StatusCode status_code=TraceEvent::StatusCode::kUnset) | Processor | protected |
tracer() | Processor | protected |
trx_stmt_ | LazyConnector | private |
wait_gtid_executed() | LazyConnector | private |
wait_gtid_executed_done() | LazyConnector | private |
~BasicProcessor()=default | BasicProcessor | virtual |