Packages

t

com.github.j5ik2o.akka.persistence.dynamodb.utils

DynamoDBContainerHelper

trait DynamoDBContainerHelper extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDBContainerHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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 MaxCount: Int
    Attributes
    protected
  5. lazy val accessKeyId: String
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def createJournalTable(): Unit
    Attributes
    protected
  9. def createLegacySnapshotTable(): Unit
  10. def createSnapshotTable(): Unit
  11. def createStateTable(): Unit
  12. def createTable(): Unit
  13. def deleteTable(): Unit
  14. lazy val dynamoDBClient: AmazonDynamoDB
    Attributes
    protected
  15. lazy val dynamoDBEndpoint: String
    Attributes
    protected
  16. lazy val dynamoDBHost: String
    Attributes
    protected
  17. lazy val dynamoDBImageName: String
    Attributes
    protected
  18. lazy val dynamoDBImageVersion: String
    Attributes
    protected
  19. lazy val dynamoDBPort: Int
    Attributes
    protected
  20. lazy val dynamoDbLocalContainer: FixedHostPortGenericContainer
    Attributes
    protected
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val journalTableName: String
  28. val legacyJournalTable: Boolean
  29. val legacySnapshotTable: Boolean
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. lazy val region: Regions
    Attributes
    protected
  34. lazy val secretAccessKey: String
    Attributes
    protected
  35. val snapshotTableName: String
  36. val stateTableName: String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def waitDynamoDBLocal(tableNames: Seq[String]): Unit
    Attributes
    protected
  43. val waitIntervalForDynamoDBLocal: FiniteDuration
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped