Trait/Object

lspace.lgraph.store

LStore

Related Docs: object LStore | package store

Permalink

trait LStore[G <: LGraph] extends Store[G]

Linear Supertypes
Store[G], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LStore
  2. Store
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type T <: G._Resource[_]

    Permalink
    Definition Classes
    Store
  2. abstract type T2 <: G._Resource[_]

    Permalink
    Definition Classes
    Store

Abstract Value Members

  1. abstract def all(): Stream[T2]

    Permalink
    Definition Classes
    LStore → Store
  2. abstract def count(): Long

    Permalink
    Definition Classes
    Store
  3. abstract def delete(resources: List[T]): Unit

    Permalink
    Definition Classes
    Store
  4. abstract val graph: G

    Permalink
    Definition Classes
    Store
  5. abstract def hasId(ids: List[Long]): Stream[T2]

    Permalink
    Definition Classes
    Store
  6. abstract def iri: String

    Permalink
    Definition Classes
    Store
  7. abstract def store(resources: List[T]): Unit

    Permalink
    Definition Classes
    Store

Concrete 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. lazy val _cache: Map[Long, T2]

    Permalink
    Attributes
    protected[lspace.lgraph.store]
  8. lazy val _cacheByIri: Map[String, Set[T2]]

    Permalink
    Attributes
    protected[lspace.lgraph.store]
  9. lazy val _deleted: Map[Long, Instant]

    Permalink
    Attributes
    protected[lspace.lgraph.store]
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def cache(resources: List[T]): Unit

    Permalink
  12. def cache(resource: T): Unit

    Permalink
  13. def cacheById(resources: List[T]): Unit

    Permalink
  14. def cacheById(resource: T): Unit

    Permalink
  15. def cacheByIri(resources: List[T]): Unit

    Permalink
  16. def cacheByIri(resource: T): Unit

    Permalink
  17. def cached(): Stream[T2]

    Permalink
  18. def cachedById(id: Long): Option[T2]

    Permalink
  19. def cachedByIri(iri: String): Stream[T2]

    Permalink
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def countids: Int

    Permalink
  22. def countiris: Int

    Permalink
  23. def delete(resource: T): Unit

    Permalink
    Definition Classes
    LStore → Store
  24. def dropDeletedMarks(seconds: Int): Unit

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hasId(id: Long): Option[T2]

    Permalink
    Definition Classes
    LStore → Store
  30. def hasIri(iri: String): Stream[T2]

    Permalink
    Definition Classes
    LStore → Store
  31. def hashCode(): Int

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

    Permalink
    Definition Classes
    Store
  33. def isDeleted(id: Long): Boolean

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def markDeleted(ids: Set[Long]): Unit

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def store(resource: T): Unit

    Permalink
    Definition Classes
    LStore → Store
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def totalCached(): Int

    Permalink
  43. def uncache(resource: T): Unit

    Permalink
  44. def uncacheById(resource: T): Unit

    Permalink
  45. def uncacheByIri(resource: T): Unit

    Permalink
  46. final def wait(): Unit

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

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

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

Inherited from Store[G]

Inherited from AnyRef

Inherited from Any

Ungrouped