Home
last modified time | relevance | path

Searched refs:new_table_reader_for_compaction_inputs (Results 1 – 16 of 16) sorted by relevance

/rocksdb-6.9/options/
Ddb_options.cc64 new_table_reader_for_compaction_inputs( in ImmutableDBOptions()
65 options.new_table_reader_for_compaction_inputs), in ImmutableDBOptions()
186 new_table_reader_for_compaction_inputs); in Dump()
Dcf_options.cc67 new_table_reader_for_compaction_inputs( in ImmutableCFOptions()
68 db_options.new_table_reader_for_compaction_inputs), in ImmutableCFOptions()
Ddb_options.h59 bool new_table_reader_for_compaction_inputs; member
Dcf_options.h103 bool new_table_reader_for_compaction_inputs; member
Doptions_helper.cc95 options.new_table_reader_for_compaction_inputs = in BuildDBOptions()
96 immutable_db_options.new_table_reader_for_compaction_inputs; in BuildDBOptions()
1484 {offsetof(struct DBOptions, new_table_reader_for_compaction_inputs),
Doptions_test.cc276 ASSERT_EQ(new_db_opt.new_table_reader_for_compaction_inputs, true); in TEST_F()
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini75 new_table_reader_for_compaction_inputs=true
/rocksdb-6.9/include/rocksdb/
Doptions.h768 bool new_table_reader_for_compaction_inputs = false; member
/rocksdb-6.9/db/
Ddb_test_util.cc427 options.new_table_reader_for_compaction_inputs = true; in GetOptions()
435 options.new_table_reader_for_compaction_inputs = true; in GetOptions()
Ddb_options_test.cc795 options.new_table_reader_for_compaction_inputs = true; in TEST_F()
Ddb_test2.cc2866 options.new_table_reader_for_compaction_inputs = true; in TEST_F()
Ddb_compaction_test.cc446 options.new_table_reader_for_compaction_inputs = true; in TEST_F()
/rocksdb-6.9/java/rocksjni/
Doptions.cc1417 opt->new_table_reader_for_compaction_inputs = in Java_org_rocksdb_Options_setNewTableReaderForCompactionInputs()
1429 return static_cast<bool>(opt->new_table_reader_for_compaction_inputs); in Java_org_rocksdb_Options_newTableReaderForCompactionInputs()
5822 opt->new_table_reader_for_compaction_inputs = in Java_org_rocksdb_DBOptions_setNewTableReaderForCompactionInputs()
5834 return static_cast<bool>(opt->new_table_reader_for_compaction_inputs); in Java_org_rocksdb_DBOptions_newTableReaderForCompactionInputs()
/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc120 result.new_table_reader_for_compaction_inputs = true; in SanitizeOptions()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1851 options_.new_table_reader_for_compaction_inputs = true; in Open()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc543 DEFINE_bool(new_table_reader_for_compaction_inputs, true,
3657 options.new_table_reader_for_compaction_inputs = in InitializeOptionsFromFlags()