Searched refs:target_path_id (Results 1 – 13 of 13) sorted by relevance
| /rocksdb-6.9/java/rocksjni/ |
| D | compact_range_options.cc | 137 return static_cast<jint>(options->target_path_id); in Java_org_rocksdb_CompactRangeOptions_targetPathId() 146 (JNIEnv* /*env*/, jobject /*jobj*/, jlong jhandle, jint target_path_id) { in Java_org_rocksdb_CompactRangeOptions_setTargetPathId() argument 149 options->target_path_id = static_cast<uint32_t>(target_path_id); in Java_org_rocksdb_CompactRangeOptions_setTargetPathId()
|
| /rocksdb-6.9/tools/rdb/ |
| D | db_wrapper.cc | 447 int target_level = -1, target_path_id = 0; in CompactOptions() local 456 target_path_id = (int)(options->Get( in CompactOptions() 462 &begin, &end, true, target_level, target_path_id in CompactOptions() 481 int target_level = -1, target_path_id = 0; in CompactAll() local 490 target_path_id = (int)(options->Get( in CompactAll() 497 target_path_id); in CompactAll()
|
| D | API.md | 115 # * 'target_path_id' => int
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 1083 uint32_t target_path_id = 0) { 1087 options.target_path_id = target_path_id; 1093 int target_level = -1, uint32_t target_path_id = 0) { 1097 options.target_path_id = target_path_id;
|
| D | options.h | 1493 uint32_t target_path_id = 0; member
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker.cc | 634 compact_range_options.target_path_id, in CompactRange() 684 assert(compact_range_options.target_path_id < in CompactRange() 787 compact_range_options.target_path_id, in CompactRange()
|
| D | compaction_job_stats_test.cc | 314 uint32_t target_path_id) { in Compact() argument 316 compact_options.target_path_id = target_path_id; in Compact()
|
| /rocksdb-6.9/db/ |
| D | db_test_util.cc | 1113 uint32_t target_path_id) { in Compact() argument 1115 compact_options.target_path_id = target_path_id; in Compact()
|
| D | db_universal_compaction_test.cc | 1873 compact_options.target_path_id = 1; in TEST_P() 1896 compact_options.target_path_id = 0; in TEST_P() 1904 compact_options.target_path_id = 2; in TEST_P()
|
| D | db_test_util.h | 897 uint32_t target_path_id);
|
| D | db_sst_test.cc | 670 compact_options.target_path_id = 1; in TEST_F()
|
| D | db_compaction_test.cc | 2626 compact_options.target_path_id = 1; in TEST_P()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_compaction_flush.cc | 684 if (options.target_path_id >= cfd->ioptions()->cf_paths.size()) { in CompactRange() 1439 manual.output_path_id = compact_range_options.target_path_id; in RunManualCompaction()
|