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
findAll
Link copied to clipboard
findAllByIndex
Link copied to clipboard
abstract fun findAllByIndex(type: Int, index: String, vararg options: Options.Find): DataIndexCursor
Content copied to clipboard
findAllByType
Link copied to clipboard
abstract fun findAllByType(type: Int, vararg options: Options.Find): DataCursor
Content copied to clipboard
findById
Link copied to clipboard
abstract fun findById(type: Int, id: Value, isOpen: Boolean = false, vararg options: Options.Find): DataCursor
Content copied to clipboard
findByIndex
Link copied to clipboard
abstract fun findByIndex(type: Int, index: String, value: Value, isOpen: Boolean = false, vararg options: Options.Find): DataIndexCursor
Content copied to clipboard
get
Link copied to clipboard
abstract fun get(key: ReadMemory, vararg options: Options.Get): ReadAllocation?
Content copied to clipboard
getExtension
Link copied to clipboard
getIndexesOf
Link copied to clipboard
newBatch
Link copied to clipboard
newSnapshot
Link copied to clipboard
abstract fun newSnapshot(vararg options: Options.NewSnapshot): DataSnapshot
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.DirectPut): Int
Content copied to clipboard
open override fun put(key: ReadMemory, body: Body, indexes: DataIndexMap, vararg options: Options.Puts): Int
Content copied to clipboard
Properties
kv
Link copied to clipboard