Key Value D B
Types
Functions
delete
Link copied to clipboard
open override fun delete(key: ReadMemory, vararg options: Options.Deletes)
Content copied to clipboard
abstract fun delete(key: ReadMemory, vararg options: Options.DirectDelete)
Content copied to clipboard
get
Link copied to clipboard
abstract fun get(key: ReadMemory, vararg options: Options.Get): Allocation?
Content copied to clipboard
newBatch
Link copied to clipboard
newCursor
Link copied to clipboard
newSnapshot
Link copied to clipboard
abstract fun newSnapshot(vararg options: Options.NewSnapshot): KeyValueSnapshot
Content copied to clipboard
put
Link copied to clipboard
abstract fun put(key: ReadMemory, value: ReadMemory, vararg options: Options.DirectPut)
Content copied to clipboard
open override fun put(key: ReadMemory, value: ReadMemory, vararg options: Options.Puts)
Content copied to clipboard