Home
last modified time | relevance | path

Searched refs:FlushOptions (Results 1 – 25 of 84) sorted by relevance

1234

/rocksdb-6.9/db/
Ddb_range_del_test.cc55 ASSERT_OK(db_->Flush(FlushOptions())); in TEST_F()
70 db_->Flush(FlushOptions()); in TEST_F()
197 ASSERT_OK(db_->Flush(FlushOptions())); in TEST_F()
230 ASSERT_OK(db_->Flush(FlushOptions())); in TEST_F()
233 ASSERT_OK(db_->Flush(FlushOptions())); in TEST_F()
271 db_->Flush(FlushOptions()); in TEST_F()
540 db_->Flush(FlushOptions()); in TEST_F()
545 db_->Flush(FlushOptions()); in TEST_F()
1422 db_->Flush(FlushOptions()); in TEST_F()
1506 db_->Flush(FlushOptions()); in TEST_F()
[all …]
Ddb_flush_test.cc48 FlushOptions no_wait; in TEST_F()
94 FlushOptions flush_options; in TEST_F()
231 FlushOptions flush_opts; in TEST_F()
296 FlushOptions flush_opts; in TEST_F()
348 FlushOptions flush_opts; in TEST_F()
435 FlushOptions flush_opts; in TEST_F()
545 FlushOptions flush_opts; in TEST_P()
625 FlushOptions flush_opts; in TEST_P()
685 FlushOptions flush_opts; in TEST_P()
735 FlushOptions flush_opts; in TEST_P()
[all …]
Ddb_log_iter_test.cc112 dbfull()->Flush(FlushOptions()); in TEST_F()
114 dbfull()->Flush(FlushOptions()); in TEST_F()
116 dbfull()->Flush(FlushOptions()); in TEST_F()
130 FlushOptions flush_options; in TEST_F()
171 dbfull()->Flush(FlushOptions()); in TEST_F()
185 dbfull()->Flush(FlushOptions()); in TEST_F()
Dprefix_test.cc313 db->Flush(FlushOptions()); in TEST()
333 db->Flush(FlushOptions()); in TEST()
541 db->Flush(FlushOptions()); in TEST_F()
545 db->Flush(FlushOptions()); in TEST_F()
710 db->Flush(FlushOptions()); in TEST_F()
809 db->Flush(FlushOptions()); in TEST_F()
815 db->Flush(FlushOptions()); in TEST_F()
841 db->Flush(FlushOptions()); in TEST_F()
847 db->Flush(FlushOptions()); in TEST_F()
863 db->Flush(FlushOptions()); in TEST_F()
[all …]
Dcompact_files_test.cc95 db->Flush(FlushOptions()); in TEST_F()
221 db->Flush(FlushOptions()); in TEST_F()
240 db->Flush(FlushOptions()); in TEST_F()
296 db->Flush(FlushOptions()); in TEST_F()
340 db->Flush(FlushOptions()); in TEST_F()
Ddb_filesnapshot.cc91 status = AtomicFlushMemTables(cfds, FlushOptions(), in GetLiveFiles()
101 status = FlushMemTable(cfd, FlushOptions(), FlushReason::kGetLiveFiles); in GetLiveFiles()
Dfault_injection_test.cc277 FlushOptions flush_options; in DeleteAllData()
405 FlushOptions flush_options; in TEST_P()
450 FlushOptions flush_options; in TEST_P()
491 FlushOptions flush_options; in TEST_P()
Ddeletefile_test.cc275 FlushOptions fo; in TEST_F()
471 FlushOptions fopts; in TEST_F()
500 ASSERT_OK(db_->Flush(FlushOptions(), handles_[1])); in TEST_F()
505 ASSERT_OK(db_->Flush(FlushOptions(), handles_[1])); in TEST_F()
Ddb_bloom_filter_test.cc167 FlushOptions fo; in TEST_F()
233 FlushOptions fo; in TEST_F()
285 FlushOptions fo; in TEST_F()
1535 dbfull()->Flush(FlushOptions()); in TEST_F()
1669 dbfull()->Flush(FlushOptions()); in TEST_F()
1692 dbfull()->Flush(FlushOptions()); in TEST_F()
1716 dbfull()->Flush(FlushOptions()); in TEST_F()
1806 dbfull()->Flush(FlushOptions()); in TEST_F()
1856 dbfull()->Flush(FlushOptions()); in TEST_F()
1861 dbfull()->Flush(FlushOptions()); in TEST_F()
[all …]
Ddb_iterator_test.cc173 dbfull()->Flush(FlushOptions()); in TEST_P()
176 dbfull()->Flush(FlushOptions()); in TEST_P()
200 dbfull()->Flush(FlushOptions()); in TEST_P()
216 dbfull()->Flush(FlushOptions()); in TEST_P()
219 dbfull()->Flush(FlushOptions()); in TEST_P()
239 dbfull()->Flush(FlushOptions()); in TEST_P()
277 dbfull()->Flush(FlushOptions()); in TEST_P()
303 dbfull()->Flush(FlushOptions()); in TEST_P()
334 dbfull()->Flush(FlushOptions()); in TEST_P()
2266 dbfull()->Flush(FlushOptions()); in TEST_P()
[all …]
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DFlushOptionsTest.java16 try (final FlushOptions flushOptions = new FlushOptions()) { in waitForFlush()
25 try (final FlushOptions flushOptions = new FlushOptions()) { in allowWriteStall()
DMemoryUtilTest.java44 final FlushOptions flushOptions = in getApproximateMemoryUsageByType()
45 new FlushOptions().setWaitForFlush(true); in getApproximateMemoryUsageByType()
114 final FlushOptions flushOptions = in getApproximateMemoryUsageByTypeMultiple()
115 new FlushOptions().setWaitForFlush(true); in getApproximateMemoryUsageByTypeMultiple()
DFlushTest.java31 final FlushOptions flushOptions = new FlushOptions() in flush()
DTableFilterTest.java43 final FlushOptions flushOptions = in readOptions()
44 new FlushOptions().setWaitForFlush(true); in readOptions()
DTransactionLogIteratorTest.java45 db.flush(new FlushOptions().setWaitForFlush(true)); in getBatch()
119 db.flush(new FlushOptions().setWaitForFlush(true)); in transactionLogIteratorCheckAfterRestart()
DRocksMemEnvTest.java38 final FlushOptions flushOptions = new FlushOptions() in memEnvFillAndReopen()
DBlockBasedTableConfigTest.java128 db.flush(new FlushOptions()); in blockCacheIntegration()
190 try (final FlushOptions flushOptions = new FlushOptions(); in blockCacheCompressedIntegration()
DRocksDBTest.java741 db.flush(new FlushOptions().setWaitForFlush(true)); in compactRangeWithKeysReduce()
897 db.flush(new FlushOptions().setWaitForFlush(true)); in compactRangeToLevel()
965 db.flush(new FlushOptions().setWaitForFlush(true)); in deleteFilesInRange()
1043 db.flush(new FlushOptions().setWaitForFlush(true), in compactRangeToLevelColumnFamily()
1261 try (final FlushOptions flushOptions = new FlushOptions() in compactFiles()
1365 final FlushOptions flushOptions = new FlushOptions()) { in flush()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DFlushOptions.java12 public class FlushOptions extends RocksObject { class
20 public FlushOptions(){ in FlushOptions() method in FlushOptions
32 public FlushOptions setWaitForFlush(final boolean waitForFlush) { in setWaitForFlush()
64 public FlushOptions setAllowWriteStall(final boolean allowWriteStall) { in setAllowWriteStall()
/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc127 FlushOptions fo; in TEST_FlushMemTable()
141 const FlushOptions& flush_opts) { in TEST_FlushMemTable()
146 const autovector<ColumnFamilyData*>& cfds, const FlushOptions& flush_opts) { in TEST_AtomicFlushMemTables()
/rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/
DGetBenchmarks.java83 try (final FlushOptions flushOptions = new FlushOptions() in setup()
DMultiGetBenchmarks.java92 try (final FlushOptions flushOptions = new FlushOptions() in setup()
/rocksdb-6.9/tools/
Dldb_cmd_test.cc94 FlushOptions fopts; in TEST_F()
269 FlushOptions fopts; in TEST_F()
356 FlushOptions fopts; in TEST_F()
482 FlushOptions fopts; in TEST_F()
/rocksdb-6.9/utilities/merge_operators/string_append/
Dstringappend_test.cc470 db->Flush(ROCKSDB_NAMESPACE::FlushOptions()); in TEST_F()
478 db->Flush(ROCKSDB_NAMESPACE::FlushOptions()); in TEST_F()
549 db->Flush(ROCKSDB_NAMESPACE::FlushOptions()); in TEST_F()
/rocksdb-6.9/include/rocksdb/
Doptions.h1427 struct FlushOptions { struct
1437 FlushOptions() : wait(true), allow_write_stall(false) {} in FlushOptions() argument

1234