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

case class MongoClient(wrapped: com.mongodb.async.client.MongoClient) extends Closeable with Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MongoClient

  2. Serializable

  3. Product

  4. Equals

  5. Closeable

  6. AutoCloseable

  7. AnyRef

  8. Any

  9. Hide All

  10. 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. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. def close(): Unit
  7. final def eq(arg0: AnyRef): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_ <: AnyRef]
  10. def getDatabase(name: String): MongoDatabase
  11. final def isInstanceOf[T0]: Boolean
  12. def listDatabaseNames(clientSession: ClientSession): Observable[String]
  13. def listDatabaseNames(): Observable[String]
  14. def listDatabases[TResult](clientSession: ClientSession)(implicit e: DefaultsTo[TResult, Document], ct: ClassTag[TResult]): ListDatabasesObservable[TResult]
  15. def listDatabases[TResult]()(implicit e: DefaultsTo[TResult, Document], ct: ClassTag[TResult]): ListDatabasesObservable[TResult]
  16. final def ne(arg0: AnyRef): Boolean
  17. final def notify(): Unit
  18. final def notifyAll(): Unit
  19. def productElementNames: Iterator[String]
  20. def startSession(options: ClientSessionOptions): SingleObservable[ClientSession]
  21. def startSession(): SingleObservable[ClientSession]
  22. final def synchronized[T0](arg0: => T0): T0
  23. final def wait(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit
  26. def watch[C](clientSession: ClientSession, pipeline: Seq[Bson])(implicit e: DefaultsTo[C, Document], ct: ClassTag[C]): ChangeStreamObservable[C]
  27. def watch[C](clientSession: ClientSession)(implicit e: DefaultsTo[C, Document], ct: ClassTag[C]): ChangeStreamObservable[C]
  28. def watch[C](pipeline: Seq[Bson])(implicit e: DefaultsTo[C, Document], ct: ClassTag[C]): ChangeStreamObservable[C]
  29. def watch[C]()(implicit e: DefaultsTo[C, Document], ct: ClassTag[C]): ChangeStreamObservable[C]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped