DataBatch

interface DataBatch : DataWrite, Closeable

Functions

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)
keyType
Link copied to clipboard
common
abstract fun keyType(key: ReadMemory): Int
newKey
Link copied to clipboard
common
abstract fun newKey(type: Int, id: Value): ReadMemory
put
Link copied to clipboard
common
open fun put(key: ReadMemory, body: Body, indexes: DataIndexMap = emptyMap()): Int
abstract fun put(key: ReadMemory, body: Body, indexes: DataIndexMap = emptyMap(), vararg options: Options.BatchPut): Int
open override fun put(key: ReadMemory, body: Body, indexes: DataIndexMap, vararg options: Options.Puts): Int
write
Link copied to clipboard
common
abstract fun write(afterErrors: MaybeThrowable, vararg options: Options.BatchWrite)