Searched defs:targetLevel (Results 1 – 3 of 3) sorted by relevance
116 public int targetLevel() { in targetLevel() method in CompactRangeOptions127 public CompactRangeOptions setTargetLevel(final int targetLevel) { in setTargetLevel()222 private native int targetLevel(final long handle); in targetLevel() method in CompactRangeOptions224 final int targetLevel); in setTargetLevel()
3200 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()
56 public void targetLevel() { in targetLevel() method in CompactRangeOptionsTest