Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DCompactRangeOptions.java116 public int targetLevel() { in targetLevel() method in CompactRangeOptions
127 public CompactRangeOptions setTargetLevel(final int targetLevel) { in setTargetLevel()
222 private native int targetLevel(final long handle); in targetLevel() method in CompactRangeOptions
224 final int targetLevel); in setTargetLevel()
DRocksDB.java3200 public void compactRange(final boolean changeLevel, final int targetLevel, in compactRange()
3241 final boolean changeLevel, final int targetLevel, final int targetPathId) in compactRange()
3285 final boolean changeLevel, final int targetLevel, in compactRange()
3328 final int targetLevel, final int targetPathId) in compactRange()
4098 final int targetLevel) throws RocksDBException { in promoteL0()
4111 public void promoteL0(final int targetLevel) in promoteL0()
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DCompactRangeOptionsTest.java56 public void targetLevel() { in targetLevel() method in CompactRangeOptionsTest