Object/Class

com.snowplowanalytics.snowplow.analytics.scalasdk

RunManifests

Related Docs: class RunManifests | package scalasdk

Permalink

object RunManifests

Module with primary run-manifests functions, without applied client

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DynamoDbRunIdAttribute: String

    Permalink

    Standard attribute name containing run id

  5. val SupportedPrefixes: Set[String]

    Permalink

    S3 protocol implementations that can be used for listRunIds fullPath argument

  6. def addToManifests(dynamodb: AmazonDynamoDB, tableName: String, runId: String): Unit

    Permalink

    Add run id to manifests table

    Add run id to manifests table

    dynamodb

    AWS DynamoDB client

    tableName

    existing DynamoDB table name with run manifests

    runId

    run id to add

  7. def apply(dynamodb: AmazonDynamoDB, tableName: String): RunManifests

    Permalink

    RunManifests short-hand constructor

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createManifestsTable(dynamodb: AmazonDynamoDB, tableName: String): Unit

    Permalink

    Creates DynamoDB table with all necessary settings Should be called once, will throw exception otherwise

    Creates DynamoDB table with all necessary settings Should be called once, will throw exception otherwise

    dynamodb

    AWS DynamoDB client

    tableName

    existing DynamoDB table name with run manifests

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isInManifests(dynamodb: AmazonDynamoDB, tableName: String, runId: String): Boolean

    Permalink

    Check whether run manifests table contains particular run id

    Check whether run manifests table contains particular run id

    dynamodb

    AWS DynamoDB client

    tableName

    existing DynamoDB table name with run manifests

    runId

    run id to check

    returns

    true if run id is in table

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def listRunIds(s3: AmazonS3, fullPath: String): List[String]

    Permalink

    List *all* (regardless MaxKeys) run ids in specified S3 path (such as enriched-archive)

    List *all* (regardless MaxKeys) run ids in specified S3 path (such as enriched-archive)

    s3

    AWS S3 client

    fullPath

    full S3 path (including bucket and prefix) to folder with run ids

    returns

    list of prefixes (without S3 bucket) such as storage/enriched/good/run=2017-02-21-11-40-15

  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped