Class/Object

reactivemongo.api.commands

ReplSetMember

Related Docs: object ReplSetMember | package commands

Permalink

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 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 ReplSetMember to any2stringadd[ReplSetMember] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReplSetMember, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val _id: Long

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Permalink

    the configuration version (since MongoDB 3.0)

  10. val electionTime: Option[Long]

    Permalink

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ReplSetMember → Equals → 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 ReplSetMember to StringFormat[ReplSetMember] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    ReplSetMember → AnyRef → Any
  21. val health: Int

    Permalink

    the health indicator for this member

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val lastHeartbeat: Option[Long]

    Permalink

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

  24. val lastHeartbeatMessage: Option[String]

    Permalink

    an optional message from the last heartbeat

  25. val lastHeartbeatRecv: Option[Long]

    Permalink

    the time that the last heartbeat was received from this member

  26. val name: String

    Permalink

    the member name (e.g.

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val optime: Long

    Permalink

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

  31. val pingMs: Option[Long]

    Permalink

    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)

  32. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  35. def productPrefix: String

    Permalink
    Definition Classes
    Product
  36. val self: Boolean

    Permalink

    indicates which replica set member processed the replSetGetStatus command

  37. val state: Int

    Permalink

    the state code of the member

  38. val stateStr: String

    Permalink

    the string representation of the state

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

    Permalink
    Definition Classes
    AnyRef
  40. val syncingTo: Option[String]

    Permalink

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

  41. def toString(): String

    Permalink
    Definition Classes
    ReplSetMember → AnyRef → Any
  42. val uptime: Long

    Permalink

    the number of seconds that this member has been online

  43. final def wait(): Unit

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

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

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

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

Deprecated Value Members

  1. def _1: Long

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

    (Since version 0.20.3) No longer a case class

  2. def _10: Option[String]

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

    (Since version 0.20.3) No longer a case class

  3. def _11: Option[Long]

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

    (Since version 0.20.3) No longer a case class

  4. def _12: Boolean

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

    (Since version 0.20.3) No longer a case class

  5. def _13: Option[Long]

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

    (Since version 0.20.3) No longer a case class

  6. def _14: Option[String]

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

    (Since version 0.20.3) No longer a case class

  7. def _15: Option[Int]

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

    (Since version 0.20.3) No longer a case class

  8. def _2: String

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

    (Since version 0.20.3) No longer a case class

  9. def _3: Int

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

    (Since version 0.20.3) No longer a case class

  10. def _4: Int

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

    (Since version 0.20.3) No longer a case class

  11. def _5: String

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

    (Since version 0.20.3) No longer a case class

  12. def _6: Long

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

    (Since version 0.20.3) No longer a case class

  13. def _7: Long

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

    (Since version 0.20.3) No longer a case class

  14. def _8: Option[Long]

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

    (Since version 0.20.3) No longer a case class

  15. def _9: Option[Long]

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

    (Since version 0.20.3) No longer a case class

  16. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    ReplSetMember → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

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 any2stringadd[ReplSetMember]

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

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

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

Ungrouped