Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc1955 class BackupEngineReadOnlyImpl : public BackupEngineReadOnly { class
1957 BackupEngineReadOnlyImpl(const BackupableDBOptions& options, Env* db_env) in BackupEngineReadOnlyImpl() function in ROCKSDB_NAMESPACE::BackupEngineReadOnlyImpl
1960 ~BackupEngineReadOnlyImpl() override {} in ~BackupEngineReadOnlyImpl()
2003 std::unique_ptr<BackupEngineReadOnlyImpl> backup_engine( in Open()
2004 new BackupEngineReadOnlyImpl(options, env)); in Open()