final class MongoConnectionOptions extends AnyRef

Annotations
@SuppressWarnings()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoConnectionOptions
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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

Deprecated Value Members

  1. def [B](y: B): (MongoConnectionOptions, B)
    Implicit
    This member is added by an implicit conversion from MongoConnectionOptions toArrowAssoc[MongoConnectionOptions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMongoConnectionOptions to any2stringadd[MongoConnectionOptions]

Inherited by implicit conversion StringFormat fromMongoConnectionOptions to StringFormat[MongoConnectionOptions]

Inherited by implicit conversion Ensuring fromMongoConnectionOptions to Ensuring[MongoConnectionOptions]

Inherited by implicit conversion ArrowAssoc fromMongoConnectionOptions to ArrowAssoc[MongoConnectionOptions]

Ungrouped