Range compaction of database. Note : After the database has been compacted, all data will have been pushed down to the last level containing any data. See also #compactRange(boolean, int, int) {@link #compactRange(byte[
()
| 2420 | * part of the library. |
| 2421 | */ |
| 2422 | public void compactRange() throws RocksDBException { |
| 2423 | compactRange0(nativeHandle_, false, -1, 0); |
| 2424 | } |
| 2425 | |
| 2426 | /** |
| 2427 | * <p>Range compaction of database.</p> |