Class/Object

org.opencypher.okapi.impl.io

SessionPropertyGraphDataSource

Related Docs: object SessionPropertyGraphDataSource | package io

Permalink

class SessionPropertyGraphDataSource extends PropertyGraphDataSource

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionPropertyGraphDataSource
  2. PropertyGraphDataSource
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SessionPropertyGraphDataSource()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def delete(name: GraphName): Unit

    Permalink

    Deletes the org.opencypher.okapi.api.graph.PropertyGraph within the data source that is stored under the given org.opencypher.okapi.api.graph.GraphName.

    Deletes the org.opencypher.okapi.api.graph.PropertyGraph within the data source that is stored under the given org.opencypher.okapi.api.graph.GraphName.

    name

    name under which the graph is stored

    Definition Classes
    SessionPropertyGraphDataSourcePropertyGraphDataSource
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def graph(name: GraphName): PropertyGraph

    Permalink

    Returns the org.opencypher.okapi.api.graph.PropertyGraph that is stored under the given name.

    Returns the org.opencypher.okapi.api.graph.PropertyGraph that is stored under the given name.

    name

    name of the graph within the data source

    returns

    property graph

    Definition Classes
    SessionPropertyGraphDataSourcePropertyGraphDataSource
  12. def graphNames: Set[GraphName]

    Permalink

    Returns the org.opencypher.okapi.api.graph.GraphNames of all org.opencypher.okapi.api.graph.PropertyGraphs stored within the data source.

    returns

    names of stored graphs

    Definition Classes
    SessionPropertyGraphDataSourcePropertyGraphDataSource
  13. def hasGraph(name: GraphName): Boolean

    Permalink

    Returns true if the data source stores a graph under the given org.opencypher.okapi.api.graph.GraphName.

    Returns true if the data source stores a graph under the given org.opencypher.okapi.api.graph.GraphName.

    name

    name of the graph within the data source

    returns

    true, iff the graph is stored within the data source

    Definition Classes
    SessionPropertyGraphDataSourcePropertyGraphDataSource
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def schema(name: GraphName): Option[Schema]

    Permalink

    Returns the org.opencypher.okapi.api.schema.Schema of the graph that is stored under the given name.

    Returns the org.opencypher.okapi.api.schema.Schema of the graph that is stored under the given name.

    This method gives implementers the ability to efficiently retrieve a graph schema from the data source directly. For reasons of performance, it is highly recommended to make a schema available through this call. If an efficient retrieval is not possible, the call is typically forwarded to the graph using the org.opencypher.okapi.api.graph.PropertyGraph#schema call, which may require materialising the full graph.

    name

    name of the graph within the data source

    returns

    graph schema

    Definition Classes
    SessionPropertyGraphDataSourcePropertyGraphDataSource
  20. def store(name: GraphName, graph: PropertyGraph): Unit

    Permalink

    Stores the given org.opencypher.okapi.api.graph.PropertyGraph under the given org.opencypher.okapi.api.graph.GraphName within the data source.

    Stores the given org.opencypher.okapi.api.graph.PropertyGraph under the given org.opencypher.okapi.api.graph.GraphName within the data source.

    name

    name under which the graph shall be stored

    graph

    property graph

    Definition Classes
    SessionPropertyGraphDataSourcePropertyGraphDataSource
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

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

Inherited from PropertyGraphDataSource

Inherited from AnyRef

Inherited from Any

Ungrouped