Searched refs:bottommostLevelCompaction (Results 1 – 2 of 2) sorted by relevance
54 public static BottommostLevelCompaction fromRocksId(final int bottommostLevelCompaction) { in fromRocksId() argument55 switch (bottommostLevelCompaction) { in fromRocksId()157 public BottommostLevelCompaction bottommostLevelCompaction() { in bottommostLevelCompaction() method in CompactRangeOptions158 return BottommostLevelCompaction.fromRocksId(bottommostLevelCompaction(nativeHandle_)); in bottommostLevelCompaction()167 …geOptions setBottommostLevelCompaction(final BottommostLevelCompaction bottommostLevelCompaction) { in setBottommostLevelCompaction() argument168 setBottommostLevelCompaction(nativeHandle_, bottommostLevelCompaction.getValue()); in setBottommostLevelCompaction()228 private native int bottommostLevelCompaction(final long handle); in bottommostLevelCompaction() method in CompactRangeOptions230 final int bottommostLevelCompaction); in setBottommostLevelCompaction() argument
31 public void bottommostLevelCompaction() { in bottommostLevelCompaction() method in CompactRangeOptionsTest35 assertThat(opt.bottommostLevelCompaction()).isEqualTo(value); in bottommostLevelCompaction()38 assertThat(opt.bottommostLevelCompaction()).isEqualTo(value); in bottommostLevelCompaction()41 assertThat(opt.bottommostLevelCompaction()).isEqualTo(value); in bottommostLevelCompaction()