Class/Object

lspace.librarian.provider.mem.store

MemValueStore

Related Docs: object MemValueStore | package store

Permalink

class MemValueStore[G <: MemGraph] extends MemStore[G] with ValueStore[G]

Linear Supertypes
ValueStore[G], MemStore[G], Store[G], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemValueStore
  2. ValueStore
  3. MemStore
  4. Store
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MemValueStore(iri: String, graph: G)

    Permalink

Type Members

  1. type T = G.GValue[_]

    Permalink
    Definition Classes
    ValueStoreStore
  2. type T2 = G.GValue[Any]

    Permalink
    Definition Classes
    ValueStoreStore

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(resource: T): Unit

    Permalink
    Definition Classes
    Store
  4. def ++(resources: List[T]): Unit

    Permalink
    Definition Classes
    Store
  5. def -(resource: T): Unit

    Permalink
    Definition Classes
    Store
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def all(): Stream[T2]

    Permalink
    Definition Classes
    MemStoreStore
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. lazy val booleanCache: Map[Boolean, Set[G.GValue[Boolean]]]

    Permalink
    Attributes
    protected
  10. def byId(ids: List[Long]): Stream[T2]

    Permalink
    Definition Classes
    MemStoreStore
  11. def byId(id: Long): Option[T2]

    Permalink
    Definition Classes
    MemStoreStore
  12. def byIri(iri: String): Stream[T2]

    Permalink
    Definition Classes
    MemValueStoreStore
  13. def byValue[V](value: V, dt: DataType[V]): Stream[G.GValue[V]]

    Permalink
    Definition Classes
    MemValueStoreValueStore
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def count(): Long

    Permalink
    Definition Classes
    MemStoreStore
  16. lazy val data: Map[Long, T2]

    Permalink
    Attributes
    protected[lspace.librarian.provider.mem]
    Definition Classes
    MemStore
  17. lazy val dateCache: Map[LocalDate, Set[G.GValue[LocalDate]]]

    Permalink
    Attributes
    protected
  18. lazy val datetimeCache: Map[Instant, Set[G.GValue[Instant]]]

    Permalink
    Attributes
    protected
  19. def delete(value: T): Unit

    Permalink
    Definition Classes
    MemValueStoreMemStoreStore
  20. def delete(resources: List[T]): Unit

    Permalink
    Definition Classes
    MemStoreStore
  21. lazy val doubleCache: Map[Double, Set[G.GValue[Double]]]

    Permalink
    Attributes
    protected
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. lazy val geopointCache: Map[Point, Set[G.GValue[Point]]]

    Permalink
    Attributes
    protected
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. val graph: G

    Permalink
    Definition Classes
    MemValueStoreMemStoreStore
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. lazy val id: Long

    Permalink
    Definition Classes
    Store
  30. lazy val intCache: Map[Int, Set[G.GValue[Int]]]

    Permalink
    Attributes
    protected
  31. val iri: String

    Permalink
    Definition Classes
    MemValueStoreStore
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. lazy val listCache: Map[List[Any], Set[G.GValue[List[Any]]]]

    Permalink
    Attributes
    protected
  34. lazy val listsetCache: Map[ListSet[Any], Set[G.GValue[ListSet[Any]]]]

    Permalink
    Attributes
    protected
  35. lazy val localdatetimeCache: Map[LocalDateTime, Set[G.GValue[LocalDateTime]]]

    Permalink
    Attributes
    protected
  36. lazy val longCache: Map[Long, Set[G.GValue[Long]]]

    Permalink
    Attributes
    protected
  37. lazy val mapCache: Map[Map[Any, Any], Set[G.GValue[Map[Any, Any]]]]

    Permalink
    Attributes
    protected
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. lazy val setCache: Map[Set[Any], Set[G.GValue[Set[Any]]]]

    Permalink
    Attributes
    protected
  42. def store(resources: List[T]): Unit

    Permalink
    Definition Classes
    MemValueStoreMemStoreStore
  43. def store(value: T): Unit

    Permalink
    Definition Classes
    MemValueStoreMemStoreStore
  44. lazy val stringCache: Map[String, Set[G.GValue[String]]]

    Permalink
    Attributes
    protected
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. lazy val timeCache: Map[LocalTime, Set[G.GValue[LocalTime]]]

    Permalink
    Attributes
    protected
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. lazy val vectorCache: Map[Vector[Any], Set[G.GValue[Vector[Any]]]]

    Permalink
    Attributes
    protected
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValueStore[G]

Inherited from MemStore[G]

Inherited from Store[G]

Inherited from AnyRef

Inherited from Any

Ungrouped