Trait

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

DynamoDBContainerHelper

Related Doc: package utils

Permalink

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

    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. val MaxCount: Int

    Permalink
    Attributes
    protected
  5. lazy val accessKeyId: String

    Permalink
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def createJournalTable(): Unit

    Permalink
    Attributes
    protected
  9. def createSnapshotTable(): Unit

    Permalink
  10. def createTable(): Unit

    Permalink
  11. def deleteTable(): Unit

    Permalink
  12. lazy val dynamoDBClient: AmazonDynamoDB

    Permalink
    Attributes
    protected
  13. lazy val dynamoDBEndpoint: String

    Permalink
    Attributes
    protected
  14. lazy val dynamoDBImageName: String

    Permalink
    Attributes
    protected
  15. lazy val dynamoDBImageVersion: String

    Permalink
    Attributes
    protected
  16. lazy val dynamoDBPort: Int

    Permalink
    Attributes
    protected
  17. lazy val dynamoDbLocalContainer: FixedHostPortGenericContainer

    Permalink
    Attributes
    protected
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val journalTableName: String

    Permalink
  24. val legacyJournalTable: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. lazy val region: Regions

    Permalink
    Attributes
    protected
  29. lazy val secretAccessKey: String

    Permalink
    Attributes
    protected
  30. val snapshotTableName: String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def waitDynamoDBLocal(tableNames: Seq[String]): Unit

    Permalink
    Attributes
    protected
  37. val waitIntervalForDynamoDBLocal: FiniteDuration

    Permalink
    Attributes
    protected

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped