RocksDB store.
More...
|
| rocksdb_t * | db |
| | RocksDB database.
|
| |
| rocksdb_options_t * | options |
| | Database options.
|
| |
| rocksdb_readoptions_t * | read_options |
| | Read options.
|
| |
| rocksdb_writeoptions_t * | write_options |
| | Write options.
|
| |
| char * | err |
| | Error message.
|
| |
RocksDB store.
Definition at line 41 of file rocksdb.c.
◆ db
| rocksdb_t* RocksDbStoreData::db |
RocksDB database.
Definition at line 43 of file rocksdb.c.
◆ options
| rocksdb_options_t* RocksDbStoreData::options |
Database options.
Definition at line 44 of file rocksdb.c.
◆ read_options
| rocksdb_readoptions_t* RocksDbStoreData::read_options |
◆ write_options
| rocksdb_writeoptions_t* RocksDbStoreData::write_options |
Write options.
Definition at line 46 of file rocksdb.c.
◆ err
| char* RocksDbStoreData::err |
Error message.
Definition at line 47 of file rocksdb.c.
The documentation for this struct was generated from the following file: