Package

com.outr

arango

Permalink

package arango

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

Type Members

  1. implicit final class AQLInterpolator extends AnyVal

    Permalink
  2. class Arango extends AnyRef

    Permalink
  3. case class ArangoCode extends Product with Serializable

    Permalink
  4. class ArangoCollection extends AnyRef

    Permalink
  5. class ArangoCursor extends AnyRef

    Permalink
  6. class ArangoDB extends AnyRef

    Permalink
  7. class ArangoDatabases extends AnyRef

    Permalink
  8. class ArangoDocument extends AnyRef

    Permalink
  9. class ArangoEdge extends AnyRef

    Permalink
  10. case class ArangoError(error: Boolean, code: Int, errorNum: Int, errorMessage: String) extends Product with Serializable

    Permalink
  11. class ArangoException extends RuntimeException

    Permalink
  12. class ArangoGraph extends AnyRef

    Permalink
  13. class ArangoGraphs extends AnyRef

    Permalink
  14. class ArangoIndexType extends AnyRef

    Permalink
  15. class ArangoIndexing extends AnyRef

    Permalink
  16. class ArangoReplication extends AnyRef

    Permalink
  17. class ArangoSession extends AnyRef

    Permalink
  18. class ArangoVertex extends AnyRef

    Permalink
  19. case class Credentials(username: String, password: String) extends Product with Serializable

    Permalink
  20. case class DoubleValue(value: Double) extends Value with Product with Serializable

    Permalink
  21. case class IntValue(value: Int) extends Value with Product with Serializable

    Permalink
  22. case class LongValue(value: Long) extends Value with Product with Serializable

    Permalink
  23. case class Query(value: String, args: Map[String, Value]) extends Product with Serializable

    Permalink
  24. class QueryResponseIterator[T] extends Iterator[T]

    Permalink
  25. case class QueryResponsePagination[T](cursor: ArangoCursor, response: QueryResponse[T], offset: Int = 0)(implicit decoder: Decoder[T]) extends Iterable[T] with Product with Serializable

    Permalink
  26. class ReplicationMonitor extends Observable[LogEvent]

    Permalink
  27. case class StringValue(value: String) extends Value with Product with Serializable

    Permalink
  28. sealed trait Value extends AnyRef

    Permalink

Value Members

  1. object Arango

    Permalink
  2. object ArangoCode extends Serializable

    Permalink
  3. object ArangoCollection

    Permalink
  4. object ArangoException extends Serializable

    Permalink
  5. object ArangoSession

    Permalink
  6. object Macros

    Permalink
    Annotations
    @compileTimeOnly( ... )
  7. object Value

    Permalink
  8. package dsl

    Permalink
  9. package managed

    Permalink
  10. package rest

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped