Trait

akka.persistence.dynamodb.journal

DynamoDBHelper

Related Doc: package journal

Permalink

trait DynamoDBHelper extends AnyRef

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

Type Members

  1. trait Describe[T] extends AnyRef

    Permalink

Abstract Value Members

  1. abstract val dynamoDB: AmazonDynamoDBAsyncClient

    Permalink
  2. implicit abstract val ec: ExecutionContext

    Permalink
  3. abstract val log: LoggingAdapter

    Permalink
  4. abstract val scheduler: Scheduler

    Permalink
  5. abstract val settings: DynamoDBConfig

    Permalink

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. implicit object BatchGetItemDescribe extends Describe[BatchGetItemRequest]

    Permalink
  5. implicit object BatchWriteItemDescribe extends Describe[BatchWriteItemRequest]

    Permalink
  6. implicit object DeleteDescribe extends Describe[DeleteItemRequest]

    Permalink
  7. object Describe

    Permalink
  8. implicit object DescribeDescribe extends Describe[DescribeTableRequest]

    Permalink
  9. implicit object PutItemDescribe extends Describe[PutItemRequest]

    Permalink
  10. implicit object QueryDescribe extends Describe[QueryRequest]

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def batchGetItem(aws: BatchGetItemRequest): Future[BatchGetItemResult]

    Permalink
  13. def batchWriteItem(aws: BatchWriteItemRequest): Future[BatchWriteItemResult]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def createTable(aws: CreateTableRequest): Future[CreateTableResult]

    Permalink
  16. def deleteItem(aws: DeleteItemRequest): Future[DeleteItemResult]

    Permalink
  17. def deleteTable(aws: DeleteTableRequest): Future[DeleteTableResult]

    Permalink
  18. def describeTable(aws: DescribeTableRequest): Future[DescribeTableResult]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getItem(aws: GetItemRequest): Future[GetItemResult]

    Permalink
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. def listTables(aws: ListTablesRequest): Future[ListTablesResult]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def putItem(aws: PutItemRequest): Future[PutItemResult]

    Permalink
  31. def query(aws: QueryRequest): Future[QueryResult]

    Permalink
  32. def scan(aws: ScanRequest): Future[ScanResult]

    Permalink
  33. def setReporter(ref: ActorRef): Unit

    Permalink
  34. def shutdown(): Unit

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def updateItem(aws: UpdateItemRequest): Future[UpdateItemResult]

    Permalink
  38. def updateTable(aws: UpdateTableRequest): Future[UpdateTableResult]

    Permalink
  39. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped