Home
last modified time | relevance | path

Searched defs:CompactRangeOptions (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Doptions.h1481 struct CompactRangeOptions { struct
1484 bool exclusive_manual_compaction = true;
1487 bool change_level = false;
1490 int target_level = -1;
1493 uint32_t target_path_id = 0;
1496 BottommostLevelCompaction bottommost_level_compaction =
1500 bool allow_write_stall = false;
1502 uint32_t max_subcompactions = 0;
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java12 public class CompactRangeOptions extends RocksObject { class
67 public CompactRangeOptions() { in CompactRangeOptions() method in CompactRangeOptions
/rocksdb-6.9/db/compaction/
Dcompaction_picker.h263 const CompactRangeOptions& /*compact_range_options*/, in CompactRange()
Dcompaction_picker_fifo.cc219 const CompactRangeOptions& /*compact_range_options*/, in CompactRange()
/rocksdb-6.9/db/
Dcompacted_db_impl.h61 virtual Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()
Ddb_test.cc2852 Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()
/rocksdb-6.9/db/db_impl/
Ddb_impl_readonly.h71 virtual Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()
Ddb_impl_secondary.h139 Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()