Package

com.snowplowanalytics.snowplow

scalatracker

Permalink

package scalatracker

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalatracker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Platform extends AnyRef

    Permalink

    Trait for all acceptable Snowplow platforms

  2. type SelfDescribingJson = SelfDescribingData[JValue]

    Permalink

    Tracker-specific self-describing JSON

  3. class Subject extends AnyRef

    Permalink

    Class for an event subject, where we view events as of the form Subject -> Verb -> Object

  4. class Tracker extends AnyRef

    Permalink

    Tracker class

Value Members

  1. object Console extends Platform with Product with Serializable

    Permalink
  2. object Desktop extends Platform with Product with Serializable

    Permalink
  3. object Ec2Metadata

    Permalink

    Module with parsing EC2-metadata logic

    Module with parsing EC2-metadata logic

    See also

    http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html

  4. object GceMetadata

    Permalink

    Module with parsing GCE-metadata logic

    Module with parsing GCE-metadata logic

    See also

    https://cloud.google.com/compute/docs/storing-retrieving-metadata Unlike EC2 instance document, GCE does not provide an excerpt, but instad this module collect only meaningful properties

  5. object General extends Platform with Product with Serializable

    Permalink
  6. object InternetOfThings extends Platform with Product with Serializable

    Permalink
  7. object Mobile extends Platform with Product with Serializable

    Permalink
  8. object SelfDescribingJson extends Serializable

    Permalink

    Backward-compatibility

  9. object Server extends Platform with Product with Serializable

    Permalink
  10. object Tracker

    Permalink
  11. object Tv extends Platform with Product with Serializable

    Permalink
  12. object Web extends Platform with Product with Serializable

    Permalink
  13. package emitters

    Permalink
  14. package generated

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped