reactivemongo

api

package api

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. api
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AsyncDriver extends Driver

  2. sealed trait AuthenticationMode extends AnyRef

    Then mode of authentication against the replica set.

  3. trait Collection extends AnyRef

    A MongoDB Collection, resolved from a reactivemongo.api.DefaultDB.

  4. trait CollectionMetaCommands extends AnyRef

    A mixin that provides commands about this Collection itself.

  5. trait CollectionProducer[+C <: Collection] extends AnyRef

    A Producer of Collection implementation.

  6. trait Cursor[T] extends AnyRef

    Cursor over results from MongoDB.

  7. trait CursorFlattener[C[_] <: Cursor[_]] extends AnyRef

    Flattening strategy for cursor.

  8. trait CursorOps[T] extends AnyRef

    Internal cursor operations.

  9. final class CursorOptions extends AnyVal

  10. trait CursorProducer[T] extends AnyRef

    Allows to enrich a base cursor.

  11. sealed trait DB extends AnyRef

    The reference to a MongoDB database, obtained from a reactivemongo.api.MongoConnection.

  12. trait DBMetaCommands extends AnyRef

    A mixin that provides commands about this database itself.

  13. class DefaultDB extends DB with DBMetaCommands with GenericDB[BSONSerializationPack.type] with Product with Serializable

    The default DB implementation, that mixes in the database traits.

  14. case class FailoverStrategy(initialDelay: FiniteDuration = ..., retries: Int = 10, delayFactor: (Int) ⇒ Double = FailoverStrategy.defaultFactor) extends Product with Serializable

    A failover strategy for sending requests.

  15. class FlattenedCursor[T] extends Cursor[T]

  16. class MongoConnection extends AnyRef

    A pool of MongoDB connections, obtained from a reactivemongo.api.MongoDriver.

  17. class MongoConnectionOptions extends Product with Serializable

    Options for MongoConnection.

  18. class MongoDriver extends Driver

  19. trait QueryOps extends AnyRef

    Operations about query.

  20. case class QueryOpts(skipN: Int = 0, batchSizeN: Int = 0, flagsN: Int = 0) extends QueryOps with Product with Serializable

    A helper to make the query options.

  21. sealed trait ReadConcern extends AnyRef

    The Read Concern allows to control the consistency and isolation used to read data from replica sets.

  22. sealed trait ReadPreference extends AnyRef

    MongoDB Read Preferences enable to read from primary or secondaries with a predefined strategy.

  23. trait SerializationPack extends AnyRef

  24. trait WrappedCursor[T] extends Cursor[T]

    Cursor wrapper, to help to define custom cursor classes.

  25. trait WrappedCursorOps[T] extends CursorOps[T]

    Internal cursor operations.

  26. trait WriteConcern extends AnyRef

  27. class Failover[T] extends AnyRef

    A helper that sends the given message to the given actor, following a failover strategy.

  28. type SerializationPackObject = SerializationPack with Singleton

    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Unused, will be removed

Value Members

  1. object AsyncDriver

    The driver factory

  2. object BSONSerializationPack extends SerializationPack

    The default serialization pack.

  3. object ChangeStreams

  4. object CrAuthentication extends AuthenticationMode with Product with Serializable

    MongoDB-CR authentication

  5. object Cursor

    Cursor companion object

  6. object CursorFlattener

    Flatteners helper

  7. object CursorOps

  8. object CursorOptions

  9. object CursorProducer

  10. object Driver

    The driver factory

  11. object FailoverStrategy extends Serializable

  12. object MongoConnection

  13. object MongoConnectionOptions extends Serializable

  14. object MongoDriver

    The driver factory

  15. object ReadConcern

  16. object ReadPreference

  17. object ScramSha1Authentication extends AuthenticationMode with Product with Serializable

    SCRAM-SHA-1 authentication (see MongoDB 3.

  18. object SerializationPack

  19. object Version

  20. object WriteConcern

  21. object X509Authentication extends AuthenticationMode with Product with Serializable

    X509 authentication

  22. package collections

  23. package commands

  24. package gridfs

  25. package indexes

Deprecated Value Members

  1. object DB

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Will be removed

  2. object DefaultCursor

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  3. object DefaultDB extends AbstractFunction3[String, MongoConnection, FailoverStrategy, DefaultDB] with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Use DefaultDB class

  4. object Failover2

    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Internal: will be made private

Inherited from AnyRef

Inherited from Any

Ungrouped