Class/Object

reactivemongo.core.nodeset

NodeSet

Related Docs: object NodeSet | package nodeset

Permalink

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, 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. Serializable
  4. Product4
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to any2stringadd[NodeSet] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeSet, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to ArrowAssoc[NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val authenticates: Set[Authenticate]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (NodeSet) ⇒ Boolean, msg: ⇒ Any): NodeSet

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to Ensuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (NodeSet) ⇒ Boolean): NodeSet

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to Ensuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): NodeSet

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to Ensuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): NodeSet

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to Ensuring[NodeSet] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    NodeSet → Equals → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to StringFormat[NodeSet] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    NodeSet → AnyRef → Any
  19. def info: NodeSetInfo

    Permalink

    Returns the read-only information about this node.

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isReachable: Boolean

    Permalink
  22. val mongos: Option[Node]

    Permalink

    The mongos node, if any.

  23. val name: Option[String]

    Permalink

    the replicaSet name

  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. val nearest: Option[Node]

    Permalink

    The first node from the nearestGroup.

  26. val nearestGroup: RoundRobiner[Node, Vector]

    Permalink

    See the nearest read preference.

  27. val nodes: Vector[Node]

    Permalink
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def pickByChannelId(id: ChannelId): Option[(Node, Connection)]

    Permalink
  31. def primary(authenticated: Authenticated): Option[Node]

    Permalink
  32. val primary: Option[Node]

    Permalink

    The node which is the current primary one.

  33. def productArity: Int

    Permalink
    Definition Classes
    Product4 → Product
  34. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product4 → Product
    Annotations
    @throws( ... )
  35. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  36. def productPrefix: String

    Permalink
    Definition Classes
    Product
  37. val protocolMetadata: ProtocolMetadata

    Permalink
  38. val queryable: Vector[Node]

    Permalink
  39. val secondaries: RoundRobiner[Node, Vector]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to CollectionsHaveToParArray[NodeSet, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (NodeSet) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  42. def toShortString: String

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    NodeSet → AnyRef → Any
  44. def updateAll(f: (Node) ⇒ Node): NodeSet

    Permalink
  45. def updateByChannelId(id: ChannelId)(fc: (Connection) ⇒ Connection)(fn: (Node) ⇒ Node): NodeSet

    Permalink
  46. def updateConnectionByChannelId(id: ChannelId)(f: (Connection) ⇒ Connection): NodeSet

    Permalink
  47. def updateNodeByChannelId(id: ChannelId)(f: (Node) ⇒ Node): NodeSet

    Permalink
  48. def updateOrAddNode(f: PartialFunction[Node, Node], default: Node): NodeSet

    Permalink
  49. def updateOrAddNodes(f: PartialFunction[Node, Node], nodes: Seq[Node]): NodeSet

    Permalink
  50. val version: Option[Long]

    Permalink

    the replicaSet version

  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (NodeSet, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NodeSet to ArrowAssoc[NodeSet] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def _1: Option[String]

    Permalink
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  2. def _2: Option[Long]

    Permalink
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  3. def _3: Vector[Node]

    Permalink
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  4. def _4: Set[Authenticate]

    Permalink
    Definition Classes
    NodeSet → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  5. def canEqual(that: Any): Boolean

    Permalink
    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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer case class

  7. def pick(preference: ReadPreference): Option[(Node, Connection)]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version )

Inherited from Serializable

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 CollectionsHaveToParArray from NodeSet to CollectionsHaveToParArray[NodeSet, T]

Inherited by implicit conversion any2stringadd from NodeSet to any2stringadd[NodeSet]

Inherited by implicit conversion StringFormat from NodeSet to StringFormat[NodeSet]

Inherited by implicit conversion Ensuring from NodeSet to Ensuring[NodeSet]

Inherited by implicit conversion ArrowAssoc from NodeSet to ArrowAssoc[NodeSet]

Ungrouped