Package

com.gu.atom

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. trait AtomDataStore extends DataStoreResultUtil

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

    Permalink
  3. sealed abstract class DataStoreError extends Exception

    Permalink
  4. trait DataStoreResultUtil extends AnyRef

    Permalink
  5. case class DecoderError(info: String) extends DataStoreError with Product with Serializable

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

    Permalink
  7. abstract class DynamoDataStore extends AtomDataStore

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

    Permalink
  9. trait PreviewDataStore extends AtomDataStore

    Permalink
  10. class PreviewDynamoDataStore extends DynamoDataStore with PreviewDataStore

    Permalink
  11. trait PublishedDataStore extends AtomDataStore

    Permalink
  12. class PublishedDynamoDataStore extends DynamoDataStore with PublishedDataStore

    Permalink
  13. 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

Ungrouped