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

Inherited from AnyRef

Inherited from Any

Ungrouped