dev.mongocamp.driver.mongodb.server

Members list

Type members

Classlikes

case class H2BackendConfig(inMemory: Boolean, path: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LocalServer(serverConfig: ServerConfig)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object ServerBackend extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
case class ServerConfig(serverName: String, host: String, port: Int, backend: ServerBackend, h2BackendConfig: Option[H2BackendConfig])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ServerConfig extends ConfigHelper

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
Self type