KeyValueRead

interface KeyValueRead

Functions

get
Link copied to clipboard
common
abstract fun get(key: ReadMemory, vararg options: Options.Get): Allocation?
newCursor
Link copied to clipboard
common
abstract fun newCursor(vararg options: Options.Find): KeyValueCursor

Inheritors

KeyValueDB
Link copied to clipboard
KeyValueSnapshot
Link copied to clipboard