KeyValueBatch

interface KeyValueBatch : KeyValueWrite, Closeable

Functions

append
Link copied to clipboard
common
abstract fun append(source: KeyValueBatch)
clear
Link copied to clipboard
common
abstract fun clear()
close
Link copied to clipboard
common
abstract fun close()
delete
Link copied to clipboard
common
open fun delete(key: ReadMemory)
abstract fun delete(key: ReadMemory, vararg options: Options.BatchDelete)
open override fun delete(key: ReadMemory, vararg options: Options.Deletes)
put
Link copied to clipboard
common
open fun put(key: ReadMemory, value: ReadMemory)
abstract fun put(key: ReadMemory, value: ReadMemory, vararg options: Options.BatchPut)
open override fun put(key: ReadMemory, value: ReadMemory, vararg options: Options.Puts)
write
Link copied to clipboard
common
abstract fun write(vararg options: Options.BatchWrite)