trait NodeSetMBean extends AnyRef
The specification of the MBean about the ReactiveMongo node set.
Instances will be registered with names of the form
org.reactivemongo.{supervisor}.{connection}:type=NodeSet
.
- Alphabetic
- By Inheritance
- NodeSetMBean
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
getConnection(): String
The name of the connection pool.
The name of the connection pool.
- returns
The connection name
-
abstract
def
getConnectionOptions(): String
The connection options.
The connection options.
- returns
The string representation of the connection options
-
abstract
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
-
abstract
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
-
abstract
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
-
abstract
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)
-
abstract
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
-
abstract
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)
-
abstract
def
getSupervisor(): String
The name of the pool supervisor.
The name of the pool supervisor.
- returns
The supervisor name
-
abstract
def
getVersion(): Long
The node set version.
The node set version.
- returns
The version of the node set if any, or -1 if none
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to any2stringadd[NodeSetMBean] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (NodeSetMBean, B)
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to ArrowAssoc[NodeSetMBean] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
ensuring(cond: (NodeSetMBean) ⇒ Boolean, msg: ⇒ Any): NodeSetMBean
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to Ensuring[NodeSetMBean] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (NodeSetMBean) ⇒ Boolean): NodeSetMBean
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to Ensuring[NodeSetMBean] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): NodeSetMBean
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to Ensuring[NodeSetMBean] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): NodeSetMBean
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to Ensuring[NodeSetMBean] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to StringFormat[NodeSetMBean] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (NodeSetMBean, B)
- Implicit
- This member is added by an implicit conversion from NodeSetMBean to ArrowAssoc[NodeSetMBean] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc