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