LightDB
lightdb.LightDB
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Concrete methods
protected def collection[D <: Document[LazyRef(...)]](name: String, model: DocumentModel[D], defaultCommitMode: CommitMode, atomic: Boolean)(implicit rw: RW[D]): AbstractCollection[D]
Disables extraneous logging from underlying implementations. Defaults to true.
Disables extraneous logging from underlying implementations. Defaults to true.
Attributes
How frequently to run background updates. Defaults to every 30 seconds.
How frequently to run background updates. Defaults to every 30 seconds.
Attributes
If true, will automatically check the number of indexes vs the number of store entries and if there's a mismatch, the index will be truncated and rebuilt at startup. Defaults to true.
If true, will automatically check the number of indexes vs the number of store entries and if there's a mismatch, the index will be truncated and rebuilt at startup. Defaults to true.
Attributes
Concrete fields
In this article