Home
last modified time | relevance | path

Searched defs:targetPathId (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java137 public int targetPathId() { in targetPathId() method in CompactRangeOptions
148 public CompactRangeOptions setTargetPathId(final int targetPathId) { in setTargetPathId()
225 private native int targetPathId(final long handle); in targetPathId() method in CompactRangeOptions
227 final int targetPathId); in setTargetPathId()
DRocksDB.java3201 final int targetPathId) throws RocksDBException { in compactRange()
3241 final boolean changeLevel, final int targetLevel, final int targetPathId) in compactRange()
3286 final int targetPathId) throws RocksDBException { in compactRange()
3328 final int targetLevel, final int targetPathId) in compactRange()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DCompactRangeOptionsTest.java67 public void targetPathId() { in targetPathId() method in CompactRangeOptionsTest