Packages

class MongoDatabase extends AnyRef

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

Instance Constructors

  1. new MongoDatabase(name: String, urls: List[MongoDBServer] = MongoDatabase.urls, maxWaitQueueSize: Int = 500, connectionPoolMinSize: Int = 0, connectionPoolMaxSize: Int = 100, connectionPoolMaxWaitQueue: Int = 500, connectionPoolMaxWaitTime: FiniteDuration = 2.minutes, heartbeatFrequency: FiniteDuration = 10.seconds, connectionTimeout: FiniteDuration = 10.seconds, credentials: Option[Credentials] = MongoDatabase.credentials)

Type Members

  1. case class DatabaseVersion(upgrades: Set[String] = Set.empty, _id: String = "databaseVersion") extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val buildInfo: MongoBuildInfo
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def collections: Set[DBCollection[_ <: ModelObject]]
  8. val connectionPoolMaxSize: Int
  9. val connectionPoolMaxWaitQueue: Int
  10. val connectionPoolMaxWaitTime: FiniteDuration
  11. val connectionPoolMinSize: Int
  12. val connectionTimeout: FiniteDuration
  13. val credentials: Option[Credentials]
    Attributes
    protected
  14. val db: org.mongodb.scala.MongoDatabase
    Attributes
    protected
  15. def dispose(): Unit
  16. def drop(): Future[Unit]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val heartbeatFrequency: FiniteDuration
  23. def init(): Future[Unit]
  24. def initialized: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val maxWaitQueueSize: Int
  27. val name: String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. lazy val oplog: OperationsLog
  32. def register(upgrade: DatabaseUpgrade): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val urls: List[MongoDBServer]
  36. var useOplog: Boolean
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. object store

    Key/Value store functionality against MongoDB

  41. object version

Inherited from AnyRef

Inherited from Any

Ungrouped