Packages

class ArangoClient extends Auth

General Database management

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArangoClient
  2. Auth
  3. ArangoConfig
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArangoClient(host: String = "localhost", port: Int = 8529, https: Boolean = false, databaseName: String)

Type Members

  1. type DatabaseName = String
  2. type JWT = String
  3. case class Auth(username: String, password: String) extends Product with Serializable
    Definition Classes
    Auth
  4. case class Jwt(jwt: String, must_change_password: Boolean) extends Product with Serializable
    Definition Classes
    Auth

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val arangoHost: String
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def auth(request: HttpRequest)(implicit arangoHost: String): HttpRequest
    Definition Classes
    Auth
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val conf: Config
    Definition Classes
    ArangoConfig
  9. def createCollection(dbName: String, collectionName: String): Future[Either[Throwable, CollectionResponse]]

    Creates a new collection

  10. def createDatabase(dbName: String, users: Option[List[User]]): Future[Either[Throwable, Unit]]

    Creates a new database

  11. def deleteDatabase(dbName: String): Future[Either[Throwable, Unit]]

    Deletes the database along with all data stored in it

  12. def dropCollection(dbName: String, collectionName: String): Future[Either[Throwable, CollectionResponse]]

    Drops a collection

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getCurrentDatabase: Future[Either[Throwable, CurrentDatabase]]
  18. def getDatabaseList: Future[Either[Throwable, List[DatabaseName]]]

    Retrieves the list of all existing databases

  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val password: String
    Definition Classes
    ArangoConfig
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. val userName: String
    Definition Classes
    ArangoConfig
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from proteus.Auth

Inherited from ArangoConfig

Inherited from AnyRef

Inherited from Any

Ungrouped