com.snowplowanalytics.snowplow.analytics.scalasdk

RunManifests

Related Docs: class RunManifests | package scalasdk

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
Learn more about member selection
Visibility
  1. Public
  2. All

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 DynamoDbRunIdAttribute: String

    Standard attribute name containing run id

  5. val SupportedPrefixes: Set[String]

    S3 protocol implementations that can be used for listRunIds fullPath argument

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

    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

    RunManifests short-hand constructor

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    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

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

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

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

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

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

    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

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

    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

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

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

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

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped