Searched defs:num_levels (Results 1 – 15 of 15) sorted by relevance
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker_test.cc | 73 void NewVersionStorage(int num_levels, CompactionStyle style) { in NewVersionStorage() 262 int num_levels = ioptions_.num_levels; in TEST_F() local 284 int num_levels = ioptions_.num_levels; in TEST_F() local 308 int num_levels = ioptions_.num_levels; in TEST_F() local 333 int num_levels = ioptions_.num_levels; in TEST_F() local 366 int num_levels = ioptions_.num_levels; in TEST_F() local 817 int num_levels = ioptions_.num_levels; in TEST_F() local 1234 int num_levels = ioptions_.num_levels; in TEST_F() local 1267 int num_levels = ioptions_.num_levels; in TEST_F() local 1294 int num_levels = ioptions_.num_levels; in TEST_F() local [all …]
|
| D | compaction_job_stats_test.cc | 285 int num_levels = in FilesPerLevel() local
|
| /rocksdb-6.9/options/ |
| D | cf_options.cc | 112 void MutableCFOptions::RefreshDerivedOptions(int num_levels, in RefreshDerivedOptions()
|
| D | cf_options.h | 105 int num_levels; member
|
| /rocksdb-6.9/tools/ |
| D | reduce_levels_test.cc | 82 Status ReduceLevelTest::OpenDB(bool create_if_missing, int num_levels) { in OpenDB()
|
| D | db_bench_tool.cc | 4555 size_t num_levels = static_cast<size_t>(open_options_.num_levels); in DoDeterministicCompact() local
|
| /rocksdb-6.9/db/ |
| D | file_indexer.cc | 75 void FileIndexer::UpdateIndex(Arena* arena, const size_t num_levels, in UpdateIndex()
|
| D | version_set.h | 256 int num_levels() const { return num_levels_; } in num_levels() function
|
| D | internal_stats.h | 123 InternalStats(int num_levels, Env* env, ColumnFamilyData* cfd) in InternalStats()
|
| D | db_test_util.cc | 1071 int num_levels = in FilesPerLevel() local
|
| D | version_set_test.cc | 91 Options GetOptionsWithNumLevels(int num_levels, in GetOptionsWithNumLevels()
|
| D | version_set.cc | 115 unsigned int num_levels, FileIndexer* file_indexer, in FilePicker() 358 unsigned int num_levels, FileIndexer* file_indexer, in FilePickerMultiGet()
|
| D | c.cc | 2309 rocksdb_options_t* opt, int* level_values, size_t num_levels) { in rocksdb_options_set_max_bytes_for_level_multiplier_additional() 2362 size_t num_levels) { in rocksdb_options_set_compression_per_level()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | advanced_options.h | 380 int num_levels = 7; member
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 1042 num_levels(7, enumConstant
|