Package

com.gu.atom

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. trait AtomDataStore extends DataStoreResultUtil

    Permalink
  2. trait AtomDynamoFormats extends AnyRef

    Permalink
  3. case class ClientError(info: String) extends DataStoreError with Product with Serializable

    Permalink
  4. case class DataError(info: String) extends DataStoreError with Product with Serializable

    Permalink
  5. sealed abstract class DataStoreError extends Exception

    Permalink
  6. trait DataStoreResultUtil extends AnyRef

    Permalink
  7. case class DynamoCompositeKey(partitionKey: String, sortKey: Option[String] = None) extends Product with Serializable

    Permalink
  8. abstract class DynamoDataStore extends AtomDataStore with AtomDynamoFormats

    Permalink
  9. case class DynamoError(info: String) extends DataStoreError with Product with Serializable

    Permalink
  10. trait PreviewDataStore extends AtomDataStore

    Permalink
  11. class PreviewDynamoDataStore extends DynamoDataStore with PreviewDataStore

    Permalink
  12. trait PublishedDataStore extends AtomDataStore

    Permalink
  13. class PublishedDynamoDataStore extends DynamoDataStore with PublishedDataStore

    Permalink
  14. case class VersionConflictError(requestVer: Long) extends DataStoreError with Product with Serializable

    Permalink

Value Members

  1. object DataStoreResultUtil extends DataStoreResultUtil

    Permalink
  2. object IDConflictError extends DataStoreError with Product with Serializable

    Permalink
  3. object IDNotFound extends DataStoreError with Product with Serializable

    Permalink
  4. object ReadError extends DataStoreError with Product with Serializable

    Permalink
  5. object ScanamoUtil

    Permalink

Ungrouped