system_keyspace: De-static [gs]et_scylla_local_param()
All same-class callers are now non-static methods of system_keyspace, all external callers do it via an object at hand. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
@@ -265,8 +265,8 @@ public:
|
||||
|
||||
future<> remove_endpoint(gms::inet_address ep);
|
||||
|
||||
static future<> set_scylla_local_param(const sstring& key, const sstring& value);
|
||||
static future<std::optional<sstring>> get_scylla_local_param(const sstring& key);
|
||||
future<> set_scylla_local_param(const sstring& key, const sstring& value);
|
||||
future<std::optional<sstring>> get_scylla_local_param(const sstring& key);
|
||||
|
||||
static std::vector<schema_ptr> all_tables(const db::config& cfg);
|
||||
future<> make(
|
||||
|
||||
Reference in New Issue
Block a user