Jvm Level DBSnapshot
Functions
Link copied to clipboard
open override fun scan(from: String?, verifyChecksums: Boolean, fillCache: Boolean): CloseableSequence<LevelDBReader.LazyEntry>
Creates an Iterable to traverse all key-value pairs in the LevelDB database. The sequence will start from the specified key, or from the first key if no key is specified. LevelDB sorts keys in lexicographic order.