Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/checkpoint/
Dcheckpoint_impl.cc187 bool flush_memtable = true; in CreateCustomCheckpoint() local
191 flush_memtable = false; in CreateCustomCheckpoint()
208 flush_memtable = false; in CreateCustomCheckpoint()
215 s = db_->GetLiveFiles(live_files, &manifest_file_size, flush_memtable); in CreateCustomCheckpoint()
241 s = db_->GetLiveFiles(live_files, &manifest_file_size, flush_memtable); in CreateCustomCheckpoint()
311 (!flush_memtable || in CreateCustomCheckpoint()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl_filesnapshot.cc66 bool flush_memtable) { in GetLiveFiles() argument
73 Status s = db_->GetLiveFiles(ret, manifest_file_size, flush_memtable); in GetLiveFiles()
Dblob_db_impl.h160 bool flush_memtable = true) override;
/rocksdb-6.9/db/
Ddb_filesnapshot.cc79 bool flush_memtable) { in GetLiveFiles() argument
84 if (flush_memtable) { in GetLiveFiles()
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h368 bool flush_memtable = true) override {
369 return db_->GetLiveFiles(vec, mfs, flush_memtable);
/rocksdb-6.9/include/rocksdb/
Ddb.h1286 bool flush_memtable = true) = 0;
/rocksdb-6.9/db/db_impl/
Ddb_impl.h372 bool flush_memtable = true) override;