class NodeSet extends Product4[Option[String], Option[Long], Vector[Node], Set[Authenticate]] with Serializable

Annotations
@SerialVersionUID() @deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Serializable, Product4[Option[String], Option[Long], Vector[Node], Set[Authenticate]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeSet
  2. Serializable
  3. Product4
  4. Product
  5. Equals
  6. AnyRef
  7. 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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from NodeSet toany2stringadd[NodeSet] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeSet, B)
    Implicit
    This member is added by an implicit conversion from NodeSet toArrowAssoc[NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val authenticates: Set[Authenticate]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def ensuring(cond: (NodeSet) => Boolean, msg: => Any): NodeSet
    Implicit
    This member is added by an implicit conversion from NodeSet toEnsuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (NodeSet) => Boolean): NodeSet
    Implicit
    This member is added by an implicit conversion from NodeSet toEnsuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): NodeSet
    Implicit
    This member is added by an implicit conversion from NodeSet toEnsuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): NodeSet
    Implicit
    This member is added by an implicit conversion from NodeSet toEnsuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean
    Definition Classes
    NodeSet → Equals → AnyRef → Any
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NodeSet toStringFormat[NodeSet] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    NodeSet → AnyRef → Any
  18. def info: NodeSetInfo

    Returns the read-only information about this node.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isReachable: Boolean
  21. val mongos: Option[Node]

    The mongos node, if any.

  22. val name: Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val nearest: Option[Node]

    The first node from the nearestGroup.

  25. val nearestGroup: RoundRobiner[Node, Vector]

    See the nearest read preference.

  26. val nodes: Vector[Node]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def pickByChannelId(id: ChannelId): Option[(Node, Connection)]
  30. def primary(authenticated: Authenticated): Option[Node]
  31. val primary: Option[Node]

    The node which is the current primary one.

  32. def productArity: Int
    Definition Classes
    Product4 → Product
  33. def productElement(n: Int): Any
    Definition Classes
    Product4 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  34. def productElementName(n: Int): String
    Definition Classes
    Product
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def productIterator: Iterator[Any]
    Definition Classes
    Product
  37. def productPrefix: String
    Definition Classes
    Product
  38. val protocolMetadata: ProtocolMetadata
  39. val queryable: Vector[Node]
  40. val secondaries: RoundRobiner[Node, Vector]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toShortString: String
  43. def toString(): String
    Definition Classes
    NodeSet → AnyRef → Any
  44. def updateAll(f: (Node) => Node): NodeSet
  45. def updateByChannelId(id: ChannelId)(fc: (Connection) => Connection)(fn: (Node) => Node): NodeSet
  46. def updateConnectionByChannelId(id: ChannelId)(f: (Connection) => Connection): NodeSet
  47. def updateNodeByChannelId(id: ChannelId)(f: (Node) => Node): NodeSet
  48. def updateOrAddNode(f: PartialFunction[Node, Node], default: Node): NodeSet
  49. def updateOrAddNodes(f: PartialFunction[Node, Node], nodes: Seq[Node]): NodeSet
  50. val version: Option[Long]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def _1: Option[String]
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  2. def _2: Option[Long]
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  3. def _3: Vector[Node]
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  4. def _4: Set[Authenticate]
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  5. def canEqual(that: Any): Boolean
    Definition Classes
    NodeSet → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer case class

  6. def copy(name: Option[String] = this.name, version: Option[Long] = this.version, nodes: Vector[Node] = this.nodes, authenticates: Set[Authenticate] = this.authenticates): NodeSet
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer case class

  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def pick(preference: ReadPreference): Option[(Node, Connection)]
    Annotations
    @deprecated
    Deprecated

    (Since version )

  9. def [B](y: B): (NodeSet, B)
    Implicit
    This member is added by an implicit conversion from NodeSet toArrowAssoc[NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product4[Option[String], Option[Long], Vector[Node], Set[Authenticate]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromNodeSet to any2stringadd[NodeSet]

Inherited by implicit conversion StringFormat fromNodeSet to StringFormat[NodeSet]

Inherited by implicit conversion Ensuring fromNodeSet to Ensuring[NodeSet]

Inherited by implicit conversion ArrowAssoc fromNodeSet to ArrowAssoc[NodeSet]

Ungrouped