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
Document
Id
Id
IndexedLink
IndexedLink
IndexedLinks
KeyValue
KeyValue
LightDB
stored
MaxLinks
MaxLinks
NoMax
OverflowError
OverflowTrim
OverflowWarn
RecordDocument
RecordDocumentCollection
Store
StoredValue
Unique
lightdb-core
/
lightdb
/
LightDB
LightDB
lightdb.LightDB
abstract
class
LightDB
(
val
directory
:
Path
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Type members
Classlikes
protected
object
stored
Attributes
Supertypes
class
Object
trait
Matchable
class
Any
Self type
stored
.
type
Value members
Abstract methods
def
collections
:
List
[
Collection
[
_
]]
protected
def
createStore
(
name
:
String
):
Store
def
upgrades
:
List
[
DatabaseUpgrade
]
Concrete methods
def
dispose
(
):
IO
[
Unit
]
def
init
(
truncate
:
Boolean
):
IO
[
Unit
]
def
initialized
:
Boolean
def
truncate
(
):
IO
[
Unit
]
Concrete fields
lazy protected
val
appliedUpgrades
:
StoredValue
[
Set
[
String
]]
lazy protected
val
backingStore
:
Collection
[
KeyValue
]
lazy protected
val
databaseInitialized
:
StoredValue
[
Boolean
]
val
directory
:
Path
In this article
Attributes
Members list
Type members
Classlikes
Value members
Abstract methods
Concrete methods
Concrete fields