Functions
delete
Link copied to clipboard
abstract fun delete(key: ReadMemory, vararg options: Options.BatchDelete)
Content copied to clipboard
open override fun delete(key: ReadMemory, vararg options: Options.Deletes)
Content copied to clipboard
put
Link copied to clipboard
open fun put(key: ReadMemory, body: Body, indexes: DataIndexMap = emptyMap()): Int
Content copied to clipboard
abstract fun put(key: ReadMemory, body: Body, indexes: DataIndexMap = emptyMap(), vararg options: Options.BatchPut): Int
Content copied to clipboard
open override fun put(key: ReadMemory, body: Body, indexes: DataIndexMap, vararg options: Options.Puts): Int
Content copied to clipboard
write
Link copied to clipboard
abstract fun write(afterErrors: MaybeThrowable, vararg options: Options.BatchWrite)
Content copied to clipboard