Home
last modified time | relevance | path

Searched refs:target_path_id (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dcompact_range_options.cc137 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/
Ddb_wrapper.cc447 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()
DAPI.md115 # * 'target_path_id' => int
/rocksdb-6.9/include/rocksdb/
Ddb.h1083 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;
Doptions.h1493 uint32_t target_path_id = 0; member
/rocksdb-6.9/db/compaction/
Dcompaction_picker.cc634 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()
Dcompaction_job_stats_test.cc314 uint32_t target_path_id) { in Compact() argument
316 compact_options.target_path_id = target_path_id; in Compact()
/rocksdb-6.9/db/
Ddb_test_util.cc1113 uint32_t target_path_id) { in Compact() argument
1115 compact_options.target_path_id = target_path_id; in Compact()
Ddb_universal_compaction_test.cc1873 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()
Ddb_test_util.h897 uint32_t target_path_id);
Ddb_sst_test.cc670 compact_options.target_path_id = 1; in TEST_F()
Ddb_compaction_test.cc2626 compact_options.target_path_id = 1; in TEST_P()
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc684 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()