reactivemongo.api.commands

ReplSetMember

class ReplSetMember extends Product15[Long, String, Int, Int, String, Long, Long, Option[Long], Option[Long], Option[String], Option[Long], Boolean, Option[Long], Option[String], Option[Int]] with Serializable

Replica set member.

Linear Supertypes
Serializable, Serializable, Product15[Long, String, Int, Int, String, Long, Long, Option[Long], Option[Long], Option[String], Option[Long], Boolean, Option[Long], Option[String], Option[Int]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplSetMember
  2. Serializable
  3. Serializable
  4. Product15
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ReplSetMember, B)

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to ArrowAssoc[ReplSetMember] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val _id: Long

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val configVersion: Option[Int]

    the configuration version (since MongoDB 3.

    the configuration version (since MongoDB 3.0)

  12. val electionTime: Option[Long]

    if the member is the primary, the time it was elected as

  13. def ensuring(cond: (ReplSetMember) ⇒ Boolean, msg: ⇒ Any): ReplSetMember

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to Ensuring[ReplSetMember] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ReplSetMember) ⇒ Boolean): ReplSetMember

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to Ensuring[ReplSetMember] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ReplSetMember

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to Ensuring[ReplSetMember] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ReplSetMember

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to Ensuring[ReplSetMember] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(that: Any): Boolean

    Definition Classes
    ReplSetMember → Equals → AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    ReplSetMember → AnyRef → Any
  23. val health: Int

    the health indicator for this member

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val lastHeartbeat: Option[Long]

    the time of the transmission time of last heartbeat received from this member

  26. val lastHeartbeatMessage: Option[String]

    an optional message from the last heartbeat

  27. val lastHeartbeatRecv: Option[Long]

    the time that the last heartbeat was received from this member

  28. val name: String

    the member name (e.

    the member name (e.g. "host:port")

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. val optime: Long

    information regarding the last operation from the operation log that this member has applied

  33. val pingMs: Option[Long]

    the number of milliseconds (ms) that a round-trip packet takes to travel between the remote member and the local instance (does not appear for the member that returns the rs.status() data)

  34. def productArity: Int

    Definition Classes
    Product15 → Product
  35. def productElement(n: Int): Any

    Definition Classes
    Product15 → Product
    Annotations
    @throws( ... )
  36. def productIterator: Iterator[Any]

    Definition Classes
    Product
  37. def productPrefix: String

    Definition Classes
    Product
  38. val self: Boolean

    indicates which replica set member processed the replSetGetStatus command

  39. val state: Int

    the state code of the member

  40. val stateStr: String

    the string representation of the state

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. val syncingTo: Option[String]

    the hostname of the member from which this instance is syncing (only present on the output of rs.status() on secondary and recovering members)

  43. def toString(): String

    Definition Classes
    ReplSetMember → AnyRef → Any
  44. val uptime: Long

    the number of seconds that this member has been online

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def [B](y: B): (ReplSetMember, B)

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to ArrowAssoc[ReplSetMember] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    indicates which replica set member processed the replSetGetStatus command

    indicates which replica set member processed the replSetGetStatus command

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (replSetMember: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    indicates which replica set member processed the replSetGetStatus command

    indicates which replica set member processed the replSetGetStatus command

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (replSetMember: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def _1: Long

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  2. def _10: Option[String]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  3. def _11: Option[Long]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  4. def _12: Boolean

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  5. def _13: Option[Long]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  6. def _14: Option[String]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  7. def _15: Option[Int]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  8. def _2: String

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  9. def _3: Int

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  10. def _4: Int

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  11. def _5: String

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  12. def _6: Long

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  13. def _7: Long

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  14. def _8: Option[Long]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  15. def _9: Option[Long]

    Definition Classes
    ReplSetMember → Product15
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  16. def canEqual(that: Any): Boolean

    Definition Classes
    ReplSetMember → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

  17. def x: ReplSetMember

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to ArrowAssoc[ReplSetMember] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (replSetMember: ArrowAssoc[ReplSetMember]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  18. def x: ReplSetMember

    Implicit information
    This member is added by an implicit conversion from ReplSetMember to Ensuring[ReplSetMember] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (replSetMember: Ensuring[ReplSetMember]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product15[Long, String, Int, Int, String, Long, Long, Option[Long], Option[Long], Option[String], Option[Long], Boolean, Option[Long], Option[String], Option[Int]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReplSetMember to StringAdd

Inherited by implicit conversion any2stringfmt from ReplSetMember to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ReplSetMember to ArrowAssoc[ReplSetMember]

Inherited by implicit conversion any2Ensuring from ReplSetMember to Ensuring[ReplSetMember]

Ungrouped