Packages

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
    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 NodeSet to any2stringadd[NodeSet] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NodeSet, B)
    Implicit
    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
    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: (NodeSet) ⇒ Boolean, msg: ⇒ Any): NodeSet
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Implicit
    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
    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 NodeSet to StringFormat[NodeSet] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def getAwaitingRequests(): Int
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getConnection(): String

    The name of the connection pool.

    The name of the connection pool.

    returns

    The connection name

    Definition Classes
    NodeSetNodeSetMBean
  22. def getConnectionOptions(): String

    The connection options.

    The connection options.

    returns

    The string representation of the connection options

    Definition Classes
    NodeSetNodeSetMBean
  23. def getMaxAwaitingRequestsPerChannel(): Int
  24. def getMongos(): String

    The name of the mongos node.

    The name of the mongos node.

    returns

    The mongos name if any, or null if none

    Definition Classes
    NodeSetNodeSetMBean
  25. def getName(): String

    The optional name of the node set (replicaSet).

    The optional name of the node set (replicaSet).

    returns

    The node set name if any, or null of none

    Definition Classes
    NodeSetNodeSetMBean
  26. def getNearest(): String

    The name of the nearest node.

    The name of the nearest node.

    returns

    The nearest name if any, or null if none

    Definition Classes
    NodeSetNodeSetMBean
  27. def getNodes(): String

    The information about all the nodes.

    The information about all the nodes.

    returns

    The string representation for all the nodes (possibly empty)

    Definition Classes
    NodeSetNodeSetMBean
  28. def getNotificationInfo(): Array[MBeanNotificationInfo]
    Definition Classes
    NodeSet → NotificationBroadcasterSupport → NotificationBroadcaster
  29. def getPrimary(): String

    The name of the primary node.

    The name of the primary node.

    returns

    The primary name if any, or null if none

    Definition Classes
    NodeSetNodeSetMBean
  30. def getSecondaries(): String

    The information about the secondary nodes.

    The information about the secondary nodes.

    returns

    The string representation of the secondary nodes (possible empty)

    Definition Classes
    NodeSetNodeSetMBean
  31. def getSupervisor(): String

    The name of the pool supervisor.

    The name of the pool supervisor.

    returns

    The supervisor name

    Definition Classes
    NodeSetNodeSetMBean
  32. def getVersion(): Long

    The node set version.

    The node set version.

    returns

    The version of the node set if any, or -1 if none

    Definition Classes
    NodeSetNodeSetMBean
  33. def handleNotification(arg0: NotificationListener, arg1: Notification, arg2: Any): Unit
    Attributes
    protected[management]
    Definition Classes
    NotificationBroadcasterSupport
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def removeNotificationListener(arg0: NotificationListener, arg1: NotificationFilter, arg2: Any): Unit
    Definition Classes
    NotificationBroadcasterSupport → NotificationEmitter
    Annotations
    @throws( ... )
  40. def removeNotificationListener(arg0: NotificationListener): Unit
    Definition Classes
    NotificationBroadcasterSupport → NotificationBroadcaster
    Annotations
    @throws( ... )
  41. def sendNotification(arg0: Notification): Unit
    Definition Classes
    NotificationBroadcasterSupport
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def [B](y: B): (NodeSet, B)
    Implicit
    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