Package

reactivemongo.core

nodeset

Permalink

package nodeset

Visibility
  1. Public
  2. All

Type Members

  1. case class Authenticated(db: String, user: String) extends Authentication with Product with Serializable

    Permalink
  2. sealed trait Authenticating extends Authentication

    Permalink
  3. sealed trait Authentication extends AnyRef

    Permalink
  4. sealed trait CanonicalNodeStatus extends AnyRef

    Permalink
  5. sealed trait ConnectionStatus extends AnyRef

    Permalink
  6. case class CrAuthenticating(db: String, user: String, password: String, nonce: Option[String]) extends Authenticating with Product with Serializable

    Permalink
  7. class NodeInfo extends Product with Serializable

    Permalink

  8. case class NodeSet(name: Option[String], version: Option[Long], nodes: Vector[Node], authenticates: Set[Authenticate]) extends Product with Serializable

    Permalink

    name

    the replicaSet name

    version

    the replicaSet version

    Annotations
    @SerialVersionUID()
  9. sealed trait NodeStatus extends AnyRef

    Permalink
  10. case class ProtocolMetadata(minWireVersion: MongoWireVersion, maxWireVersion: MongoWireVersion, maxMessageSizeBytes: Int, maxBsonSize: Int, maxBulkSize: Int) extends Product with Serializable

    Permalink
  11. sealed trait QueryableNodeStatus extends AnyRef

    Permalink
  12. sealed trait ScramAuthenticating extends Authenticating

    Permalink
  13. case class X509Authenticating(db: String, user: String) extends Authenticating with Product with Serializable

    Permalink
  14. case class Authenticate(db: String, user: String, password: Option[String]) extends Authentication with Product with Serializable

    Permalink

    db

    the name of the database

    user

    the name (or subject for X509) of the user

    password

    the password for the user (None for X509)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.14.0) Internal: will be made private

  15. class Connection extends Product with Serializable

    Permalink

    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Internal: will be made private

  16. class NodeSetInfo extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Will be final

  17. class PingInfo extends Product3[Long, Long, Int] with Serializable

    Permalink

    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.2) Will be internal

  18. case class ScramSha1Authenticating(db: String, user: String, password: String, randomPrefix: String, saslStart: String, conversationId: Option[Int] = None, serverSignature: Option[Array[Byte]] = None, step: Int = 0) extends ScramAuthenticating with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.4) Use ScramAuthenticating

Deprecated Value Members

  1. object Connection extends AbstractFunction4[Channel, ConnectionStatus, Set[Authenticated], Option[Authenticating], Connection] with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Internal: will be made private

  2. object PingInfo extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.2) Will be internal

Ungrouped