(long handle, boolean reduce_level,
int target_level, int target_path_id)
| 3050 | private native void flush(long handle, long flushOptHandle, long cfHandle) |
| 3051 | throws RocksDBException; |
| 3052 | private native void compactRange0(long handle, boolean reduce_level, |
| 3053 | int target_level, int target_path_id) throws RocksDBException; |
| 3054 | private native void compactRange0(long handle, byte[] begin, int beginLen, |
| 3055 | byte[] end, int endLen, boolean reduce_level, int target_level, |
| 3056 | int target_path_id) throws RocksDBException; |