Class/Object

lspace.lgraph.store

LEdgeStore

Related Docs: object LEdgeStore | package store

Permalink

class LEdgeStore[G <: LGraph] extends LStore[G] with EdgeStore[G]

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

Instance Constructors

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

    Permalink

Type Members

  1. type T = G.GEdge[_, _]

    Permalink
    Definition Classes
    EdgeStore → Store
  2. type T2 = G.GEdge[Any, Any]

    Permalink
    Definition Classes
    EdgeStore → Store

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]
    Definition Classes
    LStore
  8. lazy val _cacheByIri: Map[String, Set[T2]]

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

    Permalink
    Attributes
    protected[lspace.lgraph.store]
    Definition Classes
    LStore
  10. def all(): Stream[T2]

    Permalink
    Definition Classes
    LEdgeStoreLStore → Store
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def byId(fromId: Option[Long] = None, key: Option[Property] = None, toId: Option[Long] = None): Stream[T2]

    Permalink
  13. def byIri(fromIri: Option[String] = None, key: Option[Property] = None, toIri: Option[String] = None): Stream[T]

    Permalink
  14. def cache(edge: T): Unit

    Permalink
    Definition Classes
    LEdgeStoreLStore
  15. def cache(resources: List[T]): Unit

    Permalink
    Definition Classes
    LStore
  16. def cacheById(resources: List[T]): Unit

    Permalink
    Definition Classes
    LStore
  17. def cacheById(resource: T): Unit

    Permalink
    Definition Classes
    LStore
  18. def cacheByIri(resources: List[T]): Unit

    Permalink
    Definition Classes
    LStore
  19. def cacheByIri(resource: T): Unit

    Permalink
    Definition Classes
    LStore
  20. def cached(): Stream[T2]

    Permalink
    Definition Classes
    LStore
  21. def cachedById(id: Long): Option[T2]

    Permalink
    Definition Classes
    LStore
  22. def cachedByIri(iri: String): Stream[T2]

    Permalink
    Definition Classes
    LStore
  23. def clone(): AnyRef

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

    Permalink
    Definition Classes
    LEdgeStore → Store
  25. def countids: Int

    Permalink
    Definition Classes
    LStore
  26. def countiris: Int

    Permalink
    Definition Classes
    LStore
  27. def delete(edges: List[T]): Unit

    Permalink
    Definition Classes
    LEdgeStore → Store
  28. def delete(edge: T): Unit

    Permalink
    Definition Classes
    LEdgeStoreLStore → Store
  29. def dropDeletedMarks(seconds: Int): Unit

    Permalink
    Definition Classes
    LStore
  30. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    LEdgeStore → Store
  35. def hasId(ids: List[Long]): Stream[T2]

    Permalink
    Definition Classes
    LEdgeStore → Store
  36. def hasId(id: Long): Option[T2]

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

    Permalink
    Definition Classes
    LEdgeStoreLStore → Store
  38. def hashCode(): Int

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

    Permalink
    Definition Classes
    Store
  40. val iri: String

    Permalink
    Definition Classes
    LEdgeStore → Store
  41. def isDeleted(id: Long): Boolean

    Permalink
    Definition Classes
    LStore
  42. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    LStore
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def store(edges: List[T]): Unit

    Permalink
    Definition Classes
    LEdgeStore → Store
  48. def store(edge: T): Unit

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

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

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

    Permalink
    Definition Classes
    LStore
  52. def uncache(edge: T): Unit

    Permalink
    Definition Classes
    LEdgeStoreLStore
  53. def uncacheById(resource: T): Unit

    Permalink
    Definition Classes
    LStore
  54. def uncacheByIri(resource: T): Unit

    Permalink
    Definition Classes
    LStore
  55. final def wait(): Unit

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

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

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

Inherited from EdgeStore[G]

Inherited from LStore[G]

Inherited from Store[G]

Inherited from AnyRef

Inherited from Any

Ungrouped