class NodeSetInfo extends Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.17.0) Will be final

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeSetInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NodeSetInfo(name: Option[String], version: Option[Long], nodes: Vector[NodeInfo], primary: Option[NodeInfo], mongos: Option[NodeInfo], secondaries: Vector[NodeInfo], nearest: Option[NodeInfo], awaitingRequests: Option[Int], maxAwaitingRequestsPerChannel: Option[Int])

Value Members

  1. val awaitingRequests: Option[Int]
  2. def canEqual(that: Any): Boolean
    Definition Classes
    NodeSetInfo → Equals
  3. def equals(that: Any): Boolean
    Definition Classes
    NodeSetInfo → Equals → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    NodeSetInfo → AnyRef → Any
  5. val maxAwaitingRequestsPerChannel: Option[Int]
  6. val mongos: Option[NodeInfo]
  7. val name: Option[String]
  8. val nearest: Option[NodeInfo]
  9. val nodes: Vector[NodeInfo]
  10. val primary: Option[NodeInfo]
  11. def productElementName(n: Int): String
    Definition Classes
    Product
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def productIterator: Iterator[Any]
    Definition Classes
    Product
  14. def productPrefix: String
    Definition Classes
    Product
  15. val secondaries: Vector[NodeInfo]
  16. lazy val toString: String
  17. val version: Option[Long]

Deprecated Value Members

  1. val productArity: Int
    Definition Classes
    NodeSetInfo → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) No longer a ReactiveMongo case class

  2. def productElement(n: Int): Any
    Definition Classes
    NodeSetInfo → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) No longer a ReactiveMongo case class