Home
last modified time | relevance | path

Searched refs:fopts (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Dldb_cmd_test.cc94 FlushOptions fopts; in TEST_F() local
95 fopts.wait = true; in TEST_F()
96 ASSERT_OK(db->Flush(fopts)); in TEST_F()
269 FlushOptions fopts; in TEST_F() local
270 fopts.wait = true; in TEST_F()
279 ASSERT_OK(db->Flush(fopts)); in TEST_F()
287 ASSERT_OK(db->Flush(fopts)); in TEST_F()
356 FlushOptions fopts; in TEST_F() local
357 fopts.wait = true; in TEST_F()
482 FlushOptions fopts; in TEST_F() local
[all …]
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h317 virtual Status Flush(const FlushOptions& fopts, in Flush() argument
319 return db_->Flush(fopts, column_family); in Flush()
322 const FlushOptions& fopts, in Flush() argument
324 return db_->Flush(fopts, column_families); in Flush()
/rocksdb-6.9/db/
Ddeletefile_test.cc471 FlushOptions fopts; in TEST_F() local
472 db_->Flush(fopts); in TEST_F()
474 db_->Flush(fopts); in TEST_F()