LevelDBKeyValueStore(dbPath: Path, keySerializer: (K) -> Bytes, valueSerializer: (V) -> Bytes, keyDeserializer: (Bytes) -> K, valueDeserializer: (Bytes) -> V, options: Options = Options().createIfMissing(true).cacheSize((100 * 1048576).toLong()), coroutineContext: CoroutineContext = Dispatchers.IO)
Open a LevelDB-backed key-value store.
Constructor
Open a LevelDB-backed key-value store.