Home
last modified time | relevance | path

Searched refs:DBImplReadOnly (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_readonly.cc19 DBImplReadOnly::DBImplReadOnly(const DBOptions& db_options, in DBImplReadOnly() function in ROCKSDB_NAMESPACE::DBImplReadOnly
27 DBImplReadOnly::~DBImplReadOnly() {} in ~DBImplReadOnly()
30 Status DBImplReadOnly::Get(const ReadOptions& read_options, in Get()
71 Iterator* DBImplReadOnly::NewIterator(const ReadOptions& read_options, in NewIterator()
95 Status DBImplReadOnly::NewIterators( in NewIterators()
166 DBImplReadOnly* impl = new DBImplReadOnly(db_options, dbname); in OpenForReadOnly()
Ddb_impl_readonly.h16 class DBImplReadOnly : public DBImpl {
18 DBImplReadOnly(const DBOptions& options, const std::string& dbname);
20 DBImplReadOnly(const DBImplReadOnly&) = delete;
21 void operator=(const DBImplReadOnly&) = delete;
23 virtual ~DBImplReadOnly();
/rocksdb-6.9/db/
Dversion_set.h1091 friend class DBImplReadOnly; variable
/rocksdb-6.9/
DHISTORY.md313 * Enabled checkpoint on readonly db (DBImplReadOnly).