MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for Rpl_async_conn_failover_table_operations, including all inherited members.
add_managed(const std::string &channel, const std::string &host, uint port, const std::string &network_namespace, const std::string &managed_type, const std::string &managed_name, uint primary_weight, uint secondary_weight) | Rpl_async_conn_failover_table_operations | |
add_managed_skip_send(const std::string &channel, const std::string &managed_type, const std::string &managed_name, const Json_wrapper &wrapper, Rpl_sys_table_access &table_op) | Rpl_async_conn_failover_table_operations | static |
add_source(const std::string &channel, const std::string &host, uint port, const std::string &network_namespace, uint weight, const std::string &managed_name) | Rpl_async_conn_failover_table_operations | |
add_source_skip_send(const std::string &channel, const std::string &host, uint port, const std::string &network_namespace, uint weight, const std::string &managed_name, Rpl_sys_table_access &table_op) | Rpl_async_conn_failover_table_operations | static |
delete_managed(const std::string &channel, const std::string &managed_name) | Rpl_async_conn_failover_table_operations | |
delete_source(const std::string &channel, const std::string &host, uint port, const std::string &network_namespace) | Rpl_async_conn_failover_table_operations | |
execute_handler_func_send(const std::string &db_name, const std::string &table_name, uint num_field, enum thr_lock_type lock_type, const std::vector< uint > &field_index, const std::vector< std::string > &field_name, const T &field_value, std::function< void(Rpl_sys_table_access &, bool &, std::string &, uint &, key_part_map &)> func, uint table_index, key_part_map keypart_map) | Rpl_async_conn_failover_table_operations | privatestatic |
execute_handler_func_skip_send(const std::vector< uint > &field_index, const std::vector< std::string > &field_name, const T &field_value, std::function< void(Rpl_sys_table_access &, bool &, std::string &, uint &, key_part_map &)> func, uint table_index, key_part_map keypart_map, Rpl_sys_table_access &table_op) | Rpl_async_conn_failover_table_operations | privatestatic |
get_data(Rpl_sys_table_access &table_op, TUP &rows) | Rpl_async_conn_failover_table_operations | static |
m_db | Rpl_async_conn_failover_table_operations | private |
m_lock_type | Rpl_async_conn_failover_table_operations | private |
m_table_failover | Rpl_async_conn_failover_table_operations | private |
m_table_failover_num_field | Rpl_async_conn_failover_table_operations | private |
m_table_managed | Rpl_async_conn_failover_table_operations | private |
m_table_managed_num_field | Rpl_async_conn_failover_table_operations | private |
Primary_weight_key | Rpl_async_conn_failover_table_operations | static |
read_managed_random_rows(std::vector< RPL_FAILOVER_MANAGED_TUPLE > &rows) | Rpl_async_conn_failover_table_operations | |
read_managed_random_rows_internal(Rpl_sys_table_access &table_op, std::vector< RPL_FAILOVER_MANAGED_JSON_TUPLE > &rows) | Rpl_async_conn_failover_table_operations | static |
read_managed_random_rows_internal(Rpl_sys_table_access &table_op, std::vector< RPL_FAILOVER_MANAGED_TUPLE > &rows) | Rpl_async_conn_failover_table_operations | static |
read_managed_rows_for_channel(std::string channel_name, std::vector< RPL_FAILOVER_MANAGED_TUPLE > &rows) | Rpl_async_conn_failover_table_operations | |
read_source_all_rows() | Rpl_async_conn_failover_table_operations | |
read_source_all_rows_internal(Rpl_sys_table_access &table_op) | Rpl_async_conn_failover_table_operations | static |
read_source_random_rows() | Rpl_async_conn_failover_table_operations | |
read_source_rows_for_channel(std::string channel_name) | Rpl_async_conn_failover_table_operations | |
read_source_rows_for_channel_and_managed_name(std::string channel_name, std::string managed_name) | Rpl_async_conn_failover_table_operations | |
reset() | Rpl_async_conn_failover_table_operations | |
Rpl_async_conn_failover_table_operations(enum thr_lock_type lock_type=TL_WRITE) | Rpl_async_conn_failover_table_operations | inline |
Secondary_weight_key | Rpl_async_conn_failover_table_operations | static |
~Rpl_async_conn_failover_table_operations()=default | Rpl_async_conn_failover_table_operations | virtual |