Definition at line 62 of file rocksdb_impl.hpp.
|
| RocksDBStorage (const std::string &path) |
|
void | write (const std::vector< uint8_t > &key, const std::vector< uint8_t > &value) override |
|
bool | read (const std::vector< uint8_t > &key, std::vector< uint8_t > &value) override |
|
std::shared_ptr< WriteBatch > | generateWriteBatch () override |
|
std::shared_ptr< StorageIterator > | generateIterator () override |
|
virtual void | write (const std::vector< uint8_t > &key, const std::vector< uint8_t > &value)=0 |
|
virtual bool | read (const std::vector< uint8_t > &key, std::vector< uint8_t > &out)=0 |
|
virtual std::shared_ptr< WriteBatch > | generateWriteBatch ()=0 |
|
virtual std::shared_ptr< StorageIterator > | generateIterator ()=0 |
|
◆ generateIterator()
std::shared_ptr< StorageIterator > altintegration::adaptors::RocksDBStorage::generateIterator |
( |
| ) |
|
|
inlineoverridevirtual |
◆ generateWriteBatch()
std::shared_ptr< WriteBatch > altintegration::adaptors::RocksDBStorage::generateWriteBatch |
( |
| ) |
|
|
inlineoverridevirtual |
◆ read()
bool altintegration::adaptors::RocksDBStorage::read |
( |
const std::vector< uint8_t > & |
key, |
|
|
std::vector< uint8_t > & |
value |
|
) |
| |
|
overridevirtual |
◆ write()
void altintegration::adaptors::RocksDBStorage::write |
( |
const std::vector< uint8_t > & |
key, |
|
|
const std::vector< uint8_t > & |
value |
|
) |
| |
|
overridevirtual |
The documentation for this struct was generated from the following file: