Class/Object

reactivemongo.jmx

NodeSet

Related Docs: object NodeSet | package jmx

Permalink

final class NodeSet extends NotificationBroadcasterSupport with NodeSetMBean with NotificationSupport

Linear Supertypes
NotificationSupport, NodeSetMBean, NotificationBroadcasterSupport, NotificationEmitter, NotificationBroadcaster, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeSet
  2. NotificationSupport
  3. NodeSetMBean
  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

    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. def addNotificationListener(arg0: NotificationListener, arg1: NotificationFilter, arg2: Any): Unit

    Permalink
    Definition Classes
    NotificationBroadcasterSupport → NotificationBroadcaster
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attributeChanged[T](name: String, message: String, oldValue: T, newValue: T)(f: (T) ⇒ Unit)(implicit arg0: ClassTag[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    NotificationSupport
  9. val changeSeq: AtomicLong

    Permalink
    Attributes
    protected
    Definition Classes
    NotificationSupport
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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
  12. 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
  13. 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
  14. 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
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. 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()
  19. def getAwaitingRequests(): Int

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getConnection(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  22. def getConnectionOptions(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  23. def getMaxAwaitingRequestsPerChannel(): Int

    Permalink
  24. def getMongos(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  25. def getName(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  26. def getNearest(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  27. def getNodes(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  28. def getNotificationInfo(): Array[MBeanNotificationInfo]

    Permalink
    Definition Classes
    NodeSet → NotificationBroadcasterSupport → NotificationBroadcaster
  29. def getPrimary(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  30. def getSecondaries(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  31. def getSupervisor(): String

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  32. def getVersion(): Long

    Permalink
    Definition Classes
    NodeSetNodeSetMBean
  33. def handleNotification(arg0: NotificationListener, arg1: Notification, arg2: Any): Unit

    Permalink
    Attributes
    protected[javax.management]
    Definition Classes
    NotificationBroadcasterSupport
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def removeNotificationListener(arg0: NotificationListener, arg1: NotificationFilter, arg2: Any): Unit

    Permalink
    Definition Classes
    NotificationBroadcasterSupport → NotificationEmitter
    Annotations
    @throws( ... )
  40. def removeNotificationListener(arg0: NotificationListener): Unit

    Permalink
    Definition Classes
    NotificationBroadcasterSupport → NotificationBroadcaster
    Annotations
    @throws( ... )
  41. def sendNotification(arg0: Notification): Unit

    Permalink
    Definition Classes
    NotificationBroadcasterSupport
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. 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

Inherited from NotificationSupport

Inherited from NodeSetMBean

Inherited from NotificationBroadcasterSupport

Inherited from NotificationEmitter

Inherited from NotificationBroadcaster

Inherited from AnyRef

Inherited from Any

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