Class/Object

reactivemongo.core.nodeset

PingInfo

Related Docs: object PingInfo | package nodeset

Permalink

class PingInfo extends Product3[Long, Long, Int] with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.18.2) Will be internal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PingInfo
  2. Serializable
  3. Serializable
  4. Product3
  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

Instance Constructors

  1. new PingInfo(ping: Long, lastIsMasterTime: Long, lastIsMasterId: Int, channelId: Option[ChannelId])

    Permalink
  2. new PingInfo(ping: Long, lastIsMasterTime: Long, lastIsMasterId: Int, channelId: Option[ChannelId], firstSent: Boolean)

    Permalink

    ping

    the response delay (in milliseconds) for the last IsMaster request (duration between request and its response, or Long.MaxValue)

    lastIsMasterTime

    the timestamp when the last IsMaster request has been sent (or 0)

    lastIsMasterId

    the ID of the last IsMaster request (or -1 if none)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PingInfo to ArrowAssoc[PingInfo] 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 _1: Long

    Permalink
    Definition Classes
    PingInfo → Product3
    Annotations
    @inline()
  7. def _2: Long

    Permalink
    Definition Classes
    PingInfo → Product3
    Annotations
    @inline()
  8. def _3: Int

    Permalink
    Definition Classes
    PingInfo → Product3
    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    PingInfo → Equals
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def copy(ping: Long = this.ping, lastIsMasterTime: Long = this.lastIsMasterTime, lastIsMasterId: Int = this.lastIsMasterId, channelId: Option[ChannelId] = this.channelId, firstSent: Boolean = this.firstSent): PingInfo

    Permalink
    Annotations
    @inline()
  13. def copy(ping: Long, lastIsMasterTime: Long, lastIsMasterId: Int, channelId: Option[ChannelId]): PingInfo

    Permalink
    Annotations
    @inline()
  14. def ensuring(cond: (PingInfo) ⇒ Boolean, msg: ⇒ Any): PingInfo

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

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

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

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

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

    Permalink
    Definition Classes
    PingInfo → Equals → AnyRef → Any
  20. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    PingInfo → AnyRef → Any
    Annotations
    @inline()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val lastIsMasterId: Int

    Permalink

    the ID of the last IsMaster request (or -1 if none)

  26. val lastIsMasterTime: Long

    Permalink

    the timestamp when the last IsMaster request has been sent (or 0)

  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 ping: Long

    Permalink

    the response delay (in milliseconds) for the last IsMaster request (duration between request and its response, or Long.MaxValue)

  31. def productArity: Int

    Permalink
    Definition Classes
    Product3 → Product
  32. def productElement(n: Int): Any

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

    Permalink
    Definition Classes
    Product
  34. def productPrefix: String

    Permalink
    Definition Classes
    Product
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    PingInfo → AnyRef → Any
    Annotations
    @inline()
  37. final def wait(): Unit

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product3[Long, Long, Int]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PingInfo to any2stringadd[PingInfo]

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

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

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

Ungrouped