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

Annotations
@deprecated
Deprecated

(Since version 0.18.2) Internal: will be made private

Linear Supertypes
Serializable, Product3[Long, Long, Int], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PingInfo
  2. Serializable
  3. Product3
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

    ping

    the response delay (in nanoseconds) 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. def _1: Long
    Definition Classes
    PingInfo → Product3
    Annotations
    @inline()
  2. def _2: Long
    Definition Classes
    PingInfo → Product3
    Annotations
    @inline()
  3. def _3: Int
    Definition Classes
    PingInfo → Product3
    Annotations
    @inline()
  4. def canEqual(that: Any): Boolean
    Definition Classes
    PingInfo → Equals
  5. def copy(ping: Long = this.ping, lastIsMasterTime: Long = this.lastIsMasterTime, lastIsMasterId: Int = this.lastIsMasterId, channelId: Option[ChannelId] = this.channelId, firstSent: Boolean = this.firstSent): PingInfo
    Annotations
    @inline()
  6. def copy(ping: Long, lastIsMasterTime: Long, lastIsMasterId: Int, channelId: Option[ChannelId]): PingInfo
    Annotations
    @inline()
  7. def equals(that: Any): Boolean
    Definition Classes
    PingInfo → Equals → AnyRef → Any
  8. def hashCode(): Int
    Definition Classes
    PingInfo → AnyRef → Any
    Annotations
    @inline()
  9. val lastIsMasterId: Int
  10. val lastIsMasterTime: Long
  11. val ping: Long
  12. def productArity: Int
    Definition Classes
    Product3 → Product
  13. def productElement(n: Int): Any
    Definition Classes
    Product3 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def productIterator: Iterator[Any]
    Definition Classes
    Product
  17. def productPrefix: String
    Definition Classes
    Product
  18. def toString(): String
    Definition Classes
    PingInfo → AnyRef → Any
    Annotations
    @inline()