| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db_impl_filesnapshot.cc | 39 Status BlobDBImpl::EnableFileDeletions(bool force) { in EnableFileDeletions() argument 41 Status s = db_impl_->EnableFileDeletions(force); in EnableFileDeletions() 49 if (force) { in EnableFileDeletions()
|
| D | blob_db_impl.h | 156 virtual Status EnableFileDeletions(bool force) override;
|
| D | blob_db_test.cc | 1618 for (bool force : {true, false}) { in TEST_F() 1637 ASSERT_OK(blob_db_->EnableFileDeletions(force)); in TEST_F() 1639 if (!force) { in TEST_F()
|
| /rocksdb-6.9/util/ |
| D | concurrent_task_limiter_impl.cc | 44 bool force) { in GetToken() argument 49 while (force || limit < 0 || tasks < limit) { in GetToken()
|
| D | concurrent_task_limiter_impl.h | 43 virtual std::unique_ptr<TaskLimiterToken> GetToken(bool force);
|
| /rocksdb-6.9/db/ |
| D | db_filesnapshot.cc | 39 Status DBImpl::EnableFileDeletions(bool force) { in EnableFileDeletions() argument 46 if (force) { in EnableFileDeletions()
|
| D | c.cc | 1267 unsigned char force, in rocksdb_enable_file_deletions() argument 1269 SaveError(errptr, db->rep->EnableFileDeletions(force)); in rocksdb_enable_file_deletions()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-09-15-rocksdb-3-5-release.markdown | 19 …2. new ReadOptions.total_order_seek to force total order seek when block-based table is built with…
|
| D | 2016-01-29-compaction_pri.markdown | 40 …checking modify time of all SST files. If any of the files is too old, we force the single file to…
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_files.cc | 48 void DBImpl::FindObsoleteFiles(JobContext* job_context, bool force, in FindObsoleteFiles() argument 62 } else if (force || in FindObsoleteFiles()
|
| D | db_impl.h | 367 virtual Status EnableFileDeletions(bool force) override; 623 void FindObsoleteFiles(JobContext* job_context, bool force, 1592 bool RequestCompactionToken(ColumnFamilyData* cfd, bool force,
|
| D | db_impl_compaction_flush.cc | 61 bool DBImpl::RequestCompactionToken(ColumnFamilyData* cfd, bool force, in RequestCompactionToken() argument 70 *token = limiter->GetToken(force); in RequestCompactionToken() 76 force ? "true" : "false", limiter->GetOutstandingTask()); in RequestCompactionToken()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | stackable_db.h | 341 virtual Status EnableFileDeletions(bool force) override { in EnableFileDeletions() argument 342 return db_->EnableFileDeletions(force); in EnableFileDeletions()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | RocksDB.java | 3768 public void enableFileDeletions(final boolean force) in enableFileDeletions() argument 3770 enableFileDeletions(nativeHandle_, force); in enableFileDeletions() 4483 private native void enableFileDeletions(long handle, boolean force) in enableFileDeletions() argument
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 1266 virtual Status EnableFileDeletions(bool force = true) = 0;
|
| D | c.h | 413 rocksdb_t* db, unsigned char force, char** errptr);
|
| /rocksdb-6.9/ |
| D | CMakeCache.txt | 319 //force building with SSE4.2, even when PORTABLE=ON
|
| D | CMakeLists.txt | 236 option(FORCE_SSE42 "force building with SSE4.2, even when PORTABLE=ON" OFF)
|