Mongo Scala Driver - org.mongodb.scala.MongoClient (original) (raw)

object MongoClient extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MongoClient

  2. Serializable

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. val DEFAULT_CODEC_REGISTRY: CodecRegistry
  5. def apply(clientSettings: MongoClientSettings, mongoDriverInformation: Option[MongoDriverInformation]): MongoClient
  6. def apply(clientSettings: MongoClientSettings): MongoClient
  7. def apply(uri: String, mongoDriverInformation: Option[MongoDriverInformation]): MongoClient
  8. def apply(uri: String): MongoClient
  9. def apply(): MongoClient
  10. final def asInstanceOf[T0]: T0
  11. def clone(): AnyRef
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: AnyRef): Boolean
  14. def finalize(): Unit
  15. final def getClass(): Class[_ <: AnyRef]
  16. def hashCode(): Int
  17. final def isInstanceOf[T0]: Boolean
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def synchronized[T0](arg0: => T0): T0
  22. def toString(): String
  23. final def wait(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit

Deprecated Value Members

  1. def apply(legacyClientSettings: com.mongodb.async.client.MongoClientSettings, mongoDriverInformation: Option[MongoDriverInformation]): MongoClient
  2. def apply(legacyClientSettings: com.mongodb.async.client.MongoClientSettings): MongoClient

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped