class MongoConnectionOptions extends Product with Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    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)
    Implicit
    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
    Definition Classes
    AnyRef → Any
  6. def appName: Option[String]

    The application name (custom or default)

    The application name (custom or default)

    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def authMode: AuthenticationMode

    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()
  9. val authenticationDatabase: Option[String]
  10. val authenticationMechanism: AuthenticationMode
  11. def canEqual(that: Any): Boolean
    Definition Classes
    MongoConnectionOptions → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val connectTimeoutMS: Int
  14. def copy(connectTimeoutMS: Int = this.connectTimeoutMS, authenticationDatabase: Option[String] = this.authenticationDatabase, sslEnabled: Boolean = this.sslEnabled, sslAllowsInvalidCert: Boolean = this.sslAllowsInvalidCert, authenticationMechanism: AuthenticationMode = this.authenticationMechanism, tcpNoDelay: Boolean = this.tcpNoDelay, keepAlive: Boolean = this.keepAlive, nbChannelsPerNode: Int = this.nbChannelsPerNode, maxInFlightRequestsPerChannel: Option[Int] = this.maxInFlightRequestsPerChannel, writeConcern: commands.WriteConcern = this.writeConcern, readPreference: ReadPreference = this.readPreference, failoverStrategy: FailoverStrategy = this.failoverStrategy, heartbeatFrequencyMS: Int = this.heartbeatFrequencyMS, maxIdleTimeMS: Int = this.maxIdleTimeMS, maxHistorySize: Int = this.maxHistorySize, credentials: Map[String, Credential] = this.credentials, keyStore: Option[KeyStore] = this.keyStore, readConcern: ReadConcern = this.readConcern): MongoConnectionOptions
  15. val credentials: Map[String, Credential]
  16. def ensuring(cond: (MongoConnectionOptions) ⇒ Boolean, msg: ⇒ Any): MongoConnectionOptions
    Implicit
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (MongoConnectionOptions) ⇒ Boolean): MongoConnectionOptions
    Implicit
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): MongoConnectionOptions
    Implicit
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): MongoConnectionOptions
    Implicit
    This member is added by an implicit conversion from MongoConnectionOptions to Ensuring[MongoConnectionOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(that: Any): Boolean
    Definition Classes
    MongoConnectionOptions → Equals → AnyRef → Any
  22. val failoverStrategy: FailoverStrategy
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String
    Implicit
    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()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    MongoConnectionOptions → AnyRef → Any
  27. val heartbeatFrequencyMS: Int
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val keepAlive: Boolean
  30. val keyStore: Option[KeyStore]
  31. val maxHistorySize: Int
  32. val maxIdleTimeMS: Int
  33. val maxInFlightRequestsPerChannel: Option[Int]
  34. val nbChannelsPerNode: Int
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    Product
  40. val readConcern: ReadConcern
  41. val readPreference: ReadPreference
  42. val sslAllowsInvalidCert: Boolean
  43. val sslEnabled: Boolean
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. val tcpNoDelay: Boolean
  46. def toString(): String
    Definition Classes
    MongoConnectionOptions → AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. val writeConcern: commands.WriteConcern
  51. def [B](y: B): (MongoConnectionOptions, B)
    Implicit
    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]

    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

  2. def copy(connectTimeoutMS: Int, authenticationDatabase: Option[String], sslEnabled: Boolean, sslAllowsInvalidCert: Boolean, authenticationMechanism: AuthenticationMode, tcpNoDelay: Boolean, keepAlive: Boolean, nbChannelsPerNode: Int, reconnectDelayMS: Int, writeConcern: commands.WriteConcern, readPreference: ReadPreference, failoverStrategy: FailoverStrategy, heartbeatFrequencyMS: Int, maxIdleTimeMS: Int, maxHistorySize: Int, credentials: Map[String, Credential], keyStore: Option[KeyStore], readConcern: ReadConcern): MongoConnectionOptions
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Use the other copy

  3. def monitorRefreshMS: Int
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.16.4) Use heartbeatFrequencyMS

  4. val productArity: Int
    Definition Classes
    MongoConnectionOptions → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Will no longer be a Product

  5. def productElement(n: Int): Any
    Definition Classes
    MongoConnectionOptions → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Will no longer be a Product

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