Class RocksDbBackend
Defined in File RocksDbBackend.hpp
Nested Relationships
Nested Types
Class Documentation
-
class RocksDbBackend
Public Types
-
using config_type = RocksDbConfig
Public Functions
-
RocksDbBackend()
-
~RocksDbBackend()
-
RocksDbBackend(RocksDbBackend &&other) noexcept
-
RocksDbBackend &operator=(RocksDbBackend &&other) noexcept
-
RocksDbBackend(const RocksDbBackend&) = delete
-
RocksDbBackend &operator=(const RocksDbBackend&) = delete
-
common::Result<void> open(const config_type &cfg)
Public Static Functions
-
static common::Result<void> create(const config_type &cfg)
-
static common::Result<void> destroy(const config_type &cfg)
-
class Impl
-
using config_type = RocksDbConfig