Class/Object

reactivemongo.core.nodeset

NodeInfo

Related Docs: object NodeInfo | package nodeset

Permalink

class NodeInfo extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeInfo
  2. Serializable
  3. Serializable
  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. All

Instance Constructors

  1. new NodeInfo(name: String, aliases: Set[String], host: String, port: Int, status: NodeStatus, connections: Int, connected: Int, authenticated: Int, _tags: Map[String, String], protocolMetadata: ProtocolMetadata, pingInfo: PingInfo, isMongos: Boolean)

    Permalink

    connections

    the number of all the node connections

    connected

    the number of established connections for this node

    authenticated

    the number of authenticated connections

  2. new NodeInfo(name: String, aliases: Set[String], host: String, port: Int, status: NodeStatus, connections: Int, connected: Int, authenticated: Int, tags: Option[BSONDocument], protocolMetadata: ProtocolMetadata, pingInfo: PingInfo, isMongos: Boolean)

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) Use the constructor with tag map

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 NodeInfo to any2stringadd[NodeInfo] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeInfo, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val aliases: Set[String]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val authenticated: Int

    Permalink

    the number of authenticated connections

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val connected: Int

    Permalink

    the number of established connections for this node

  11. val connections: Int

    Permalink

    the number of all the node connections

  12. def ensuring(cond: (NodeInfo) ⇒ Boolean, msg: ⇒ Any): NodeInfo

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

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

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

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

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

    Permalink
    Definition Classes
    NodeInfo → Equals → AnyRef → Any
  18. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. lazy val hashCode: Int

    Permalink
    Definition Classes
    NodeInfo → AnyRef → Any
  22. val host: String

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val isMongos: Boolean

    Permalink
  25. val name: String

    Permalink
  26. def names: Set[String]

    Permalink

    All the node names (including its aliases)

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

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. val pingInfo: PingInfo

    Permalink
  31. val port: Int

    Permalink
  32. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  33. def productPrefix: String

    Permalink
    Definition Classes
    Product
  34. val protocolMetadata: ProtocolMetadata

    Permalink
  35. val status: NodeStatus

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

    Permalink
    Definition Classes
    AnyRef
  37. lazy val toString: String

    Permalink
    Definition Classes
    NodeInfo → AnyRef → Any
  38. final def wait(): Unit

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

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

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

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

Deprecated Value Members

  1. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    NodeInfo → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) No longer a case class

  2. val productArity: Int

    Permalink
    Definition Classes
    NodeInfo → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) No longer a case class

  3. def productElement(n: Int): Any

    Permalink
    Definition Classes
    NodeInfo → Product
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.19.1) No longer a case class

  4. def tags: Option[BSONDocument]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) Will be removed

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped