lightdb-core
lightdb-core
API
lightdb
index
IndexSupport
IndexedField
Indexer
query
Filter
PageContext
PagedResults
Query
SearchContext
Sort
Sort
BestMatch
ByField
IndexOrder
upgrade
DatabaseUpgrade
util
FlushingBacklog
ByteArrayExtras
Collection
Collection
DocLock
DocLock
Empty
Set
Document
Id
Id
IndexedLink
IndexedLink
IndexedLinks
KeyValue
KeyValue
LightDB
stored
MaxLinks
MaxLinks
NoMax
OverflowError
OverflowTrim
OverflowWarn
RecordDocument
RecordDocumentCollection
Store
StoredValue
Unique
lightdb-core
/
lightdb
/
Store
Store
lightdb.Store
trait
Store
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
commit
(
):
IO
[
Unit
]
def
delete
[
D
](
id
:
Id
[
D
]):
IO
[
Unit
]
def
dispose
(
):
IO
[
Unit
]
def
get
[
D
](
id
:
Id
[
D
]):
IO
[
Option
[
Array
[
Byte
]]]
def
keyStream
[
D
]:
Stream
[
IO
,
Id
[
D
]]
def
put
[
D
](
id
:
Id
[
D
],
value
:
Array
[
Byte
]):
IO
[
Boolean
]
def
size
:
IO
[
Int
]
def
stream
[
D
]:
Stream
[
IO
, (
Id
[
D
],
Array
[
Byte
])]
Concrete methods
def
getJsonDoc
[
D
:
RW
](
id
:
Id
[
D
]):
IO
[
Option
[
D
]]
def
putJson
[
D
<:
Document
[
LazyRef(...)
]](
id
:
Id
[
D
],
json
:
Json
):
IO
[
Unit
]
def
putJsonDoc
[
D
<:
Document
[
LazyRef(...)
]](
doc
:
D
)(
implicit
rw
:
RW
[
D
]):
IO
[
D
]
def
streamJsonDocs
[
D
:
RW
]:
Stream
[
IO
,
D
]
def
truncate
(
):
IO
[
Unit
]
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods