MXS-2271 Remove unused setters
Runtime configuration changes now go through configure().
This commit is contained in:
@ -236,8 +236,6 @@ public:
|
||||
*/
|
||||
bool set_disk_space_threshold(const std::string& dst_setting);
|
||||
|
||||
void set_interval(int64_t interval);
|
||||
|
||||
/**
|
||||
* Set status of monitored server.
|
||||
*
|
||||
@ -262,33 +260,6 @@ public:
|
||||
*/
|
||||
bool clear_server_status(SERVER* srv, int bit, std::string* errmsg_out);
|
||||
|
||||
/**
|
||||
* Set Monitor timeouts for connect/read/write
|
||||
*
|
||||
* @param type The timeout handling type
|
||||
* @param value The timeout to set
|
||||
* @param key Timeout setting name
|
||||
*/
|
||||
bool set_network_timeout(int, int, const char*);
|
||||
|
||||
/**
|
||||
* Set username used to connect to backends.
|
||||
*
|
||||
* @param user The default username to use when connecting
|
||||
*/
|
||||
void set_user(const std::string& user);
|
||||
|
||||
/**
|
||||
* Set password used to connect to backends.
|
||||
*
|
||||
* @param passwd The password in encrypted form
|
||||
*/
|
||||
void set_password(const std::string& passwd);
|
||||
|
||||
void set_script_timeout(int value);
|
||||
|
||||
void monitor_set_journal_max_age(time_t value);
|
||||
|
||||
/**
|
||||
* Create a list of running servers
|
||||
*
|
||||
|
Reference in New Issue
Block a user