Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java127 public CompactRangeOptions setTargetLevel(final int targetLevel) { in setTargetLevel() method in CompactRangeOptions
128 setTargetLevel(nativeHandle_, targetLevel); in setTargetLevel()
223 private native void setTargetLevel(final long handle, in setTargetLevel() method in CompactRangeOptions
DRocksDB.java3245 options.setTargetLevel(targetLevel); in compactRange()
3332 options.setTargetLevel(targetLevel); in compactRange()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DCompactRangeOptionsTest.java59 opt.setTargetLevel(value); in targetLevel()
62 opt.setTargetLevel(value); in targetLevel()
DRocksDBTest.java744 .setTargetLevel(-1) in compactRangeWithKeysReduce()
834 .setTargetLevel(-1) in compactRangeWithKeysReduceColumnFamily()