trait ArangoClient[F[_]] extends AnyRef
ArangoDB client
- F
effect
- Alphabetic
- By Inheritance
- ArangoClient
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
database(name: DatabaseName): ArangoDatabase[F]
database api
-
abstract
def
db: ArangoDatabase[F]
configured database api
-
abstract
def
execute[P, O](request: ArangoRequest[P])(implicit arg0: VPackEncoder[P], arg1: VPackDecoder[O]): F[ArangoResponse[O]]
send a arangodb request with a body payload and receive arangodb response
send a arangodb request with a body payload and receive arangodb response
- P
payload body type
- O
output body type
- request
arango request
- returns
arango response
-
abstract
def
execute[O](header: Header)(implicit arg0: VPackDecoder[O]): F[ArangoResponse[O]]
send a arangodb request without body and receive arangodb response
send a arangodb request without body and receive arangodb response
- O
output body type
- header
arango header
- returns
arango response
-
abstract
def
execute(header: Header): F[Header]
send a arangodb request without body and receive a arangodb response without body (HEAD)
send a arangodb request without body and receive a arangodb response without body (HEAD)
- header
arango request header
- returns
arango header
-
abstract
def
login(username: String, password: String): F[ArangoResponse[Error]]
authenticate with arango server
-
abstract
def
send(message: ByteVector): F[ByteVector]
send a velocystream request message and receive a velocystream reply message
send a velocystream request message and receive a velocystream reply message
- message
VST message
- returns
VST message
- Attributes
- protected
-
abstract
def
server: ArangoServer[F]
arangodb server api
-
abstract
def
system: ArangoDatabase[F]
_system database api
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()