Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java54 public static BottommostLevelCompaction fromRocksId(final int bottommostLevelCompaction) { in fromRocksId() method in CompactRangeOptions.BottommostLevelCompaction
158 return BottommostLevelCompaction.fromRocksId(bottommostLevelCompaction(nativeHandle_)); in bottommostLevelCompaction()