| /rocksdb-6.9/db/ |
| D | version_set.h | 65 class VersionSet; variable 563 friend class VersionSet; variable 685 VersionSet* version_set() { return vset_; } in version_set() 701 friend class VersionSet; variable 812 class VersionSet { 820 VersionSet(const VersionSet&) = delete; 821 void operator=(const VersionSet&) = delete; 823 virtual ~VersionSet(); 1221 class ReactiveVersionSet : public VersionSet { 1268 using VersionSet::LogAndApply; [all …]
|
| D | flush_job.h | 54 class VersionSet; variable 65 VersionSet* versions, InstrumentedMutex* db_mutex, 116 VersionSet* versions_;
|
| D | version_edit_handler.h | 38 VersionSet* version_set, bool track_missing_files, 81 VersionSet* version_set_; 110 VersionSet* version_set);
|
| D | version_set.cc | 3476 struct VersionSet::ManifestWriter { 3539 VersionSet::VersionSet(const std::string& dbname, in VersionSet() function in ROCKSDB_NAMESPACE::VersionSet 3565 VersionSet::~VersionSet() { in ~VersionSet() 3580 void VersionSet::Reset() { in Reset() 4068 Status VersionSet::LogAndApply( in LogAndApply() 4369 Status VersionSet::ReadAndRecover( in ReadAndRecover() 4435 Status VersionSet::Recover( in Recover() 4494 VersionSet::LogReporter reporter; in Recover() 4713 Status VersionSet::TryRecover( in TryRecover() 4761 VersionSet::LogReporter reporter; in TryRecoverFromOneManifest() [all …]
|
| D | memtable_list.h | 141 VersionSet* vset, InstrumentedMutex* mu, 266 VersionSet* vset, InstrumentedMutex* mu, uint64_t file_number, 381 VersionSet* vset, InstrumentedMutex* mu, 423 const autovector<const autovector<MemTable*>*>& mems_list, VersionSet* vset,
|
| D | import_column_family_job.h | 23 ImportColumnFamilyJob(Env* env, VersionSet* versions, ColumnFamilyData* cfd, in ImportColumnFamilyJob() 61 VersionSet* versions_;
|
| D | external_sst_file_ingestion_job.h | 71 Env* env, VersionSet* versions, ColumnFamilyData* cfd, in ExternalSstFileIngestionJob() 163 VersionSet* versions_;
|
| D | transaction_log_impl.h | 65 std::unique_ptr<VectorLogPtr> files, VersionSet const* const versions, 108 VersionSet const* const versions_;
|
| D | wal_manager_test.cc | 53 versions_.reset(new VersionSet(dbname_, &db_options_, env_options_, in Init() 114 std::unique_ptr<VersionSet> versions_;
|
| D | memtable_list.cc | 29 class VersionSet; 390 VersionSet* vset, InstrumentedMutex* mu, uint64_t file_number, in TryInstallMemtableFlushResults() 646 const autovector<const autovector<MemTable*>*>& mems_list, VersionSet* vset, in InstallMemtableAtomicFlushResults()
|
| D | version_edit.h | 26 class VersionSet; variable 430 friend class VersionSet; variable
|
| D | wal_manager.h | 55 VersionSet* version_set);
|
| D | version_edit_handler.cc | 18 VersionSet* version_set, bool track_missing_files, in VersionEditHandler() 474 VersionSet* version_set) in VersionEditHandlerPointInTime()
|
| D | flush_job_test.cc | 56 versions_.reset(new VersionSet(dbname_, &db_options_, env_options_, 125 std::unique_ptr<VersionSet> versions_;
|
| D | transaction_log_impl.cc | 19 std::unique_ptr<VectorLogPtr> files, VersionSet const* const versions, in TransactionLogIteratorImpl()
|
| D | column_family.h | 33 class VersionSet; variable
|
| D | flush_job.cc | 89 const FileOptions& file_options, VersionSet* versions, in FlushJob()
|
| D | memtable_list_test.cc | 101 VersionSet versions(dbname, &immutable_db_options, env_options, in Mock_InstallMemtableFlushResults() 149 VersionSet versions(dbname, &immutable_db_options, env_options, in Mock_InstallMemtableAtomicFlushResults()
|
| D | wal_manager.cc | 107 VersionSet* version_set) { in GetUpdatesSince()
|
| D | column_family.cc | 1018 return VersionSet::GetNumLiveVersions(dummy_versions_); in GetNumLiveVersions() 1022 return VersionSet::GetTotalSstFilesSize(dummy_versions_); in GetTotalSstFilesSize()
|
| D | db_wal_test.cc | 929 std::unique_ptr<VersionSet> versions; in FillData() 933 versions.reset(new VersionSet(test->dbname_, &db_options, env_options, in FillData()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.h | 56 class VersionSet; variable 67 const FileOptions& file_options, VersionSet* versions, 162 VersionSet* versions_;
|
| D | compaction_job_test.cc | 81 versions_(new VersionSet(dbname_, &db_options_, env_options_, in CompactionJobTest() 251 versions_.reset(new VersionSet(dbname_, &db_options_, env_options_, in NewDB() 376 std::unique_ptr<VersionSet> versions_;
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_files.cc | 579 VersionSet* vset, const ColumnFamilyData* cfd_to_flush, in FindMinPrepLogReferencedByMemTable() 608 VersionSet* vset, const ColumnFamilyData& cfd_to_flush, in PrecomputeMinLogNumberToKeep()
|
| D | db_impl.h | 76 class VersionSet; variable 971 std::unique_ptr<VersionSet> versions_; 2124 VersionSet* vset, const ColumnFamilyData& cfd_to_flush, 2133 VersionSet* vset, const ColumnFamilyData* cfd_to_flush,
|