Packages

c

lightdb.mapdb

MapDBStore

case class MapDBStore(directory: Option[Path], chunkSize: Int = 1024) extends Store with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Store, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapDBStore
  2. Serializable
  3. Product
  4. Equals
  5. Store
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MapDBStore(directory: Option[Path], chunkSize: Int = 1024)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val chunkSize: Int
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def commit(): IO[Unit]
    Definition Classes
    MapDBStore → Store
  8. def delete[T](id: Id[T]): IO[Unit]
    Definition Classes
    MapDBStore → Store
  9. val directory: Option[Path]
  10. def dispose(): IO[Unit]
    Definition Classes
    MapDBStore → Store
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def get[T](id: Id[T]): IO[Option[Array[Byte]]]
    Definition Classes
    MapDBStore → Store
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getJsonDoc[D](id: Id[D])(implicit arg0: RW[D]): IO[Option[D]]
    Definition Classes
    Store
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def keyStream[D]: Stream[IO, Id[D]]
    Definition Classes
    MapDBStore → Store
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def put[T](id: Id[T], value: Array[Byte]): IO[Boolean]
    Definition Classes
    MapDBStore → Store
  22. def putJson[D <: Document[D]](id: Id[D], json: Json): IO[Unit]
    Definition Classes
    Store
  23. def putJsonDoc[D <: Document[D]](doc: D)(implicit rw: RW[D]): IO[D]
    Definition Classes
    Store
  24. def size: IO[Int]
    Definition Classes
    MapDBStore → Store
  25. def stream[D]: Stream[IO, (Id[D], Array[Byte])]
    Definition Classes
    MapDBStore → Store
  26. def streamJsonDocs[D](implicit arg0: RW[D]): Stream[IO, D]
    Definition Classes
    Store
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def truncate(): IO[Unit]
    Definition Classes
    MapDBStore → Store
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Store

Inherited from AnyRef

Inherited from Any

Ungrouped