Searched defs:CompactRangeOptions (Results 1 – 8 of 8) sorted by relevance
1481 struct CompactRangeOptions { struct1484 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;
12 public class CompactRangeOptions extends RocksObject { class67 public CompactRangeOptions() { in CompactRangeOptions() method in CompactRangeOptions
263 const CompactRangeOptions& /*compact_range_options*/, in CompactRange()
219 const CompactRangeOptions& /*compact_range_options*/, in CompactRange()
61 virtual Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()
2852 Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()
71 virtual Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()
139 Status CompactRange(const CompactRangeOptions& /*options*/, in CompactRange()