Packages

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. Protected

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

Inherited from AnyRef

Inherited from Any

Ungrouped