Searched defs:bottommostLevelCompaction (Results 1 – 2 of 2) sorted by relevance
54 public static BottommostLevelCompaction fromRocksId(final int bottommostLevelCompaction) { in fromRocksId()157 public BottommostLevelCompaction bottommostLevelCompaction() { in bottommostLevelCompaction() method in CompactRangeOptions167 …ompactRangeOptions setBottommostLevelCompaction(final BottommostLevelCompaction bottommostLevelCom… in setBottommostLevelCompaction()228 private native int bottommostLevelCompaction(final long handle); in bottommostLevelCompaction() method in CompactRangeOptions230 final int bottommostLevelCompaction); in setBottommostLevelCompaction()
31 public void bottommostLevelCompaction() { in bottommostLevelCompaction() method in CompactRangeOptionsTest