MCPcopy Create free account
hub / github.com/bytedance/terarkdb / compactRange0

Method compactRange0

java/src/main/java/org/rocksdb/RocksDB.java:3052–3053  ·  view source on GitHub ↗
(long handle, boolean reduce_level,
      int target_level, int target_path_id)

Source from the content-addressed store, hash-verified

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;

Callers 1

compactRangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected