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

Method finish

java/src/main/java/org/rocksdb/SstFileWriter.java:222–224  ·  view source on GitHub ↗

Finish the process and close the sst file. @throws RocksDBException thrown if error happens in underlying native library.

()

Source from the content-addressed store, hash-verified

220 * native library.
221 */
222 public void finish() throws RocksDBException {
223 finish(nativeHandle_);
224 }
225
226 private native static long newSstFileWriter(
227 final long envOptionsHandle, final long optionsHandle,

Callers 12

newSstFileMethod · 0.95
KeyValueStatusMethod · 0.80
BuildStoreMethod · 0.80
BuildReorderMapMethod · 0.80
WriteSSTFileMethod · 0.80
WriteSSTFileMultiMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

newSstFileMethod · 0.76
mainFunction · 0.64