Basic key-value storage interface - stub.
More...
#include <storage_backends.h>
|
| virtual | ~kv_storage_backend ()=default |
| |
| virtual bool | store (const std::string &key, const std::string &value)=0 |
| |
| virtual std::string | retrieve (const std::string &key)=0 |
| |
| virtual bool | remove (const std::string &key)=0 |
| |
| virtual common::Result< bool > | flush () |
| |
Basic key-value storage interface - stub.
Definition at line 553 of file storage_backends.h.
◆ ~kv_storage_backend()
| virtual kcenon::monitoring::kv_storage_backend::~kv_storage_backend |
( |
| ) |
|
|
virtualdefault |
◆ flush()
| virtual common::Result< bool > kcenon::monitoring::kv_storage_backend::flush |
( |
| ) |
|
|
inlinevirtual |
◆ remove()
| virtual bool kcenon::monitoring::kv_storage_backend::remove |
( |
const std::string & | key | ) |
|
|
pure virtual |
◆ retrieve()
| virtual std::string kcenon::monitoring::kv_storage_backend::retrieve |
( |
const std::string & | key | ) |
|
|
pure virtual |
◆ store()
| virtual bool kcenon::monitoring::kv_storage_backend::store |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
pure virtual |
The documentation for this class was generated from the following file: