Packages

o

org.mongodb.scala.connection

ConnectionPoolSettings

object ConnectionPoolSettings

All settings that relate to the pool of connections to a MongoDB server.

Since

1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionPoolSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Builder = com.mongodb.connection.ConnectionPoolSettings.Builder

    ConnectionPoolSettings builder type

Value Members

  1. def builder(): Builder

    Gets a Builder for creating a new ConnectionPoolSettings instance.

    Gets a Builder for creating a new ConnectionPoolSettings instance.

    returns

    a new Builder for creating ClusterSettings.