Packages

t

reactivemongo.jmx

NodeMBean

trait NodeMBean extends AnyRef

The specification of the MBean about a ReactiveMongo node. Instances will be registered with names of the form org.reactivemongo.{supervisor}.{connection}:type=Node,name={host}-{port}.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeMBean
  2. AnyRef
  3. 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

Abstract Value Members

  1. abstract def getAliases(): String

    The aliases of the node.

    The aliases of the node.

    returns

    the node aliases as comma separated string

  2. abstract 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

    See also

    #getConnections()

  3. abstract 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

    See also

    #getConnections()

  4. abstract def getConnection(): String

    The name of the connection pool.

    The name of the connection pool.

    returns

    The connection name

  5. abstract def getConnections(): Int

    The number of connections managed for this node.

    The number of connections managed for this node.

    returns

    the connection count

  6. abstract def getHost(): String

    The name of the node host.

    The name of the node host.

    returns

    the node hostname

  7. abstract def getName(): String

    The name of the node.

    The name of the node.

    returns

    the node name

  8. abstract def getPingInfo(): String

    The information about the node ping.

    The information about the node ping.

    returns

    the string representation of the node ping

  9. abstract def getPort(): Int

    The MongoDB port on the node.

    The MongoDB port on the node.

    returns

    the node port

  10. abstract 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

  11. abstract def getStatus(): String

    The status of the node.

    The status of the node.

    returns

    the string representation of the node status

    See also

    reactivemongo.core.nodeset.NodeStatus

  12. abstract def getSupervisor(): String

    The name of the pool supervisor.

    The name of the pool supervisor.

    returns

    The supervisor name

  13. abstract 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

  14. abstract 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

Concrete 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 NodeMBean to any2stringadd[NodeMBean] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeMBean, B)
    Implicit
    This member is added by an implicit conversion from NodeMBean to ArrowAssoc[NodeMBean] 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def ensuring(cond: (NodeMBean) ⇒ Boolean, msg: ⇒ Any): NodeMBean
    Implicit
    This member is added by an implicit conversion from NodeMBean to Ensuring[NodeMBean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (NodeMBean) ⇒ Boolean): NodeMBean
    Implicit
    This member is added by an implicit conversion from NodeMBean to Ensuring[NodeMBean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): NodeMBean
    Implicit
    This member is added by an implicit conversion from NodeMBean to Ensuring[NodeMBean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): NodeMBean
    Implicit
    This member is added by an implicit conversion from NodeMBean to Ensuring[NodeMBean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NodeMBean to StringFormat[NodeMBean] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. def [B](y: B): (NodeMBean, B)
    Implicit
    This member is added by an implicit conversion from NodeMBean to ArrowAssoc[NodeMBean] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped