Searched refs:DBImplReadOnly (Results 1 – 4 of 4) sorted by relevance
19 DBImplReadOnly::DBImplReadOnly(const DBOptions& db_options, in DBImplReadOnly() function in ROCKSDB_NAMESPACE::DBImplReadOnly27 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()
16 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();
1091 friend class DBImplReadOnly; variable
313 * Enabled checkpoint on readonly db (DBImplReadOnly).