Class/Object

reactivemongo.api

MongoConnectionOptions

Related Docs: object MongoConnectionOptions | package api

Permalink

case class MongoConnectionOptions(connectTimeoutMS: Int = 0, authenticationDatabase: Option[String] = None, sslEnabled: Boolean = false, sslAllowsInvalidCert: Boolean = false, authenticationMechanism: AuthenticationMode = ScramSha1Authentication, tcpNoDelay: Boolean = false, keepAlive: Boolean = false, nbChannelsPerNode: Int = 10, writeConcern: WriteConcern = WriteConcern.Default, readPreference: ReadPreference = ReadPreference.primary, failoverStrategy: FailoverStrategy = FailoverStrategy.default, monitorRefreshMS: Int = 10000, maxIdleTimeMS: Int = 0, maxHistorySize: Int = 25, credentials: Map[String, Credential] = Map.empty, keyStore: Option[KeyStore] = Option.empty) extends Product with Serializable

Options for MongoConnection.

connectTimeoutMS

The number of milliseconds to wait for a connection to be established before giving up.

authenticationDatabase

the name of the database used for authentication

sslEnabled

Enable SSL connection (required to be accepted on server-side).

sslAllowsInvalidCert

If sslEnabled is true, this one indicates whether to accept invalid certificates (e.g. self-signed).

tcpNoDelay

TCPNoDelay flag (ReactiveMongo-specific option). The default value is false (see TCP_NODELAY).

keepAlive

TCP KeepAlive flag (ReactiveMongo-specific option). The default value is false (see SO_KEEPALIVE).

nbChannelsPerNode

Number of channels (connections) per node (ReactiveMongo-specific option).

writeConcern

the default write concern

readPreference

the default read preference

failoverStrategy

the default failover strategy

monitorRefreshMS

the interval in milliseconds used by monitor to refresh the node set (default: 10000 aka 10s)

maxIdleTimeMS

the maximum number of milliseconds that a channel can remain idle in the connection pool before being removed and closed (default: 0 to disable, as implemented using Netty IdleStateHandler); If not 0, must be greater or equal to #monitorRefreshMS

maxHistorySize

the maximum size of the pool history (default: 25)

credentials

the credentials per database names

keyStore

