Searched refs:flush_opts (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_flush_test.cc | 231 FlushOptions flush_opts; in TEST_F() local 296 FlushOptions flush_opts; in TEST_F() local 297 flush_opts.wait = false; in TEST_F() 348 FlushOptions flush_opts; in TEST_F() local 435 FlushOptions flush_opts; in TEST_F() local 436 flush_opts.wait = false; in TEST_F() 545 FlushOptions flush_opts; in TEST_P() local 546 flush_opts.wait = false; in TEST_P() 625 FlushOptions flush_opts; in TEST_P() local 626 flush_opts.wait = true; in TEST_P() [all …]
|
| D | c_test.c | 1801 rocksdb_flushoptions_t* flush_opts = rocksdb_flushoptions_create(); in main() local 1802 rocksdb_flushoptions_set_wait(flush_opts, 1); in main() 1803 rocksdb_flush(db, flush_opts, &err); in main() 1828 rocksdb_flushoptions_destroy(flush_opts); in main()
|
| D | db_compaction_test.cc | 4208 FlushOptions flush_opts; in TEST_F() local 4209 flush_opts.wait = false; in TEST_F() 4210 flush_opts.allow_write_stall = true; in TEST_F() 4211 dbfull()->Flush(flush_opts); in TEST_F() 4311 FlushOptions flush_opts; in TEST_F() local 4312 flush_opts.allow_write_stall = true; in TEST_F() 4317 dbfull()->Flush(flush_opts); in TEST_F() 4327 dbfull()->Flush(flush_opts); in TEST_F()
|
| D | db_test2.cc | 3067 FlushOptions flush_opts; in TEST_F() local 3068 flush_opts.wait = false; in TEST_F() 3069 db_->Flush(flush_opts); in TEST_F()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_debug.cc | 141 const FlushOptions& flush_opts) { in TEST_FlushMemTable() argument 142 return FlushMemTable(cfd, flush_opts, FlushReason::kTest); in TEST_FlushMemTable() 146 const autovector<ColumnFamilyData*>& cfds, const FlushOptions& flush_opts) { in TEST_AtomicFlushMemTables() argument 147 return AtomicFlushMemTables(cfds, flush_opts, FlushReason::kTest); in TEST_AtomicFlushMemTables()
|
| D | db_impl.cc | 322 FlushOptions flush_opts; in ResumeImpl() local 324 flush_opts.allow_write_stall = true; in ResumeImpl() 329 s = AtomicFlushMemTables(cfds, flush_opts, FlushReason::kErrorRecovery); in ResumeImpl() 338 s = FlushMemTable(cfd, flush_opts, FlushReason::kErrorRecovery); in ResumeImpl() 4134 FlushOptions flush_opts; in IngestExternalFiles() local 4135 flush_opts.allow_write_stall = true; in IngestExternalFiles() 4140 status = AtomicFlushMemTables(cfds_to_flush, flush_opts, in IngestExternalFiles() 4151 status = FlushMemTable(cfd, flush_opts, in IngestExternalFiles()
|
| D | db_impl.h | 887 const FlushOptions& flush_opts); 894 const FlushOptions& flush_opts);
|
| /rocksdb-6.9/utilities/ttl/ |
| D | ttl_test.cc | 134 static FlushOptions flush_opts; in MakePutWriteBatch() local 150 db_ttl_->Flush(flush_opts); in MakePutWriteBatch() 159 static FlushOptions flush_opts; in PutValues() local 173 db_ttl_->Flush(flush_opts); in PutValues() 175 db_ttl_->Flush(flush_opts, cf); in PutValues()
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_test_base.cc | 1438 FlushOptions flush_opts; in TestFlush() local 1442 return db_->Flush(flush_opts, cfhs); in TestFlush()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | rocksjni.cc | 2747 auto* flush_opts = in Java_org_rocksdb_RocksDB_flush() local 2762 auto s = db->Flush(*flush_opts, cf_handles); in Java_org_rocksdb_RocksDB_flush()
|