Home
last modified time | relevance | path

Searched refs:SetOptions (Results 1 – 25 of 34) sorted by relevance

12

/rocksdb-6.9/db/
Ddb_dynamic_level_test.cc147 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
163 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
173 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
181 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
194 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
202 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
212 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
229 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
472 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
Ddeletefile_test.cc42 void SetOptions(Options* options) { in SetOptions() function in ROCKSDB_NAMESPACE::DeleteFileTest
138 SetOptions(&options); in TEST_F()
188 SetOptions(&options); in TEST_F()
223 SetOptions(&options); in TEST_F()
265 SetOptions(&options); in TEST_F()
329 SetOptions(&options); in TEST_F()
369 SetOptions(&options); in TEST_F()
412 SetOptions(&options); in TEST_F()
448 SetOptions(&options); in TEST_F()
489 SetOptions(&options); in TEST_F()
Ddb_options_test.cc113 ASSERT_OK(dbfull()->SetOptions(handles_[0], options_default)); in TEST_F()
114 ASSERT_OK(dbfull()->SetOptions(handles_[1], options_foo)); in TEST_F()
264 ASSERT_OK(dbfull()->SetOptions(rand_opts)); in TEST_F()
338 dbfull()->SetOptions({{"disable_auto_compactions", "false"}})); in TEST_F()
389 dbfull()->SetOptions({{"level0_file_num_compaction_trigger", "3"}})); in TEST_F()
717 ASSERT_OK(dbfull()->SetOptions({{"ttl", "60"}})); in TEST_F()
746 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
779 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
839 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
851 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
Dobsolete_files_test.cc167 ASSERT_OK(dbfull()->SetOptions(dbfull()->DefaultColumnFamily(), in TEST_F()
170 ASSERT_OK(dbfull()->SetOptions(dbfull()->DefaultColumnFamily(), in TEST_F()
Ddb_test.cc3964 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
3976 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
4022 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
4045 ASSERT_OK(dbfull()->SetOptions({ in TEST_F()
4948 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
4970 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
4978 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
4986 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
5022 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
5043 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
[all …]
Ddb_io_failure_test.cc362 ASSERT_OK(dbfull()->SetOptions(handles_[1], in TEST_F()
453 ASSERT_OK(dbfull()->SetOptions(handles_[1], in TEST_F()
545 ASSERT_OK(dbfull()->SetOptions(handles_[1], in TEST_F()
Ddb_bloom_filter_test.cc1555 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "fixed:5"}})); in TEST_F()
1613 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "fixed:3"}})); in TEST_F()
1627 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "capped:4"}})); in TEST_F()
1674 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "capped:3"}})); in TEST_F()
1708 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "fixed:2"}})); in TEST_F()
1756 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "capped:3"}})); in TEST_F()
1815 dbfull()->SetOptions(handles_[2], {{"prefix_extractor", "fixed:2"}})); in TEST_F()
1881 ASSERT_OK(dbfull()->SetOptions({{"prefix_extractor", "capped:3"}})); in TEST_F()
Dcolumn_family.h353 Status SetOptions(
Ddb_block_cache_test.cc550 dbfull()->SetOptions(handles_[1], {{"paranoid_file_checks", "false"}})); in TEST_F()
Ddb_range_del_test.cc388 ASSERT_OK(db_->SetOptions(db_->DefaultColumnFamily(), in TEST_F()
1007 ASSERT_OK(db_->SetOptions(db_->DefaultColumnFamily(), in TEST_F()
Ddb_universal_compaction_test.cc444 ASSERT_OK(dbfull()->SetOptions(handles_[1], in TEST_P()
517 ASSERT_OK(dbfull()->SetOptions( in TEST_P()
Dlistener_test.cc959 ASSERT_OK(dbfull()->SetOptions({{"disable_auto_compactions", "false"}})); in TEST_F()
Dcolumn_family.cc1320 Status ColumnFamilyData::SetOptions( in SetOptions() function in ROCKSDB_NAMESPACE::ColumnFamilyData
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.h184 using DBImpl::SetOptions;
185 Status SetOptions( in SetOptions() function
Ddb_secondary_test.cc606 ASSERT_OK(dbfull()->SetOptions({{"disable_auto_compactions", "false"}})); in TEST_F()
636 ASSERT_OK(dbfull()->SetOptions({{"disable_auto_compactions", "false"}})); in TEST_F()
Ddb_impl.h311 using DB::SetOptions;
312 Status SetOptions(
/rocksdb-6.9/include/rocksdb/utilities/
Dstackable_db.h403 using DB::SetOptions;
404 virtual Status SetOptions(ColumnFamilyHandle* column_family_handle, in SetOptions() function
407 return db_->SetOptions(column_family_handle, new_options); in SetOptions()
/rocksdb-6.9/docs/_posts/
D2016-03-07-rocksdb-options-file.markdown12 …et of options into an INI file on every successful call of DB::Open(), SetOptions(), and CreateCol…
D2016-04-26-rocksdb-4-5-1-released.markdown54 … the RocksDB database on successful DB::Open, CreateColumnFamily, DropColumnFamily, and SetOptions.
/rocksdb-6.9/include/rocksdb/
Ddb.h1101 virtual Status SetOptions( in SetOptions() function
1106 virtual Status SetOptions( in SetOptions() function
1108 return SetOptions(DefaultColumnFamily(), new_options); in SetOptions()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.h49 Status SetOptions(ThreadState* thread);
Ddb_stress_test_base.cc424 Status StressTest::SetOptions(ThreadState* thread) { in SetOptions() function in ROCKSDB_NAMESPACE::StressTest
448 return db_->SetOptions(cfh, opts); in SetOptions()
537 SetOptions(thread); in OperateDb()
/rocksdb-6.9/db/blob/
Ddb_blob_index_test.cc403 ASSERT_OK(dbfull()->SetOptions( in TEST_F()
/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc1126 ASSERT_OK(dbi->SetOptions(dbi->DefaultColumnFamily(), in TEST_F()
1128 ASSERT_OK(dbi->SetOptions(dbi->DefaultColumnFamily(), in TEST_F()
1130 ASSERT_OK(dbi->SetOptions(dbi->DefaultColumnFamily(), in TEST_F()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4545 db->SetOptions({{"disable_auto_compactions", "1"}, in DoDeterministicCompact()
4549 db->SetOptions({{"disable_auto_compactions", "1"}}); in DoDeterministicCompact()
4814 db_list[i]->SetOptions( in DoDeterministicCompact()

12