an optional key store

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoConnectionOptions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoConnectionOptions(connectTimeoutMS: Int = 0, authenticationDatabase: Option[String] = None, sslEnabled: Boolean = false, sslAllowsInvalidCert: Boolean = false, authenticationMechanism: AuthenticationMode = ScramSha1Authentication, tcpNoDelay: Boolean = false, keepAlive: Boolean = false, nbChannelsPerNode: Int = 10, writeConcern: WriteConcern = WriteConcern.Default, readPreference: ReadPreference = ReadPreference.primary, failoverStrategy: FailoverStrategy = FailoverStrategy.default, monitorRefreshMS: Int = 10000, maxIdleTimeMS: Int = 0, maxHistorySize: Int = 25, credentials: Map[String, Credential] = Map.empty, keyStore: Option[KeyStore] = Option.empty)

    Permalink

    connectTimeoutMS

    The number of milliseconds to wait for a connection to be established before giving up.

    authenticationDatabase

    the name of the database used for authentication

    sslEnabled

    Enable SSL connection (required to be accepted on server-side).

    sslAllowsInvalidCert

    If sslEnabled is true, this one indicates whether to accept invalid certificates (e.g. self-signed).

    tcpNoDelay

    TCPNoDelay flag (ReactiveMongo-specific option). The default value is false (see TCP_NODELAY).

    keepAlive

    TCP KeepAlive flag (ReactiveMongo-specific option). The default value is false (see SO_KEEPALIVE).

    nbChannelsPerNode

    Number of channels (connections) per node (ReactiveMongo-specific option).

    writeConcern

    the default write concern

    readPreference

    the default read preference

    failoverStrategy

    the default failover strategy

    monitorRefreshMS

    the interval in milliseconds used by monitor to refresh the node set (default: 10000 aka 10s)

    maxIdleTimeMS

    the maximum number of milliseconds that a channel can remain idle in the connection pool before being removed and closed (default: 0 to disable, as implemented using Netty IdleStateHandler); If not 0, must be greater or equal to #monitorRefreshMS

    maxHistorySize

    the maximum size of the pool history (default: 25)

    credentials

    the credentials per database names

    keyStore

    an optional key store

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to any2stringadd[MongoConnectionOptions] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MongoConnectionOptions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to ArrowAssoc[MongoConnectionOptions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def authMode: AuthenticationMode

    Permalink

    The database source for authentication credentials (corresponds to the authenticationMechanism with MongoShell).

    The database source for authentication credentials (corresponds to the authenticationMechanism with MongoShell).

    Annotations
    @inline()
  8. val authenticationDatabase: Option[String]

    Permalink

    the name of the database used for authentication

  9. val authenticationMechanism: AuthenticationMode

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val connectTimeoutMS: Int

    Permalink

    The number of milliseconds to wait for a connection to be established before giving up.

  12. val credentials: Map[String, Credential]

    Permalink

    the credentials per database names

  13. def ensuring(cond: (MongoConnectionOptions) ⇒ Boolean, msg: ⇒ Any): MongoConnectionOptions

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (MongoConnectionOptions) ⇒ Boolean): MongoConnectionOptions

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): MongoConnectionOptions

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): MongoConnectionOptions

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val failoverStrategy: FailoverStrategy

    Permalink

    the default failover strategy

  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to StringFormat[MongoConnectionOptions] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val keepAlive: Boolean

    Permalink

    TCP KeepAlive flag (ReactiveMongo-specific option).

    TCP KeepAlive flag (ReactiveMongo-specific option). The default value is false (see SO_KEEPALIVE).

  24. val keyStore: Option[KeyStore]

    Permalink

    an optional key store

  25. val maxHistorySize: Int

    Permalink

    the maximum size of the pool history (default: 25)

  26. val maxIdleTimeMS: Int

    Permalink

    the maximum number of milliseconds that a channel can remain idle in the connection pool before being removed and closed (default: 0 to disable, as implemented using Netty IdleStateHandler); If not 0, must be greater or equal to #monitorRefreshMS

  27. val monitorRefreshMS: Int

    Permalink

    the interval in milliseconds used by monitor to refresh the node set (default: 10000 aka 10s)

  28. val nbChannelsPerNode: Int

    Permalink

    Number of channels (connections) per node (ReactiveMongo-specific option).

  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val readPreference: ReadPreference

    Permalink

    the default read preference

  33. val sslAllowsInvalidCert: Boolean

    Permalink

    If sslEnabled is true, this one indicates whether to accept invalid certificates (e.g.

    If sslEnabled is true, this one indicates whether to accept invalid certificates (e.g. self-signed).

  34. val sslEnabled: Boolean

    Permalink

    Enable SSL connection (required to be accepted on server-side).

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. val tcpNoDelay: Boolean

    Permalink

    TCPNoDelay flag (ReactiveMongo-specific option).

    TCPNoDelay flag (ReactiveMongo-specific option). The default value is false (see TCP_NODELAY).

  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val writeConcern: WriteConcern

    Permalink

    the default write concern

  41. def [B](y: B): (MongoConnectionOptions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MongoConnectionOptions to ArrowAssoc[MongoConnectionOptions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def authSource: Option[String]

    Permalink

    The database source for authentication credentials (corresponds to the authenticationDatabase with MongoShell).

    The database source for authentication credentials (corresponds to the authenticationDatabase with MongoShell).

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.12.7) Use authenticationDatabase

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MongoConnectionOptions to any2stringadd[MongoConnectionOptions]

Inherited by implicit conversion StringFormat from MongoConnectionOptions to StringFormat[MongoConnectionOptions]

Inherited by implicit conversion Ensuring from MongoConnectionOptions to Ensuring[MongoConnectionOptions]

Inherited by implicit conversion ArrowAssoc from MongoConnectionOptions to ArrowAssoc[MongoConnectionOptions]

Ungrouped