Finish the process and close the sst file. @throws RocksDBException thrown if error happens in underlying native library.
()
| 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, |
no outgoing calls