Packages

object TrackerSubmission extends ThriftStructCodec3[TrackerSubmission] with Serializable

This struct is intended for private consumption inside ophan only.

It represents the raw data collected by the tracker, passed onto The Lab for enhancement into ophan events.

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[TrackerSubmission], ThriftStructCodec[TrackerSubmission], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrackerSubmission
  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 TrackerSubmission

    The default read-only implementation of TrackerSubmission.

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

  2. trait Proxy extends TrackerSubmission

    This Proxy trait allows you to extend the TrackerSubmission trait with additional state or behavior and implement the read-only methods from TrackerSubmission 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 BrowserIdField: TField
  5. val BrowserIdFieldManifest: Manifest[AssignedId]
  6. val DtField: TField
  7. val DtFieldManifest: Manifest[Long]
  8. val HeadersField: TField
  9. val HeadersFieldManifest: Manifest[Map[String, String]]
  10. val NativeAppSubmissionField: TField
  11. val NativeAppSubmissionFieldManifest: Manifest[NativeAppSubmission]
  12. val NoPassthroughFields: Map[Short, TFieldBlob]
  13. val PostDataField: TField
  14. val PostDataFieldManifest: Manifest[String]
  15. val QueryParamsField: TField
  16. val QueryParamsFieldManifest: Manifest[Map[String, String]]
  17. val SignificantCookiesField: TField
  18. val SignificantCookiesFieldManifest: Manifest[Map[String, String]]
  19. val Struct: TStruct
  20. val SubmissionTypeField: TField
  21. val SubmissionTypeFieldI32: TField
  22. val SubmissionTypeFieldManifest: Manifest[SubmissionType]
  23. val UniqueSubmissionIdField: TField
  24. val UniqueSubmissionIdFieldManifest: Manifest[String]
  25. val VisitIdField: TField
  26. val VisitIdFieldManifest: Manifest[AssignedId]
  27. def apply(submissionType: SubmissionType, uniqueSubmissionId: String, dt: Long, queryParams: Map[String, String] = Map[String, String](), headers: Map[String, String] = Map[String, String](), significantCookies: Map[String, String] = Map[String, String](), postData: Option[String] = _root_.scala.None, nativeAppSubmission: Option[NativeAppSubmission] = _root_.scala.None, browserId: AssignedId, visitId: Option[AssignedId] = _root_.scala.None): TrackerSubmission
  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def decode(_iprot: TProtocol): TrackerSubmission
    Definition Classes
    TrackerSubmission → ThriftStructCodec
  31. def encode(_item: TrackerSubmission, _oproto: TProtocol): Unit
    Definition Classes
    TrackerSubmission → ThriftStructCodec
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

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

    Checks that all required fields are non-null.

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

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[TrackerSubmission]

Inherited from ThriftStructCodec[TrackerSubmission]

Inherited from AnyRef

Inherited from Any

Ungrouped