MXS-2271 Remove unused setters

Runtime configuration changes now go through configure().
This commit is contained in:
Esa Korhonen
2019-03-05 16:04:49 +02:00
parent 1858fe9127
commit a8c878fbca
2 changed files with 0 additions and 103 deletions

View File

@ -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
*