class Graph extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Graph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Graph(name: String)
- new Graph(name: String, config: ArangoDBConfig)
- new Graph(name: String, server: ArangoDBServer)
- new Graph(name: String, managed: Boolean)
- new Graph(name: String, config: ArangoDBConfig, managed: Boolean)
- new Graph(name: String, server: ArangoDBServer, managed: Boolean)
- new Graph(db: ArangoDB, managed: Boolean)
Type Members
- case class AppliedUpgrades(labels: Set[String]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterStartup(upgrades: List[DatabaseUpgrade]): IO[Unit]
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def collections: List[DocumentCollection[_ <: Document[_], _ <: DocumentModel[_]]]
- def databaseName: String
- def doUpgrades(allUpgrades: List[DatabaseUpgrade], upgrades: List[DatabaseUpgrade], stillBlocking: Boolean, appliedUpgrades: Set[String]): IO[Unit]
- Attributes
- protected
- def drop(): IO[Boolean]
- def edge[E <: Edge[E, From, To], M <: EdgeModel[E, From, To], From, To](model: M, managed: Boolean = this.managed): EdgeCollection[E, M, From, To]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(query: Query): IO[Unit]
Executes the query ignoring the result.
Executes the query ignoring the result. Useful for queries that modify data but don't return anything useful.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init(createDatabase: Boolean = true): IO[Unit]
- def initialized: Boolean
- def initted[Return](f: => Return): Return
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyStore(collectionName: String, managed: Boolean = this.managed): DatabaseStore
- val managed: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def query[T](query: Query, converter: (Json) => T): QueryBuilder[T]
- def query[T](query: Query)(implicit rw: RW[T]): QueryBuilder[T]
Creates a QueryBuilder[T] to manage execution of the supplied query.
Creates a QueryBuilder[T] to manage execution of the supplied query.
- T
the type of results
- query
the query to create the builder for
- returns
QueryBuilder[T]
- def server: ArangoDBServer
- def shutdown(): IO[Unit]
- val store: DatabaseStore
- def storeCollectionName: String
- Attributes
- protected
- def stores: List[DatabaseStore]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val transaction: ArangoDBTransaction[Collection]
- def truncate(): IO[Unit]
- def upgrades: List[DatabaseUpgrade]
- def vertex[D <: Document[D], M <: DocumentModel[D]](model: M, managed: Boolean = this.managed): DocumentCollection[D, M]
- def view(name: String, links: List[ViewLink], managed: Boolean = this.managed, primarySort: List[Sort] = Nil, primarySortCompression: SortCompression = SortCompression.LZ4, consolidationInterval: FiniteDuration = 1.second, commitInterval: FiniteDuration = 1.second, cleanupIntervalStep: Int = 2): View
- def views: List[View]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object AppliedUpgrades extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated