Packages

final class Node extends NotificationBroadcasterSupport with NodeMBean with NotificationSupport

Linear Supertypes
NotificationSupport, NodeMBean, NotificationBroadcasterSupport, NotificationEmitter, NotificationBroadcaster, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. NotificationSupport
  3. NodeMBean
  4. NotificationBroadcasterSupport
  5. NotificationEmitter
  6. NotificationBroadcaster
  7. AnyRef
  8. 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

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 Node to any2stringadd[Node] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Node, B)
    Implicit
    This member is added by an implicit conversion from Node to ArrowAssoc[Node] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addNotificationListener(arg0: NotificationListener, arg1: NotificationFilter, arg2: Any): Unit
    Definition Classes
    NotificationBroadcasterSupport → NotificationBroadcaster
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def attributeChanged[T](name: String, message: String, oldValue: T, newValue: T)(f: (T) ⇒ Unit)(implicit arg0: ClassTag[T]): Unit
    Attributes
    protected
    Definition Classes
    NotificationSupport
  9. val changeSeq: AtomicLong
    Attributes
    protected
    Definition Classes
    NotificationSupport
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def ensuring(cond: (Node) ⇒ Boolean, msg: ⇒ Any): Node
    Implicit
    This member is added by an implicit conversion from Node to Ensuring[Node] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (Node) ⇒ Boolean): Node
    Implicit
    This member is added by an implicit conversion from Node to Ensuring[Node] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): Node
    Implicit
    This member is added by an implicit conversion from Node to Ensuring[Node] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): Node
    Implicit
    This member is added by an implicit conversion from Node to Ensuring[Node] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Node to StringFormat[Node] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def getAliases(): String

    The aliases of the node.

    The aliases of the node.

    returns

    the node aliases as comma separated string

    Definition Classes
    NodeNodeMBean
  20. def getAuthenticated(): Int

    The number of authenticated connections for this node.

    The number of authenticated connections for this node.

    returns

    the count of authenticated connections

    Definition Classes
    NodeNodeMBean
    See also

    #getConnections()

  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getConnected(): Int

    The number of connected channels (established connections) for this node.

    The number of connected channels (established connections) for this node.

    returns

    the connected count

    Definition Classes
    NodeNodeMBean
    See also

    #getConnections()

  23. def getConnection(): String

    The name of the connection pool.

    The name of the connection pool.

    returns

    The connection name

    Definition Classes
    NodeNodeMBean
  24. def getConnections(): Int

    The number of connections managed for this node.

    The number of connections managed for this node.

    returns

    the connection count

    Definition Classes
    NodeNodeMBean
  25. def getHost(): String

    The name of the node host.

    The name of the node host.

    returns

    the node hostname

    Definition Classes
    NodeNodeMBean
  26. def getName(): String

    The name of the node.

    The name of the node.

    returns

    the node name

    Definition Classes
    NodeNodeMBean
  27. def getNotificationInfo(): Array[MBeanNotificationInfo]
    Definition Classes
    Node → NotificationBroadcasterSupport → NotificationBroadcaster
  28. def getPingInfo(): String

    The information about the node ping.

    The information about the node ping.

    returns

    the string representation of the node ping

    Definition Classes
    NodeNodeMBean
  29. def getPort(): Int

    The MongoDB port on the node.

    The MongoDB port on the node.

    returns

    the node port

    Definition Classes
    NodeNodeMBean
  30. def getProtocolMetadata(): String

    The protocol metadata for the node connections.

    The protocol metadata for the node connections.

    returns

    the string representation of the protocol metadata

    Definition Classes
    NodeNodeMBean
  31. def getStatus(): String

    The status of the node.

    The status of the node.

    returns

    the string representation of the node status

    Definition Classes
    NodeNodeMBean
    See also

    reactivemongo.core.nodeset.NodeStatus

  32. def getSupervisor(): String

    The name of the pool supervisor.

    The name of the pool supervisor.

    returns

    The supervisor name

    Definition Classes
    NodeNodeMBean
  33. def getTags(): String

    The tags for this node.

    The tags for this node.

    returns

    the string representation of the node tags, or null if node

    Definition Classes
    NodeNodeMBean
  34. def handleNotification(arg0: NotificationListener, arg1: Notification, arg2: Any): Unit
    Attributes
    protected[management]
    Definition Classes
    NotificationBroadcasterSupport
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isMongos(): Boolean

    Indicates whether the node is a Mongos one.

    Indicates whether the node is a Mongos one.

    returns

    true if the node is mongos, otherwise false

    Definition Classes
    NodeNodeMBean
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def removeNotificationListener(arg0: NotificationListener, arg1: NotificationFilter, arg2: Any): Unit
    Definition Classes
    NotificationBroadcasterSupport → NotificationEmitter
    Annotations
    @throws( ... )
  42. def removeNotificationListener(arg0: NotificationListener): Unit
    Definition Classes
    NotificationBroadcasterSupport → NotificationBroadcaster
    Annotations
    @throws( ... )
  43. def sendNotification(arg0: Notification): Unit
    Definition Classes
    NotificationBroadcasterSupport
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. def [B](y: B): (Node, B)
    Implicit
    This member is added by an implicit conversion from Node to ArrowAssoc[Node] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from NotificationSupport

Inherited from NodeMBean

Inherited from NotificationBroadcasterSupport

Inherited from NotificationEmitter

Inherited from NotificationBroadcaster

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped