object WebPerformanceData extends ThriftStructCodec3[WebPerformanceData] with Serializable

Web performance data as captured from the browser performance timing api. In the descriptions below, "t" represents window.performance.timing

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[WebPerformanceData], ThriftStructCodec[WebPerformanceData], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebPerformanceData
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends WebPerformanceData

    The default read-only implementation of WebPerformanceData.

    The default read-only implementation of WebPerformanceData. You typically should not need to directly reference this class; instead, use the WebPerformanceData.apply method to construct new instances.

  2. trait Proxy extends WebPerformanceData

    This Proxy trait allows you to extend the WebPerformanceData trait with additional state or behavior and implement the read-only methods from WebPerformanceData using an underlying instance.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AssetsPerformanceField: TField
  5. val AssetsPerformanceFieldManifest: Manifest[Seq[AssetPerformanceData]]
  6. val ConnectionField: TField
  7. val ConnectionFieldManifest: Manifest[Long]
  8. val DnsField: TField
  9. val DnsFieldManifest: Manifest[Long]
  10. val DomContentLoadedEventField: TField
  11. val DomContentLoadedEventFieldManifest: Manifest[Long]
  12. val FirstByteField: TField
  13. val FirstByteFieldManifest: Manifest[Long]
  14. val LastByteField: TField
  15. val LastByteFieldManifest: Manifest[Long]
  16. val LoadEventField: TField
  17. val LoadEventFieldManifest: Manifest[Long]
  18. val NavTypeField: TField
  19. val NavTypeFieldManifest: Manifest[Long]
  20. val NoPassthroughFields: Map[Short, TFieldBlob]
  21. val RedirectCountField: TField
  22. val RedirectCountFieldManifest: Manifest[Long]
  23. val Struct: TStruct
  24. def apply(dns: Long, connection: Long, firstByte: Long, lastByte: Long, domContentLoadedEvent: Long, loadEvent: Long, navType: Long, redirectCount: Long, assetsPerformance: Option[Seq[AssetPerformanceData]] = _root_.scala.None): WebPerformanceData
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def decode(_iprot: TProtocol): WebPerformanceData
    Definition Classes
    WebPerformanceData → ThriftStructCodec
  28. def encode(_item: WebPerformanceData, _oproto: TProtocol): Unit
    Definition Classes
    WebPerformanceData → ThriftStructCodec
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. lazy val metaData: ThriftStructMetaData[WebPerformanceData]
    Definition Classes
    ThriftStructCodec
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. lazy val structAnnotations: Map[String, String]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  44. def unapply(_item: WebPerformanceData): Option[(Long, Long, Long, Long, Long, Long, Long, Long, Option[Seq[AssetPerformanceData]])]
  45. def validate(_item: WebPerformanceData): Unit

    Checks that all required fields are non-null.

  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def withoutPassthroughFields(original: WebPerformanceData): WebPerformanceData
  50. object Immutable extends ThriftStructCodec3[WebPerformanceData] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[WebPerformanceData]

Inherited from ThriftStructCodec[WebPerformanceData]

Inherited from AnyRef

Inherited from Any

Ungrouped