Class

com.outr.arango

Graph

Related Doc: package arango

Permalink

class Graph extends AnyRef

Graph represents a graph database

TODO: This is currently an anonymous graph without support for named graphs. Support should be added for named.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Graph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Graph(databaseName: String = ArangoDB.config.db, baseURL: URL = ArangoDB.config.url, credentials: Option[Credentials] = ArangoDB.credentials, httpClient: HttpClient = HttpClient)

    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. lazy val arangoDB: ArangoDB

    Permalink
  5. lazy val arangoDatabase: ArangoDatabase

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val backingStore: Collection[BackingStore]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collections: List[Collection[_]]

    Permalink
  10. val databaseName: String

    Permalink
  11. def drop()(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  12. macro def edge[D <: Document[D]](indexes: Index*): Collection[D]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def init()(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  19. def initialized: Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def query(query: Query): QueryBuilder[Json]

    Permalink
  25. def register(upgrade: DatabaseUpgrade): Unit

    Permalink
  26. macro def store[T](key: String): DatabaseStore[T]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def truncate()(implicit ec: ExecutionContext): Future[Unit]

    Permalink
  30. macro def vertex[D <: Document[D]](indexes: Index*): Collection[D]

    Permalink
  31. def view[D <: Document[D]](name: String, collection: Collection[D], fields: Field[_]*): View[D]

    Permalink
  32. def views: List[View[_]]

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped