MySQL 9.1.0
Source Code Documentation
|
#include <classic_protocol_message.h>
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
constexpr | RegisterReplica (uint32_t server_id, string_type hostname, string_type username, string_type password, uint16_t port, uint32_t replication_rank, uint32_t master_id) |
constexpr uint32_t | server_id () const |
constexpr string_type | hostname () const |
constexpr string_type | username () const |
constexpr string_type | password () const |
constexpr uint16_t | port () const |
constexpr uint32_t | replication_rank () const |
constexpr uint32_t | master_id () const |
Private Attributes | |
uint32_t | server_id_ |
string_type | hostname_ |
string_type | username_ |
string_type | password_ |
uint16_t | port_ |
uint32_t | replication_rank_ |
uint32_t | master_id_ |
using classic_protocol::borrowable::message::client::RegisterReplica< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |