@JvmStatic fun open(dbPath: Path): RocksDBKeyValueStore
(source)
Open a RocksDB-backed key-value store.
dbPath
- The path to the RocksDB database.
IOException
- If an I/O error occurs.
Return
A key-value store.
@JvmStatic fun open(dbPath: Path, options: Options): RocksDBKeyValueStore
(source)
Open a RocksDB-backed key-value store.
dbPath
- The path to the RocksDB database.
options
- Options for the RocksDB database.
IOException
- If an I/O error occurs.
Return
A key-value store.