Class

com.gu.atom.data

DynamoDataStore

Related Doc: package data

Permalink

abstract class DynamoDataStore extends AtomDataStore

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDataStore
  2. AtomDataStore
  3. DataStoreResultUtil
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoDataStore(dynamo: AmazonDynamoDBClient, tableName: String)

    Permalink

Type Members

  1. type DataStoreResult[R] = Either[DataStoreError, R]

    Permalink
    Definition Classes
    DataStoreResultUtil

Abstract Value Members

  1. abstract def updateAtom(newAtom: Atom): DataStoreResult[Atom]

    Permalink
    Definition Classes
    AtomDataStore

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createAtom(dynamoCompositeKey: DynamoCompositeKey, atom: Atom): DataStoreResult[Atom]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  7. def createAtom(atom: Atom): DataStoreResult[Atom]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  8. def delete(key: DynamoCompositeKey): DataStoreResult[DeleteItemResult]

    Permalink
    Attributes
    protected
  9. def deleteAtom(dynamoCompositeKey: DynamoCompositeKey): DataStoreResult[Atom]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  10. def deleteAtom(id: String): DataStoreResult[Atom]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fail(error: DataStoreError): DataStoreResult[Nothing]

    Permalink
    Definition Classes
    DataStoreResultUtil
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(key: DynamoCompositeKey): DataStoreResult[Json]

    Permalink
    Attributes
    protected
  16. def getAtom(dynamoCompositeKey: DynamoCompositeKey): DataStoreResult[Atom]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  17. def getAtom(id: String): DataStoreResult[Atom]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def jsonToAtom(json: Json): DataStoreResult[Atom]

    Permalink
  22. def jsonToItem(json: Json): Item

    Permalink
  23. def listAtoms: DataStoreResult[List[Atom]]

    Permalink
    Definition Classes
    DynamoDataStoreAtomDataStore
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def parseJson(s: String): DataStoreResult[Json]

    Permalink
  28. def put(json: Json, revision: Long): DataStoreResult[Json]

    Permalink

    Conditional put, ensuring passed revision is higher than the value in dynamo

    Conditional put, ensuring passed revision is higher than the value in dynamo

    Attributes
    protected
  29. def put(json: Json): DataStoreResult[Json]

    Permalink
    Attributes
    protected
  30. def scan: DataStoreResult[List[Json]]

    Permalink
    Attributes
    protected
  31. def succeed[R](result: ⇒ R): DataStoreResult[R]

    Permalink
    Definition Classes
    DataStoreResultUtil
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AtomDataStore

Inherited from DataStoreResultUtil

Inherited from AnyRef

Inherited from Any

Ungrouped