abstract class LightDB extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LightDB
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LightDB()
Abstract Value Members
- abstract def collections: List[AbstractCollection[_]]
- abstract def createStore(name: String): Store
- Attributes
- protected
- abstract def directory: Path
- abstract def upgrades: List[DatabaseUpgrade]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val appliedUpgrades: StoredValue[Set[String]]
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val backingStore: Collection[KeyValue]
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def collection[D <: Document[D]](name: String, model: DocumentModel[D], defaultCommitMode: CommitMode = CommitMode.Manual, atomic: Boolean = true)(implicit rw: RW[D]): AbstractCollection[D]
- Attributes
- protected
- def commit(): IO[Unit]
- def createStoreInternal(name: String): Store
- Attributes
- protected[lightdb]
- lazy val databaseInitialized: StoredValue[Boolean]
- Attributes
- protected
- def dispose(): IO[Unit]
- def disposed: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def init(truncate: Boolean = false): IO[Unit]
- def initialized: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(): IO[Unit]
- def update(): IO[Unit]
- def updateFrequency: FiniteDuration
- Attributes
- protected
- def verifyInitialized(): Unit
- Attributes
- protected[lightdb]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object stored
- Attributes
- protected
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)