Engine

avokka.arangodb.models.Engine
See theEngine companion object
case class Engine(name: Name, supports: Supports)

the storage engine the server is configured to use

Value parameters

name

will be mmfiles or rocksdb

supports

what the engine supports

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product