package proteus
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- proteus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
ArangoClient
extends Auth
General Database management methods
- trait ArangoConfig extends AnyRef
- trait Auth extends ArangoConfig
- class DocumentClient extends ArangoClient with Auth
- class GraphClient extends ArangoClient with Auth
- trait HTTP extends AnyRef
-
class
ProteusExecutionContext
extends AnyRef
Spawned futures will be instantiated immediately and enqueued on the unbounded LinkedBlockingQueue[Runnable] attached to the thread pool
Value Members
- val DELETE: String
- val api: String
- val db: String
- def errorMessage(message: Option[String]): String
- val gharial: String
- implicit val proteusEC: ExecutionContextExecutorService
- object ArangoClient
- object DocumentClient
- object GraphClient