Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java148 public CompactRangeOptions setTargetPathId(final int targetPathId) { in setTargetPathId() method in CompactRangeOptions
149 setTargetPathId(nativeHandle_, targetPathId); in setTargetPathId()
226 private native void setTargetPathId(final long handle, in setTargetPathId() method in CompactRangeOptions
DRocksDB.java3246 options.setTargetPathId(targetPathId); in compactRange()
3333 options.setTargetPathId(targetPathId); in compactRange()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DCompactRangeOptionsTest.java70 opt.setTargetPathId(value); in targetPathId()
73 opt.setTargetPathId(value); in targetPathId()
DRocksDBTest.java745 .setTargetPathId(0)) { in compactRangeWithKeysReduce()
835 .setTargetPathId(0)) { in compactRangeWithKeysReduceColumnFamily()